package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "colors@1.1.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "colors@1.1.2",
  10. "_id": "colors@1.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=",
  13. "_location": "/colors",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "colors@1.1.2",
  19. "name": "colors",
  20. "escapedName": "colors",
  21. "rawSpec": "1.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.2"
  24. },
  25. "_requiredBy": [
  26. "/jasmine-spec-reporter",
  27. "/karma"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
  30. "_spec": "1.1.2",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Marak Squires"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/Marak/colors.js/issues"
  37. },
  38. "description": "get colors in your node.js console",
  39. "engines": {
  40. "node": ">=0.1.90"
  41. },
  42. "files": [
  43. "examples",
  44. "lib",
  45. "LICENSE",
  46. "safe.js",
  47. "themes"
  48. ],
  49. "homepage": "https://github.com/Marak/colors.js",
  50. "keywords": [
  51. "ansi",
  52. "terminal",
  53. "colors"
  54. ],
  55. "license": "MIT",
  56. "main": "lib",
  57. "name": "colors",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+ssh://git@github.com/Marak/colors.js.git"
  61. },
  62. "scripts": {
  63. "test": "node tests/basic-test.js && node tests/safe-test.js"
  64. },
  65. "version": "1.1.2"
  66. }