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 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_from": "cache-base@^1.0.1",
  3. "_id": "cache-base@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
  6. "_location": "/cache-base",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cache-base@^1.0.1",
  12. "name": "cache-base",
  13. "escapedName": "cache-base",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/base"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
  22. "_shasum": "0a7f46416831c8b662ee36fe4e7c59d76f666ab2",
  23. "_spec": "cache-base@^1.0.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\base",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/cache-base/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Jon Schlinkert",
  36. "url": "http://twitter.com/jonschlinkert"
  37. },
  38. {
  39. "url": "https://github.com/wtgtybhertgeghgtwtg"
  40. }
  41. ],
  42. "dependencies": {
  43. "collection-visit": "^1.0.0",
  44. "component-emitter": "^1.2.1",
  45. "get-value": "^2.0.6",
  46. "has-value": "^1.0.0",
  47. "isobject": "^3.0.1",
  48. "set-value": "^2.0.0",
  49. "to-object-path": "^0.3.0",
  50. "union-value": "^1.0.0",
  51. "unset-value": "^1.0.0"
  52. },
  53. "deprecated": false,
  54. "description": "Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.",
  55. "devDependencies": {
  56. "gulp-format-md": "^1.0.0",
  57. "mocha": "^3.4.2"
  58. },
  59. "engines": {
  60. "node": ">=0.10.0"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/jonschlinkert/cache-base",
  66. "keywords": [
  67. "base",
  68. "cache",
  69. "config",
  70. "data",
  71. "get",
  72. "has",
  73. "hash",
  74. "hasown",
  75. "object",
  76. "set",
  77. "store"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "cache-base",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/jonschlinkert/cache-base.git"
  85. },
  86. "scripts": {
  87. "test": "mocha"
  88. },
  89. "verb": {
  90. "run": true,
  91. "toc": false,
  92. "layout": "default",
  93. "tasks": [
  94. "readme"
  95. ],
  96. "plugins": [
  97. "gulp-format-md"
  98. ],
  99. "related": {
  100. "highligh": "base",
  101. "list": [
  102. "base-methods",
  103. "get-value",
  104. "has-value",
  105. "option-cache",
  106. "set-value",
  107. "unset-value"
  108. ]
  109. },
  110. "reflinks": [
  111. "verb"
  112. ],
  113. "lint": {
  114. "reflinks": true
  115. }
  116. },
  117. "version": "1.0.1"
  118. }