package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "ansi-wrap@0.1.0",
  3. "_id": "ansi-wrap@0.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-qCJQ3bABXponyoLoLqYDu/pF768=",
  6. "_location": "/ansi-wrap",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "ansi-wrap@0.1.0",
  12. "name": "ansi-wrap",
  13. "escapedName": "ansi-wrap",
  14. "rawSpec": "0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/ansi-gray"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz",
  22. "_shasum": "a82250ddb0015e9a27ca82e82ea603bbfa45efaf",
  23. "_spec": "ansi-wrap@0.1.0",
  24. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/ansi-gray",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/ansi-wrap/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Create ansi colors by passing the open and close codes.",
  36. "devDependencies": {},
  37. "engines": {
  38. "node": ">=0.10.0"
  39. },
  40. "files": [
  41. "index.js"
  42. ],
  43. "homepage": "https://github.com/jonschlinkert/ansi-wrap",
  44. "keywords": [],
  45. "license": {
  46. "type": "MIT",
  47. "url": "https://github.com/jonschlinkert/ansi-wrap/blob/master/LICENSE"
  48. },
  49. "main": "index.js",
  50. "name": "ansi-wrap",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/jonschlinkert/ansi-wrap.git"
  54. },
  55. "scripts": {
  56. "test": "mocha"
  57. },
  58. "version": "0.1.0"
  59. }