package.json 2.8 KB

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