package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "map-cache@^0.2.0",
  6. "scope": null,
  7. "escapedName": "map-cache",
  8. "name": "map-cache",
  9. "rawSpec": "^0.2.0",
  10. "spec": ">=0.2.0 <0.3.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/parse-filepath"
  14. ]
  15. ],
  16. "_from": "map-cache@>=0.2.0 <0.3.0",
  17. "_id": "map-cache@0.2.2",
  18. "_inCache": true,
  19. "_location": "/map-cache",
  20. "_nodeVersion": "5.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/map-cache-0.2.2.tgz_1462877475232_0.17523240111768246"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "3.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "map-cache@^0.2.0",
  33. "scope": null,
  34. "escapedName": "map-cache",
  35. "name": "map-cache",
  36. "rawSpec": "^0.2.0",
  37. "spec": ">=0.2.0 <0.3.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/parse-filepath"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
  44. "_shasum": "c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf",
  45. "_shrinkwrap": null,
  46. "_spec": "map-cache@^0.2.0",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/parse-filepath",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jonschlinkert/map-cache/issues"
  54. },
  55. "dependencies": {},
  56. "description": "Basic cache object for storing key-value pairs.",
  57. "devDependencies": {
  58. "gulp-format-md": "^0.1.9",
  59. "should": "^8.3.1"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf",
  64. "tarball": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz"
  65. },
  66. "engines": {
  67. "node": ">=0.10.0"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "gitHead": "f36c7567cb85b50824db25a2a588c5f7b858823b",
  73. "homepage": "https://github.com/jonschlinkert/map-cache",
  74. "keywords": [
  75. "cache",
  76. "get",
  77. "has",
  78. "object",
  79. "set",
  80. "storage",
  81. "store"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "maintainers": [
  86. {
  87. "name": "jonschlinkert",
  88. "email": "github@sellside.com"
  89. }
  90. ],
  91. "name": "map-cache",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/jonschlinkert/map-cache.git"
  97. },
  98. "scripts": {
  99. "test": "mocha"
  100. },
  101. "verb": {
  102. "run": true,
  103. "toc": false,
  104. "layout": "default",
  105. "tasks": [
  106. "readme"
  107. ],
  108. "plugins": [
  109. "gulp-format-md"
  110. ],
  111. "related": {
  112. "list": [
  113. "config-cache",
  114. "option-cache",
  115. "cache-base"
  116. ]
  117. },
  118. "reflinks": [
  119. "verb"
  120. ],
  121. "lint": {
  122. "reflinks": true
  123. }
  124. },
  125. "version": "0.2.2"
  126. }