package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "fragment-cache@0.2.1",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fragment-cache@0.2.1",
  10. "_id": "fragment-cache@0.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=",
  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. "/extglob",
  27. "/micromatch",
  28. "/nanomatch",
  29. "/svg-baker/micromatch"
  30. ],
  31. "_resolved": "https://registry.nlark.com/fragment-cache/download/fragment-cache-0.2.1.tgz",
  32. "_spec": "0.2.1",
  33. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  34. "author": {
  35. "name": "Jon Schlinkert",
  36. "url": "https://github.com/jonschlinkert"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jonschlinkert/fragment-cache/issues"
  40. },
  41. "dependencies": {
  42. "map-cache": "^0.2.2"
  43. },
  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. }