package.json 1.9 KB

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