package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "map-cache@0.2.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  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.npm.taobao.org/map-cache/download/map-cache-0.2.2.tgz",
  30. "_spec": "0.2.2",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }