视频会议上传文件
This commit is contained in:
+49
-17
@@ -1,8 +1,39 @@
|
||||
{
|
||||
"name": "renderkid",
|
||||
"version": "3.0.0",
|
||||
"description": "Stylish console.log for node",
|
||||
"main": "lib/RenderKid.js",
|
||||
"_args": [
|
||||
[
|
||||
"renderkid@3.0.0",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "renderkid@3.0.0",
|
||||
"_id": "renderkid@3.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==",
|
||||
"_location": "/renderkid",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "renderkid@3.0.0",
|
||||
"name": "renderkid",
|
||||
"escapedName": "renderkid",
|
||||
"rawSpec": "3.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/pretty-error"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz",
|
||||
"_spec": "3.0.0",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Aria Minaei"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/AriaMinaei/RenderKid/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"css-select": "^4.1.3",
|
||||
"dom-converter": "^0.2.0",
|
||||
@@ -10,6 +41,7 @@
|
||||
"lodash": "^4.17.21",
|
||||
"strip-ansi": "^6.0.1"
|
||||
},
|
||||
"description": "Stylish console.log for node",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.14.5",
|
||||
"@babel/preset-env": "^7.14.5",
|
||||
@@ -21,21 +53,21 @@
|
||||
"sinon": "^11.1.1",
|
||||
"sinon-chai": "^3.7.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha \"test/**/*.coffee\"",
|
||||
"test:watch": "npm run test -- --watch",
|
||||
"compile": "coffee --bare --transpile --output ./lib ./src",
|
||||
"compile:watch": "coffee --watch --bare --transpile --output ./lib ./src",
|
||||
"watch": "npm run compile:watch & npm run test:watch",
|
||||
"prepublish": "npm run compile"
|
||||
},
|
||||
"homepage": "https://github.com/AriaMinaei/RenderKid#readme",
|
||||
"license": "MIT",
|
||||
"main": "lib/RenderKid.js",
|
||||
"name": "renderkid",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/AriaMinaei/RenderKid.git"
|
||||
"url": "git+https://github.com/AriaMinaei/RenderKid.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/AriaMinaei/RenderKid/issues"
|
||||
"scripts": {
|
||||
"compile": "coffee --bare --transpile --output ./lib ./src",
|
||||
"compile:watch": "coffee --watch --bare --transpile --output ./lib ./src",
|
||||
"prepublish": "npm run compile",
|
||||
"test": "mocha \"test/**/*.coffee\"",
|
||||
"test:watch": "npm run test -- --watch",
|
||||
"watch": "npm run compile:watch & npm run test:watch"
|
||||
},
|
||||
"author": "Aria Minaei",
|
||||
"license": "MIT"
|
||||
"version": "3.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user