package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "ansi-wrap@^0.1.0",
  3. "_id": "ansi-wrap@0.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZyznvL8k/FZeQHr2T6LzcJ/+vBApDnMNZvfVFy3At0knswWd6rJ3/0Hhmpu8oqa6C92npmozs890sX9Dl6q+Qw==",
  6. "_location": "/ansi-wrap",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  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-colors",
  20. "/ansi-gray"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/ansi-wrap/-/ansi-wrap-0.1.0.tgz",
  23. "_shasum": "a82250ddb0015e9a27ca82e82ea603bbfa45efaf",
  24. "_spec": "ansi-wrap@^0.1.0",
  25. "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/ansi-colors",
  26. "author": {
  27. "name": "Jon Schlinkert",
  28. "url": "https://github.com/jonschlinkert"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jonschlinkert/ansi-wrap/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Create ansi colors by passing the open and close codes.",
  37. "devDependencies": {},
  38. "engines": {
  39. "node": ">=0.10.0"
  40. },
  41. "files": [
  42. "index.js"
  43. ],
  44. "homepage": "https://github.com/jonschlinkert/ansi-wrap",
  45. "keywords": [],
  46. "license": {
  47. "type": "MIT",
  48. "url": "https://github.com/jonschlinkert/ansi-wrap/blob/master/LICENSE"
  49. },
  50. "main": "index.js",
  51. "name": "ansi-wrap",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/jonschlinkert/ansi-wrap.git"
  55. },
  56. "scripts": {
  57. "test": "mocha"
  58. },
  59. "version": "0.1.0"
  60. }