package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "colors@1.1.2",
  5. "E:\\amr1.0\\AMR"
  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. "/svgo"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
  29. "_spec": "1.1.2",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Marak Squires"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/Marak/colors.js/issues"
  36. },
  37. "description": "get colors in your node.js console",
  38. "engines": {
  39. "node": ">=0.1.90"
  40. },
  41. "files": [
  42. "examples",
  43. "lib",
  44. "LICENSE",
  45. "safe.js",
  46. "themes"
  47. ],
  48. "homepage": "https://github.com/Marak/colors.js",
  49. "keywords": [
  50. "ansi",
  51. "terminal",
  52. "colors"
  53. ],
  54. "license": "MIT",
  55. "main": "lib",
  56. "name": "colors",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+ssh://git@github.com/Marak/colors.js.git"
  60. },
  61. "scripts": {
  62. "test": "node tests/basic-test.js && node tests/safe-test.js"
  63. },
  64. "version": "1.1.2"
  65. }