package.json 1.4 KB

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