package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "map-cache@0.2.2",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "map-cache@0.2.2",
  10. "_id": "map-cache@0.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=",
  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. "/snapdragon"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
  30. "_spec": "0.2.2",
  31. "_where": "E:\\amr1.0\\AMR",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jonschlinkert/map-cache/issues"
  38. },
  39. "description": "Basic cache object for storing key-value pairs.",
  40. "devDependencies": {
  41. "gulp-format-md": "^0.1.9",
  42. "should": "^8.3.1"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/jonschlinkert/map-cache",
  51. "keywords": [
  52. "cache",
  53. "get",
  54. "has",
  55. "object",
  56. "set",
  57. "storage",
  58. "store"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "map-cache",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/jonschlinkert/map-cache.git"
  66. },
  67. "scripts": {
  68. "test": "mocha"
  69. },
  70. "verb": {
  71. "run": true,
  72. "toc": false,
  73. "layout": "default",
  74. "tasks": [
  75. "readme"
  76. ],
  77. "plugins": [
  78. "gulp-format-md"
  79. ],
  80. "related": {
  81. "list": [
  82. "config-cache",
  83. "option-cache",
  84. "cache-base"
  85. ]
  86. },
  87. "reflinks": [
  88. "verb"
  89. ],
  90. "lint": {
  91. "reflinks": true
  92. }
  93. },
  94. "version": "0.2.2"
  95. }