视频会议上传文件
This commit is contained in:
+61
-29
@@ -1,40 +1,42 @@
|
||||
{
|
||||
"name": "javascript-stringify",
|
||||
"version": "2.1.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"_args": [
|
||||
[
|
||||
"javascript-stringify@2.1.0",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "javascript-stringify@2.1.0",
|
||||
"_id": "javascript-stringify@2.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg==",
|
||||
"_location": "/javascript-stringify",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "javascript-stringify@2.1.0",
|
||||
"name": "javascript-stringify",
|
||||
"escapedName": "javascript-stringify",
|
||||
"rawSpec": "2.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.1.0"
|
||||
},
|
||||
"description": "Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/blakeembrey/javascript-stringify.git",
|
||||
"_requiredBy": [
|
||||
"/webpack-chain"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/javascript-stringify/-/javascript-stringify-2.1.0.tgz",
|
||||
"_spec": "2.1.0",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Blake Embrey",
|
||||
"email": "hello@blakeembrey.com",
|
||||
"url": "http://blakeembrey.me"
|
||||
},
|
||||
"homepage": "https://github.com/blakeembrey/javascript-stringify",
|
||||
"bugs": {
|
||||
"url": "https://github.com/blakeembrey/javascript-stringify/issues"
|
||||
},
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"format": "ts-scripts format",
|
||||
"lint": "ts-scripts lint",
|
||||
"prepare": "ts-scripts install && ts-scripts build",
|
||||
"specs": "ts-scripts specs",
|
||||
"test": "ts-scripts test"
|
||||
},
|
||||
"files": [
|
||||
"dist/"
|
||||
],
|
||||
"keywords": [
|
||||
"stringify",
|
||||
"javascript",
|
||||
"object",
|
||||
"eval",
|
||||
"string",
|
||||
"code"
|
||||
],
|
||||
"description": "Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`",
|
||||
"devDependencies": {
|
||||
"@borderless/ts-scripts": "^0.4.1",
|
||||
"@types/jest": "^24.0.9",
|
||||
@@ -44,8 +46,38 @@
|
||||
"semver": "^5.6.0",
|
||||
"typescript": "^4.2.4"
|
||||
},
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist/"
|
||||
],
|
||||
"homepage": "https://github.com/blakeembrey/javascript-stringify",
|
||||
"keywords": [
|
||||
"stringify",
|
||||
"javascript",
|
||||
"object",
|
||||
"eval",
|
||||
"string",
|
||||
"code"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"name": "javascript-stringify",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/blakeembrey/javascript-stringify.git"
|
||||
},
|
||||
"scripts": {
|
||||
"format": "ts-scripts format",
|
||||
"lint": "ts-scripts lint",
|
||||
"prepare": "ts-scripts install && ts-scripts build",
|
||||
"specs": "ts-scripts specs",
|
||||
"test": "ts-scripts test"
|
||||
},
|
||||
"ts-scripts": {
|
||||
"project": "tsconfig.build.json"
|
||||
}
|
||||
},
|
||||
"types": "dist/index.d.ts",
|
||||
"version": "2.1.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user