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.

150 lines
3.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "cache-base@^1.0.1",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/base"
  6. ]
  7. ],
  8. "_from": "cache-base@>=1.0.1 <2.0.0",
  9. "_id": "cache-base@1.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/cache-base",
  13. "_nodeVersion": "7.7.3",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/cache-base-1.0.1.tgz_1500744367725_0.26231536315754056"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "5.3.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "cache-base",
  26. "raw": "cache-base@^1.0.1",
  27. "rawSpec": "^1.0.1",
  28. "scope": null,
  29. "spec": ">=1.0.1 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/base"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
  36. "_shasum": "0a7f46416831c8b662ee36fe4e7c59d76f666ab2",
  37. "_shrinkwrap": null,
  38. "_spec": "cache-base@^1.0.1",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/base",
  40. "author": {
  41. "name": "Jon Schlinkert",
  42. "url": "https://github.com/jonschlinkert"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/jonschlinkert/cache-base/issues"
  46. },
  47. "contributors": [
  48. {
  49. "name": "Jon Schlinkert",
  50. "url": "http://twitter.com/jonschlinkert"
  51. },
  52. {
  53. "url": "https://github.com/wtgtybhertgeghgtwtg"
  54. }
  55. ],
  56. "dependencies": {
  57. "collection-visit": "^1.0.0",
  58. "component-emitter": "^1.2.1",
  59. "get-value": "^2.0.6",
  60. "has-value": "^1.0.0",
  61. "isobject": "^3.0.1",
  62. "set-value": "^2.0.0",
  63. "to-object-path": "^0.3.0",
  64. "union-value": "^1.0.0",
  65. "unset-value": "^1.0.0"
  66. },
  67. "description": "Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.",
  68. "devDependencies": {
  69. "gulp-format-md": "^1.0.0",
  70. "mocha": "^3.4.2"
  71. },
  72. "directories": {},
  73. "dist": {
  74. "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
  75. "shasum": "0a7f46416831c8b662ee36fe4e7c59d76f666ab2",
  76. "tarball": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz"
  77. },
  78. "engines": {
  79. "node": ">=0.10.0"
  80. },
  81. "files": [
  82. "index.js"
  83. ],
  84. "gitHead": "0889aab765c66585ffbe7b41f9a733ef097665cf",
  85. "homepage": "https://github.com/jonschlinkert/cache-base",
  86. "keywords": [
  87. "base",
  88. "cache",
  89. "config",
  90. "data",
  91. "get",
  92. "has",
  93. "hash",
  94. "hasown",
  95. "object",
  96. "set",
  97. "store"
  98. ],
  99. "license": "MIT",
  100. "main": "index.js",
  101. "maintainers": [
  102. {
  103. "name": "jonschlinkert",
  104. "email": "github@sellside.com"
  105. },
  106. {
  107. "name": "doowb",
  108. "email": "brian.woodward@gmail.com"
  109. }
  110. ],
  111. "name": "cache-base",
  112. "optionalDependencies": {},
  113. "readme": "ERROR: No README data found!",
  114. "repository": {
  115. "type": "git",
  116. "url": "git+https://github.com/jonschlinkert/cache-base.git"
  117. },
  118. "scripts": {
  119. "test": "mocha"
  120. },
  121. "verb": {
  122. "layout": "default",
  123. "lint": {
  124. "reflinks": true
  125. },
  126. "plugins": [
  127. "gulp-format-md"
  128. ],
  129. "reflinks": [
  130. "verb"
  131. ],
  132. "related": {
  133. "highligh": "base",
  134. "list": [
  135. "base-methods",
  136. "get-value",
  137. "has-value",
  138. "option-cache",
  139. "set-value",
  140. "unset-value"
  141. ]
  142. },
  143. "run": true,
  144. "tasks": [
  145. "readme"
  146. ],
  147. "toc": false
  148. },
  149. "version": "1.0.1"
  150. }