package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "map-cache@0.2.2",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "map-cache@0.2.2",
  10. "_id": "map-cache@0.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==",
  13. "_location": "/map-cache",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "map-cache@0.2.2",
  19. "name": "map-cache",
  20. "escapedName": "map-cache",
  21. "rawSpec": "0.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.2"
  24. },
  25. "_requiredBy": [
  26. "/fragment-cache",
  27. "/parse-filepath",
  28. "/snapdragon"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
  31. "_spec": "0.2.2",
  32. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  33. "author": {
  34. "name": "Jon Schlinkert",
  35. "url": "https://github.com/jonschlinkert"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jonschlinkert/map-cache/issues"
  39. },
  40. "description": "Basic cache object for storing key-value pairs.",
  41. "devDependencies": {
  42. "gulp-format-md": "^0.1.9",
  43. "should": "^8.3.1"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/jonschlinkert/map-cache",
  52. "keywords": [
  53. "cache",
  54. "get",
  55. "has",
  56. "object",
  57. "set",
  58. "storage",
  59. "store"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "map-cache",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/jonschlinkert/map-cache.git"
  67. },
  68. "scripts": {
  69. "test": "mocha"
  70. },
  71. "verb": {
  72. "run": true,
  73. "toc": false,
  74. "layout": "default",
  75. "tasks": [
  76. "readme"
  77. ],
  78. "plugins": [
  79. "gulp-format-md"
  80. ],
  81. "related": {
  82. "list": [
  83. "config-cache",
  84. "option-cache",
  85. "cache-base"
  86. ]
  87. },
  88. "reflinks": [
  89. "verb"
  90. ],
  91. "lint": {
  92. "reflinks": true
  93. }
  94. },
  95. "version": "0.2.2"
  96. }