package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "fragment-cache@0.2.1",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  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. "/cpx/readdirp/extglob",
  27. "/cpx/readdirp/micromatch",
  28. "/extglob",
  29. "/micromatch",
  30. "/nanomatch",
  31. "/svg-baker/micromatch"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
  34. "_spec": "0.2.1",
  35. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  36. "author": {
  37. "name": "Jon Schlinkert",
  38. "url": "https://github.com/jonschlinkert"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jonschlinkert/fragment-cache/issues"
  42. },
  43. "dependencies": {
  44. "map-cache": "^0.2.2"
  45. },
  46. "description": "A cache for managing namespaced sub-caches",
  47. "devDependencies": {
  48. "gulp": "^3.9.1",
  49. "gulp-eslint": "^3.0.1",
  50. "gulp-format-md": "^0.1.11",
  51. "gulp-istanbul": "^1.1.1",
  52. "gulp-mocha": "^3.0.1",
  53. "mocha": "^3.2.0"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/jonschlinkert/fragment-cache",
  62. "keywords": [
  63. "cache",
  64. "fragment"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "fragment-cache",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jonschlinkert/fragment-cache.git"
  72. },
  73. "scripts": {
  74. "test": "mocha"
  75. },
  76. "verb": {
  77. "plugins": [
  78. "gulp-format-md"
  79. ],
  80. "reflinks": [
  81. "map-cache",
  82. "verb"
  83. ],
  84. "related": {
  85. "list": [
  86. "base",
  87. "map-cache"
  88. ]
  89. },
  90. "layout": "default",
  91. "toc": false,
  92. "tasks": [
  93. "readme"
  94. ],
  95. "lint": {
  96. "reflinks": true
  97. }
  98. },
  99. "version": "0.2.1"
  100. }