视频会议上传文件

This commit is contained in:
gyj
2024-04-08 16:23:29 +08:00
parent c098116879
commit a551f33a6e
1272 changed files with 84366 additions and 63430 deletions
+53 -53
View File
@@ -34,10 +34,10 @@
- **Other changes**
- Replace write with combination of mkdir and writeFile ([#49](https://github.com/royriojas/flat-cache/issues/49)) - [ef48276]( https://github.com/royriojas/flat-cache/commit/ef48276 ), [Bogdan Chadkin](https://github.com/Bogdan Chadkin), 08/11/2020 00:17:15
Node v10 introduced a great "recursive" option for mkdir which allows to
get rid from mkdirp package and easily rewrite "write" package usage
with two function calls.
Node v10 introduced a great "recursive" option for mkdir which allows to
get rid from mkdirp package and easily rewrite "write" package usage
with two function calls.
https://nodejs.org/api/fs.html#fs_fs_mkdir_path_options_callback
- Added a testcase for clearAll ([#48](https://github.com/royriojas/flat-cache/issues/48)) - [45b51ca]( https://github.com/royriojas/flat-cache/commit/45b51ca ), [Aaron Chen](https://github.com/Aaron Chen), 21/05/2020 08:40:03
@@ -82,9 +82,9 @@
- Less strint version check ([#44](https://github.com/royriojas/flat-cache/issues/44)) - [92aca1c]( https://github.com/royriojas/flat-cache/commit/92aca1c ), [Wojciech Maj](https://github.com/Wojciech Maj), 13/11/2019 16:18:25
* Use ^ version matching for production dependencies
* Run npm audit fix
* Use ^ version matching for production dependencies
* Run npm audit fix
- **Bug Fixes**
- update dependencies and use eslint directly - [73fbed2]( https://github.com/royriojas/flat-cache/commit/73fbed2 ), [yumetodo](https://github.com/yumetodo), 18/03/2020 01:17:27
@@ -109,21 +109,21 @@
- Change JSON parser from circular-json to flatted & 1 more changes ([#37](https://github.com/royriojas/flat-cache/issues/37)) - [745e65a]( https://github.com/royriojas/flat-cache/commit/745e65a ), [Andy Chen](https://github.com/Andy Chen), 08/01/2019 16:17:20
* Change JSON parser from circular-json to flatted & 1 more changes
* Change JSON parser from circular-json
* Audited 2 vulnerabilities
* Update package.json
* Update Engine require
* There's a bunch of dependencies in this pkg requires node >=4, so I changed it to 4
* Remove and add node versions
* I have seen this pkg is not available with node 0.12 so I removed it
* I have added a popular used LTS version of node - 10
* Change JSON parser from circular-json to flatted & 1 more changes
* Change JSON parser from circular-json
* Audited 2 vulnerabilities
* Update package.json
* Update Engine require
* There's a bunch of dependencies in this pkg requires node >=4, so I changed it to 4
* Remove and add node versions
* I have seen this pkg is not available with node 0.12 so I removed it
* I have added a popular used LTS version of node - 10
## v1.3.4
- **Refactoring**
@@ -138,17 +138,17 @@
- **Other changes**
- Removed the need for del ([#33](https://github.com/royriojas/flat-cache/issues/33)) - [c429012]( https://github.com/royriojas/flat-cache/commit/c429012 ), [S. Gilroy](https://github.com/S. Gilroy), 13/11/2018 13:56:37
* Removed the need for del
Removed the need for del as newer versions have broken backwards
compatibility. del mainly uses rimraf for deleting folders
and files, replaceing it with rimraf only is a minimal change.
* Disable glob on rimraf calls
* Added glob disable to wrong call
* Wrapped rimraf to simplify solution
* Removed the need for del
Removed the need for del as newer versions have broken backwards
compatibility. del mainly uses rimraf for deleting folders
and files, replaceing it with rimraf only is a minimal change.
* Disable glob on rimraf calls
* Added glob disable to wrong call
* Wrapped rimraf to simplify solution
## v1.3.2
- **Refactoring**
@@ -177,17 +177,17 @@
- **Other changes**
- Added #all method ([#16](https://github.com/royriojas/flat-cache/issues/16)) - [12293be]( https://github.com/royriojas/flat-cache/commit/12293be ), [Ozair Patel](https://github.com/Ozair Patel), 25/09/2017 14:46:38
* Added #all method
* Added #all method test
* Updated readme
* Added yarn.lock
* Added more keys for #all test
* Beautified file
* Added #all method
* Added #all method test
* Updated readme
* Added yarn.lock
* Added more keys for #all test
* Beautified file
- fix changelog title style ([#14](https://github.com/royriojas/flat-cache/issues/14)) - [af8338a]( https://github.com/royriojas/flat-cache/commit/af8338a ), [前端小武](https://github.com/前端小武), 19/12/2016 20:34:48
@@ -196,13 +196,13 @@
- **Bug Fixes**
- Do not crash if cache file is invalid JSON. ([#13](https://github.com/royriojas/flat-cache/issues/13)) - [87beaa6]( https://github.com/royriojas/flat-cache/commit/87beaa6 ), [Roy Riojas](https://github.com/Roy Riojas), 19/12/2016 18:03:35
Fixes <a target="_blank" class="info-link" href="https://github.com/royriojas/flat-cache/issues/12"><span>#12</span></a>
Not sure under which situations a cache file might exist that does
not contain a valid JSON structure, but just in case to cover
the possibility of this happening a try catch block has been added
If the cache is somehow not valid the cache will be discarded an a
Fixes <a target="_blank" class="info-link" href="https://github.com/royriojas/flat-cache/issues/12"><span>#12</span></a>
Not sure under which situations a cache file might exist that does
not contain a valid JSON structure, but just in case to cover
the possibility of this happening a try catch block has been added
If the cache is somehow not valid the cache will be discarded an a
a new cache will be stored instead
- **Other changes**
- Added travis ci support for modern node versions ([#11](https://github.com/royriojas/flat-cache/issues/11)) - [1c2b1f7]( https://github.com/royriojas/flat-cache/commit/1c2b1f7 ), [Amila Welihinda](https://github.com/Amila Welihinda), 10/11/2016 23:47:52
@@ -210,8 +210,8 @@
- Bumping `circular-son` version ([#10](https://github.com/royriojas/flat-cache/issues/10)) - [4d5e861]( https://github.com/royriojas/flat-cache/commit/4d5e861 ), [Andrea Giammarchi](https://github.com/Andrea Giammarchi), 02/08/2016 07:13:52
As mentioned in https://github.com/WebReflection/circular-json/issues/25 `circular-json` wan't rightly implementing the license field.
As mentioned in https://github.com/WebReflection/circular-json/issues/25 `circular-json` wan't rightly implementing the license field.
Latest version bump changed only that bit so that ESLint should now be happy.
## v1.2.1
- **Bug Fixes**
+77 -41
View File
@@ -1,46 +1,46 @@
{
"name": "flat-cache",
"version": "3.2.0",
"description": "A stupidly simple key/value storage using files to persist some data",
"repository": "jaredwray/flat-cache",
"license": "MIT",
"_args": [
[
"flat-cache@3.2.0",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "flat-cache@3.2.0",
"_id": "flat-cache@3.2.0",
"_inBundle": false,
"_integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
"_location": "/flat-cache",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "flat-cache@3.2.0",
"name": "flat-cache",
"escapedName": "flat-cache",
"rawSpec": "3.2.0",
"saveSpec": null,
"fetchSpec": "3.2.0"
},
"_requiredBy": [
"/file-entry-cache"
],
"_resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
"_spec": "3.2.0",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Jared Wray",
"url": "https://jaredwray.com"
},
"main": "src/cache.js",
"files": [
"src/cache.js",
"src/del.js",
"src/utils.js"
],
"engines": {
"node": "^10.12.0 || >=12.0.0"
"bugs": {
"url": "https://github.com/jaredwray/flat-cache/issues"
},
"precommit": [
"npm run verify --silent"
],
"prepush": [
"npm run verify --silent"
],
"scripts": {
"eslint": "eslint --cache --cache-location=node_modules/.cache/ ./src/**/*.js ./test/**/*.js",
"eslint-fix": "npm run eslint -- --fix",
"autofix": "npm run eslint-fix",
"check": "npm run eslint",
"verify": "npm run eslint && npm run test:cache",
"test:cache": "c8 mocha -R spec test/specs",
"test:ci:cache": "c8 --reporter=lcov mocha -R spec test/specs",
"test": "npm run verify --silent"
"dependencies": {
"flatted": "^3.2.9",
"keyv": "^4.5.3",
"rimraf": "^3.0.2"
},
"keywords": [
"json cache",
"simple cache",
"file cache",
"key par",
"key value",
"cache"
],
"description": "A stupidly simple key/value storage using files to persist some data",
"devDependencies": {
"c8": "^7.14.0",
"chai": "^4.3.10",
@@ -53,9 +53,45 @@
"prettier": "^2.1.2",
"write": "^2.0.0"
},
"dependencies": {
"flatted": "^3.2.9",
"keyv": "^4.5.3",
"rimraf": "^3.0.2"
}
"engines": {
"node": "^10.12.0 || >=12.0.0"
},
"files": [
"src/cache.js",
"src/del.js",
"src/utils.js"
],
"homepage": "https://github.com/jaredwray/flat-cache#readme",
"keywords": [
"json cache",
"simple cache",
"file cache",
"key par",
"key value",
"cache"
],
"license": "MIT",
"main": "src/cache.js",
"name": "flat-cache",
"precommit": [
"npm run verify --silent"
],
"prepush": [
"npm run verify --silent"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jaredwray/flat-cache.git"
},
"scripts": {
"autofix": "npm run eslint-fix",
"check": "npm run eslint",
"eslint": "eslint --cache --cache-location=node_modules/.cache/ ./src/**/*.js ./test/**/*.js",
"eslint-fix": "npm run eslint -- --fix",
"test": "npm run verify --silent",
"test:cache": "c8 mocha -R spec test/specs",
"test:ci:cache": "c8 --reporter=lcov mocha -R spec test/specs",
"verify": "npm run eslint && npm run test:cache"
},
"version": "3.2.0"
}