package.json 2.6 KB

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