package.json 2.3 KB

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