视频会议上传文件
This commit is contained in:
+5
-2
@@ -6,7 +6,10 @@ case `uname` in
|
||||
esac
|
||||
|
||||
if [ -x "$basedir/node" ]; then
|
||||
exec "$basedir/node" "$basedir/../jsesc/bin/jsesc" "$@"
|
||||
"$basedir/node" "$basedir/../jsesc/bin/jsesc" "$@"
|
||||
ret=$?
|
||||
else
|
||||
exec node "$basedir/../jsesc/bin/jsesc" "$@"
|
||||
node "$basedir/../jsesc/bin/jsesc" "$@"
|
||||
ret=$?
|
||||
fi
|
||||
exit $ret
|
||||
|
||||
+86
-53
@@ -1,55 +1,88 @@
|
||||
{
|
||||
"name": "jsesc",
|
||||
"version": "0.5.0",
|
||||
"description": "A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.",
|
||||
"homepage": "http://mths.be/jsesc",
|
||||
"main": "jsesc.js",
|
||||
"bin": "bin/jsesc",
|
||||
"man": "man/jsesc.1",
|
||||
"keywords": [
|
||||
"string",
|
||||
"escape",
|
||||
"javascript",
|
||||
"tool"
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://mths.be/mit"
|
||||
}
|
||||
],
|
||||
"author": {
|
||||
"name": "Mathias Bynens",
|
||||
"url": "http://mathiasbynens.be/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mathiasbynens/jsesc.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mathiasbynens/jsesc/issues"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE-MIT.txt",
|
||||
"jsesc.js",
|
||||
"bin/",
|
||||
"man/"
|
||||
],
|
||||
"directories": {
|
||||
"test": "tests"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node tests/tests.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.10.0",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-shell": "^0.7.0",
|
||||
"grunt-template": "^0.2.3",
|
||||
"istanbul": "^0.3.0",
|
||||
"qunit-extras": "^1.2.0",
|
||||
"qunitjs": "~1.11.0",
|
||||
"regenerate": "^0.6.2",
|
||||
"requirejs": "^2.1.14"
|
||||
}
|
||||
"_args": [
|
||||
[
|
||||
"jsesc@0.5.0",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "jsesc@0.5.0",
|
||||
"_id": "jsesc@0.5.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
|
||||
"_location": "/regjsparser/jsesc",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "jsesc@0.5.0",
|
||||
"name": "jsesc",
|
||||
"escapedName": "jsesc",
|
||||
"rawSpec": "0.5.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.5.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/regjsparser"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
|
||||
"_spec": "0.5.0",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Mathias Bynens",
|
||||
"url": "http://mathiasbynens.be/"
|
||||
},
|
||||
"bin": {
|
||||
"jsesc": "bin/jsesc"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mathiasbynens/jsesc/issues"
|
||||
},
|
||||
"description": "A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.",
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.10.0",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-shell": "^0.7.0",
|
||||
"grunt-template": "^0.2.3",
|
||||
"istanbul": "^0.3.0",
|
||||
"qunit-extras": "^1.2.0",
|
||||
"qunitjs": "~1.11.0",
|
||||
"regenerate": "^0.6.2",
|
||||
"requirejs": "^2.1.14"
|
||||
},
|
||||
"directories": {
|
||||
"test": "tests"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE-MIT.txt",
|
||||
"jsesc.js",
|
||||
"bin/",
|
||||
"man/"
|
||||
],
|
||||
"homepage": "http://mths.be/jsesc",
|
||||
"keywords": [
|
||||
"string",
|
||||
"escape",
|
||||
"javascript",
|
||||
"tool"
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://mths.be/mit"
|
||||
}
|
||||
],
|
||||
"main": "jsesc.js",
|
||||
"man": [
|
||||
"man/jsesc.1"
|
||||
],
|
||||
"name": "jsesc",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mathiasbynens/jsesc.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node tests/tests.js"
|
||||
},
|
||||
"version": "0.5.0"
|
||||
}
|
||||
|
||||
+63
-25
@@ -1,21 +1,53 @@
|
||||
{
|
||||
"name": "regjsparser",
|
||||
"version": "0.9.1",
|
||||
"author": "'Julian Viereck' <julian.viereck@gmail.com>",
|
||||
"license": "BSD-2-Clause",
|
||||
"main": "./parser",
|
||||
"types": "./parser.d.ts",
|
||||
"bin": "bin/parser",
|
||||
"homepage": "https://github.com/jviereck/regjsparser",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:jviereck/regjsparser.git"
|
||||
"_args": [
|
||||
[
|
||||
"regjsparser@0.9.1",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "regjsparser@0.9.1",
|
||||
"_id": "regjsparser@0.9.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
|
||||
"_location": "/regjsparser",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "regjsparser@0.9.1",
|
||||
"name": "regjsparser",
|
||||
"escapedName": "regjsparser",
|
||||
"rawSpec": "0.9.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.9.1"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint --ext .js --max-warnings 0 .",
|
||||
"test": "run-p test:* && npm run lint",
|
||||
"test:src": "node test/index.js",
|
||||
"test:types": "tsc test/types.ts --noEmit"
|
||||
"_requiredBy": [
|
||||
"/regexpu-core"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz",
|
||||
"_spec": "0.9.1",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "'Julian Viereck'",
|
||||
"email": "julian.viereck@gmail.com"
|
||||
},
|
||||
"bin": {
|
||||
"regjsparser": "bin/parser"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jviereck/regjsparser/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"jsesc": "~0.5.0"
|
||||
},
|
||||
"description": "Parsing the JavaScript's RegExp in JavaScript.",
|
||||
"devDependencies": {
|
||||
"eslint": "^8.8.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"regenerate": "~1.0.1",
|
||||
"typescript": "^4.5.2",
|
||||
"unicode-11.0.0": "^0.7.8"
|
||||
},
|
||||
"files": [
|
||||
"bin/",
|
||||
@@ -24,14 +56,20 @@
|
||||
"parser.d.ts",
|
||||
"README.md"
|
||||
],
|
||||
"dependencies": {
|
||||
"jsesc": "~0.5.0"
|
||||
"homepage": "https://github.com/jviereck/regjsparser",
|
||||
"license": "BSD-2-Clause",
|
||||
"main": "./parser",
|
||||
"name": "regjsparser",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/jviereck/regjsparser.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.8.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"regenerate": "~1.0.1",
|
||||
"typescript": "^4.5.2",
|
||||
"unicode-11.0.0": "^0.7.8"
|
||||
}
|
||||
"scripts": {
|
||||
"lint": "eslint --ext .js --max-warnings 0 .",
|
||||
"test": "run-p test:* && npm run lint",
|
||||
"test:src": "node test/index.js",
|
||||
"test:types": "tsc test/types.ts --noEmit"
|
||||
},
|
||||
"types": "./parser.d.ts",
|
||||
"version": "0.9.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user