You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "map-cache@^0.2.2",
  3. "_id": "map-cache@0.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=",
  6. "_location": "/map-cache",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "map-cache@^0.2.2",
  12. "name": "map-cache",
  13. "escapedName": "map-cache",
  14. "rawSpec": "^0.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.2"
  17. },
  18. "_requiredBy": [
  19. "/fragment-cache",
  20. "/parse-filepath",
  21. "/snapdragon"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
  24. "_shasum": "c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf",
  25. "_spec": "map-cache@^0.2.2",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\snapdragon",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/map-cache/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Basic cache object for storing key-value pairs.",
  37. "devDependencies": {
  38. "gulp-format-md": "^0.1.9",
  39. "should": "^8.3.1"
  40. },
  41. "engines": {
  42. "node": ">=0.10.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/jonschlinkert/map-cache",
  48. "keywords": [
  49. "cache",
  50. "get",
  51. "has",
  52. "object",
  53. "set",
  54. "storage",
  55. "store"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "map-cache",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/jonschlinkert/map-cache.git"
  63. },
  64. "scripts": {
  65. "test": "mocha"
  66. },
  67. "verb": {
  68. "run": true,
  69. "toc": false,
  70. "layout": "default",
  71. "tasks": [
  72. "readme"
  73. ],
  74. "plugins": [
  75. "gulp-format-md"
  76. ],
  77. "related": {
  78. "list": [
  79. "config-cache",
  80. "option-cache",
  81. "cache-base"
  82. ]
  83. },
  84. "reflinks": [
  85. "verb"
  86. ],
  87. "lint": {
  88. "reflinks": true
  89. }
  90. },
  91. "version": "0.2.2"
  92. }