package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "colors@1.0.x",
  6. "scope": null,
  7. "escapedName": "colors",
  8. "name": "colors",
  9. "rawSpec": "1.0.x",
  10. "spec": ">=1.0.0 <1.1.0",
  11. "type": "range"
  12. },
  13. "/Applications/MAMP/htdocs/wechat_read/node_modules/winston"
  14. ]
  15. ],
  16. "_from": "colors@>=1.0.0 <1.1.0",
  17. "_id": "colors@1.0.3",
  18. "_inCache": true,
  19. "_location": "/colors",
  20. "_nodeVersion": "0.11.13",
  21. "_npmUser": {
  22. "name": "marak",
  23. "email": "marak.squires@gmail.com"
  24. },
  25. "_npmVersion": "2.0.2",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "colors@1.0.x",
  29. "scope": null,
  30. "escapedName": "colors",
  31. "name": "colors",
  32. "rawSpec": "1.0.x",
  33. "spec": ">=1.0.0 <1.1.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/winston"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz",
  40. "_shasum": "0433f44d809680fdeb60ed260f1b0c262e82a40b",
  41. "_shrinkwrap": null,
  42. "_spec": "colors@1.0.x",
  43. "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/winston",
  44. "author": {
  45. "name": "Marak Squires"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/Marak/colors.js/issues"
  49. },
  50. "dependencies": {},
  51. "description": "get colors in your node.js console",
  52. "devDependencies": {},
  53. "directories": {},
  54. "dist": {
  55. "shasum": "0433f44d809680fdeb60ed260f1b0c262e82a40b",
  56. "tarball": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz"
  57. },
  58. "engines": {
  59. "node": ">=0.1.90"
  60. },
  61. "gitHead": "e9e6557cc0fa26dba1a20b0d45e92de982f4047c",
  62. "homepage": "https://github.com/Marak/colors.js",
  63. "keywords": [
  64. "ansi",
  65. "terminal",
  66. "colors"
  67. ],
  68. "license": "MIT",
  69. "main": "./lib/index",
  70. "maintainers": [
  71. {
  72. "name": "marak",
  73. "email": "marak.squires@gmail.com"
  74. }
  75. ],
  76. "name": "colors",
  77. "optionalDependencies": {},
  78. "readme": "ERROR: No README data found!",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+ssh://git@github.com/Marak/colors.js.git"
  82. },
  83. "scripts": {
  84. "test": "node tests/basic-test.js && node tests/safe-test.js"
  85. },
  86. "version": "1.0.3"
  87. }