package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "fragment-cache@0.2.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fragment-cache@0.2.1",
  10. "_id": "fragment-cache@0.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==",
  13. "_location": "/fragment-cache",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "fragment-cache@0.2.1",
  19. "name": "fragment-cache",
  20. "escapedName": "fragment-cache",
  21. "rawSpec": "0.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.1"
  24. },
  25. "_requiredBy": [
  26. "/anymatch/extglob",
  27. "/anymatch/micromatch",
  28. "/http-proxy-middleware/extglob",
  29. "/http-proxy-middleware/micromatch",
  30. "/nanomatch",
  31. "/sane/extglob",
  32. "/sane/micromatch",
  33. "/watchpack-chokidar2/extglob",
  34. "/watchpack-chokidar2/micromatch",
  35. "/webpack-dev-server/extglob",
  36. "/webpack-dev-server/micromatch"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
  39. "_spec": "0.2.1",
  40. "_where": "E:\\2023\\5\\myjadmin",
  41. "author": {
  42. "name": "Jon Schlinkert",
  43. "url": "https://github.com/jonschlinkert"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/jonschlinkert/fragment-cache/issues"
  47. },
  48. "dependencies": {
  49. "map-cache": "^0.2.2"
  50. },
  51. "description": "A cache for managing namespaced sub-caches",
  52. "devDependencies": {
  53. "gulp": "^3.9.1",
  54. "gulp-eslint": "^3.0.1",
  55. "gulp-format-md": "^0.1.11",
  56. "gulp-istanbul": "^1.1.1",
  57. "gulp-mocha": "^3.0.1",
  58. "mocha": "^3.2.0"
  59. },
  60. "engines": {
  61. "node": ">=0.10.0"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/jonschlinkert/fragment-cache",
  67. "keywords": [
  68. "cache",
  69. "fragment"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "fragment-cache",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/jonschlinkert/fragment-cache.git"
  77. },
  78. "scripts": {
  79. "test": "mocha"
  80. },
  81. "verb": {
  82. "plugins": [
  83. "gulp-format-md"
  84. ],
  85. "reflinks": [
  86. "map-cache",
  87. "verb"
  88. ],
  89. "related": {
  90. "list": [
  91. "base",
  92. "map-cache"
  93. ]
  94. },
  95. "layout": "default",
  96. "toc": false,
  97. "tasks": [
  98. "readme"
  99. ],
  100. "lint": {
  101. "reflinks": true
  102. }
  103. },
  104. "version": "0.2.1"
  105. }