package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. "/fork-ts-checker-webpack-plugin/micromatch",
  21. "/http-proxy-middleware/micromatch",
  22. "/nanomatch",
  23. "/sane/micromatch",
  24. "/watchpack-chokidar2/micromatch",
  25. "/webpack-dev-server/micromatch",
  26. "/webpack/micromatch"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
  29. "_shasum": "4290fad27f13e89be7f33799c6bc5a0abfff0d19",
  30. "_spec": "fragment-cache@^0.2.1",
  31. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\sane\\node_modules\\micromatch",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jonschlinkert/fragment-cache/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "map-cache": "^0.2.2"
  42. },
  43. "deprecated": false,
  44. "description": "A cache for managing namespaced sub-caches",
  45. "devDependencies": {
  46. "gulp": "^3.9.1",
  47. "gulp-eslint": "^3.0.1",
  48. "gulp-format-md": "^0.1.11",
  49. "gulp-istanbul": "^1.1.1",
  50. "gulp-mocha": "^3.0.1",
  51. "mocha": "^3.2.0"
  52. },
  53. "engines": {
  54. "node": ">=0.10.0"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/jonschlinkert/fragment-cache",
  60. "keywords": [
  61. "cache",
  62. "fragment"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "fragment-cache",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/jonschlinkert/fragment-cache.git"
  70. },
  71. "scripts": {
  72. "test": "mocha"
  73. },
  74. "verb": {
  75. "plugins": [
  76. "gulp-format-md"
  77. ],
  78. "reflinks": [
  79. "map-cache",
  80. "verb"
  81. ],
  82. "related": {
  83. "list": [
  84. "base",
  85. "map-cache"
  86. ]
  87. },
  88. "layout": "default",
  89. "toc": false,
  90. "tasks": [
  91. "readme"
  92. ],
  93. "lint": {
  94. "reflinks": true
  95. }
  96. },
  97. "version": "0.2.1"
  98. }