package.json 1.3 KB

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