视频会议上传文件

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
+57 -19
View File
@@ -1,27 +1,54 @@
{
"name": "caniuse-api",
"version": "3.0.0",
"description": "request the caniuse data to check browsers compatibilities",
"repository": "https://github.com/nyalab/caniuse-api.git",
"keywords": [
"caniuse",
"browserslist"
"_args": [
[
"caniuse-api@3.0.0",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "caniuse-api@3.0.0",
"_id": "caniuse-api@3.0.0",
"_inBundle": false,
"_integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
"_location": "/caniuse-api",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "caniuse-api@3.0.0",
"name": "caniuse-api",
"escapedName": "caniuse-api",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/postcss-colormin",
"/postcss-merge-rules",
"/postcss-reduce-initial"
],
"_resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"authors": [
"nyalab",
"MoOx"
],
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist"
],
"babel": {
"presets": [
"babel-preset-latest"
]
},
"bugs": {
"url": "https://github.com/nyalab/caniuse-api/issues"
},
"dependencies": {
"browserslist": "^4.0.0",
"caniuse-lite": "^1.0.0",
"lodash.memoize": "^4.1.2",
"lodash.uniq": "^4.5.0"
},
"description": "request the caniuse data to check browsers compatibilities",
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-eslint": "^5.0.0",
@@ -32,16 +59,27 @@
"tap-spec": "^4.1.1",
"tape": "^4.6.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/nyalab/caniuse-api#readme",
"keywords": [
"caniuse",
"browserslist"
],
"license": "MIT",
"main": "dist/index.js",
"name": "caniuse-api",
"repository": {
"type": "git",
"url": "git+https://github.com/nyalab/caniuse-api.git"
},
"scripts": {
"build": "babel src --out-dir dist",
"lint": "jshint src",
"prepublish": "npm run build",
"test": "npm run lint && babel-tape-runner test/*.js | tap-spec",
"release": "npmpub"
"release": "npmpub",
"test": "npm run lint && babel-tape-runner test/*.js | tap-spec"
},
"babel": {
"presets": [
"babel-preset-latest"
]
}
"version": "3.0.0"
}