视频会议上传文件
This commit is contained in:
+61
-29
@@ -1,7 +1,57 @@
|
||||
{
|
||||
"name": "big.js",
|
||||
"_args": [
|
||||
[
|
||||
"big.js@5.2.2",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "big.js@5.2.2",
|
||||
"_id": "big.js@5.2.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
|
||||
"_location": "/big.js",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "big.js@5.2.2",
|
||||
"name": "big.js",
|
||||
"escapedName": "big.js",
|
||||
"rawSpec": "5.2.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.2.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@vue/cli-service/loader-utils",
|
||||
"/loader-utils",
|
||||
"/vue-style-loader/loader-utils"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
|
||||
"_spec": "5.2.2",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Michael Mclaughlin",
|
||||
"email": "M8ch88l@gmail.com"
|
||||
},
|
||||
"browser": "big.js",
|
||||
"bugs": {
|
||||
"url": "https://github.com/MikeMcl/big.js/issues"
|
||||
},
|
||||
"collective": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/bigjs"
|
||||
},
|
||||
"description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
|
||||
"version": "5.2.2",
|
||||
"engines": {
|
||||
"node": "*"
|
||||
},
|
||||
"files": [
|
||||
"big.js",
|
||||
"big.mjs",
|
||||
"big.min.js"
|
||||
],
|
||||
"homepage": "https://github.com/MikeMcl/big.js#readme",
|
||||
"keywords": [
|
||||
"arbitrary",
|
||||
"precision",
|
||||
@@ -16,35 +66,17 @@
|
||||
"bigint",
|
||||
"bignum"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "big",
|
||||
"module": "big.mjs",
|
||||
"name": "big.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/MikeMcl/big.js.git"
|
||||
"url": "git+https://github.com/MikeMcl/big.js.git"
|
||||
},
|
||||
"main": "big",
|
||||
"browser": "big.js",
|
||||
"module": "big.mjs",
|
||||
"author": {
|
||||
"name": "Michael Mclaughlin",
|
||||
"email": "M8ch88l@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/MikeMcl/big.js/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": "*"
|
||||
},
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "node ./test/every-test.js",
|
||||
"build": "uglifyjs big.js --source-map -c -m -o big.min.js"
|
||||
"build": "uglifyjs big.js --source-map -c -m -o big.min.js",
|
||||
"test": "node ./test/every-test.js"
|
||||
},
|
||||
"files": [
|
||||
"big.js",
|
||||
"big.mjs",
|
||||
"big.min.js"
|
||||
],
|
||||
"collective": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/bigjs"
|
||||
}
|
||||
}
|
||||
"version": "5.2.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user