package.json 1.5 KB

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