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.1KB

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