package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "ansicolors@~0.3.2",
  3. "_id": "ansicolors@0.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk=",
  6. "_location": "/ansicolors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ansicolors@~0.3.2",
  12. "name": "ansicolors",
  13. "escapedName": "ansicolors",
  14. "rawSpec": "~0.3.2",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.3.2"
  17. },
  18. "_requiredBy": [
  19. "/cardinal"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz",
  22. "_shasum": "665597de86a9ffe3aa9bfbe6cae5c6ea426b4979",
  23. "_spec": "ansicolors@~0.3.2",
  24. "_where": "E:\\a-level\\project_js2\\node_modules\\cardinal",
  25. "author": {
  26. "name": "Thorsten Lorenz",
  27. "email": "thlorenz@gmx.de",
  28. "url": "thlorenz.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/thlorenz/ansicolors/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Functions that surround a string with ansicolor codes so it prints in color.",
  36. "gitHead": "858847ca28e8b360d9b70eee0592700fa2ab087d",
  37. "homepage": "https://github.com/thlorenz/ansicolors#readme",
  38. "keywords": [
  39. "ansi",
  40. "colors",
  41. "highlight",
  42. "string"
  43. ],
  44. "license": "MIT",
  45. "main": "ansicolors.js",
  46. "name": "ansicolors",
  47. "repository": {
  48. "type": "git",
  49. "url": "git://github.com/thlorenz/ansicolors.git"
  50. },
  51. "scripts": {
  52. "test": "node test/*.js"
  53. },
  54. "version": "0.3.2"
  55. }