仲裁视频会议H5

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "flat-cache@3.2.0",
  5. "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "flat-cache@3.2.0",
  10. "_id": "flat-cache@3.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
  13. "_location": "/flat-cache",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "flat-cache@3.2.0",
  19. "name": "flat-cache",
  20. "escapedName": "flat-cache",
  21. "rawSpec": "3.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.2.0"
  24. },
  25. "_requiredBy": [
  26. "/file-entry-cache"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
  29. "_spec": "3.2.0",
  30. "_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
  31. "author": {
  32. "name": "Jared Wray",
  33. "url": "https://jaredwray.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jaredwray/flat-cache/issues"
  37. },
  38. "dependencies": {
  39. "flatted": "^3.2.9",
  40. "keyv": "^4.5.3",
  41. "rimraf": "^3.0.2"
  42. },
  43. "description": "A stupidly simple key/value storage using files to persist some data",
  44. "devDependencies": {
  45. "c8": "^7.14.0",
  46. "chai": "^4.3.10",
  47. "eslint": "^7.13.0",
  48. "eslint-config-prettier": "^6.15.0",
  49. "eslint-plugin-mocha": "^8.0.0",
  50. "eslint-plugin-prettier": "^3.1.4",
  51. "glob-expand": "^0.2.1",
  52. "mocha": "^8.4.0",
  53. "prettier": "^2.1.2",
  54. "write": "^2.0.0"
  55. },
  56. "engines": {
  57. "node": "^10.12.0 || >=12.0.0"
  58. },
  59. "files": [
  60. "src/cache.js",
  61. "src/del.js",
  62. "src/utils.js"
  63. ],
  64. "homepage": "https://github.com/jaredwray/flat-cache#readme",
  65. "keywords": [
  66. "json cache",
  67. "simple cache",
  68. "file cache",
  69. "key par",
  70. "key value",
  71. "cache"
  72. ],
  73. "license": "MIT",
  74. "main": "src/cache.js",
  75. "name": "flat-cache",
  76. "precommit": [
  77. "npm run verify --silent"
  78. ],
  79. "prepush": [
  80. "npm run verify --silent"
  81. ],
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/jaredwray/flat-cache.git"
  85. },
  86. "scripts": {
  87. "autofix": "npm run eslint-fix",
  88. "check": "npm run eslint",
  89. "eslint": "eslint --cache --cache-location=node_modules/.cache/ ./src/**/*.js ./test/**/*.js",
  90. "eslint-fix": "npm run eslint -- --fix",
  91. "test": "npm run verify --silent",
  92. "test:cache": "c8 mocha -R spec test/specs",
  93. "test:ci:cache": "c8 --reporter=lcov mocha -R spec test/specs",
  94. "verify": "npm run eslint && npm run test:cache"
  95. },
  96. "version": "3.2.0"
  97. }