package.json 1.9 KB

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