You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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": "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.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz",
  23. "_shasum": "a82250ddb0015e9a27ca82e82ea603bbfa45efaf",
  24. "_spec": "ansi-wrap@^0.1.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\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. }