视频会议上传文件
This commit is contained in:
+68
-32
@@ -1,35 +1,71 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"parse5@6.0.1",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "parse5@6.0.1",
|
||||
"_id": "parse5@6.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
|
||||
"_location": "/parse5-htmlparser2-tree-adapter/parse5",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "parse5@6.0.1",
|
||||
"name": "parse5",
|
||||
"description": "HTML parser and serializer.",
|
||||
"version": "6.0.1",
|
||||
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
|
||||
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
|
||||
"homepage": "https://github.com/inikulin/parse5",
|
||||
"keywords": [
|
||||
"html",
|
||||
"parser",
|
||||
"html5",
|
||||
"WHATWG",
|
||||
"specification",
|
||||
"fast",
|
||||
"html parser",
|
||||
"html5 parser",
|
||||
"htmlparser",
|
||||
"parse5",
|
||||
"serializer",
|
||||
"html serializer",
|
||||
"htmlserializer",
|
||||
"parse",
|
||||
"serialize"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/inikulin/parse5.git"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"gitHead": "37227a3429584903cbd1799dade995266fc2dbe6"
|
||||
"escapedName": "parse5",
|
||||
"rawSpec": "6.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "6.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/parse5-htmlparser2-tree-adapter"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
|
||||
"_spec": "6.0.1",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Ivan Nikulin",
|
||||
"email": "ifaaan@gmail.com",
|
||||
"url": "https://github.com/inikulin"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/inikulin/parse5/issues"
|
||||
},
|
||||
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
|
||||
"description": "HTML parser and serializer.",
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"gitHead": "37227a3429584903cbd1799dade995266fc2dbe6",
|
||||
"homepage": "https://github.com/inikulin/parse5",
|
||||
"keywords": [
|
||||
"html",
|
||||
"parser",
|
||||
"html5",
|
||||
"WHATWG",
|
||||
"specification",
|
||||
"fast",
|
||||
"html parser",
|
||||
"html5 parser",
|
||||
"htmlparser",
|
||||
"parse5",
|
||||
"serializer",
|
||||
"html serializer",
|
||||
"htmlserializer",
|
||||
"parse",
|
||||
"serialize"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"name": "parse5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/inikulin/parse5.git"
|
||||
},
|
||||
"version": "6.0.1"
|
||||
}
|
||||
|
||||
+60
-24
@@ -1,27 +1,63 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"parse5-htmlparser2-tree-adapter@6.0.1",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "parse5-htmlparser2-tree-adapter@6.0.1",
|
||||
"_id": "parse5-htmlparser2-tree-adapter@6.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==",
|
||||
"_location": "/parse5-htmlparser2-tree-adapter",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "parse5-htmlparser2-tree-adapter@6.0.1",
|
||||
"name": "parse5-htmlparser2-tree-adapter",
|
||||
"description": "htmlparser2 tree adapter for parse5.",
|
||||
"version": "6.0.1",
|
||||
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
|
||||
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
|
||||
"homepage": "https://github.com/inikulin/parse5",
|
||||
"keywords": [
|
||||
"parse5",
|
||||
"parser",
|
||||
"tree adapter",
|
||||
"htmlparser2"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"parse5": "^6.0.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/inikulin/parse5.git"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"gitHead": "37227a3429584903cbd1799dade995266fc2dbe6"
|
||||
"escapedName": "parse5-htmlparser2-tree-adapter",
|
||||
"rawSpec": "6.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "6.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cli-highlight"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz",
|
||||
"_spec": "6.0.1",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Ivan Nikulin",
|
||||
"email": "ifaaan@gmail.com",
|
||||
"url": "https://github.com/inikulin"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/inikulin/parse5/issues"
|
||||
},
|
||||
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
|
||||
"dependencies": {
|
||||
"parse5": "^6.0.1"
|
||||
},
|
||||
"description": "htmlparser2 tree adapter for parse5.",
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"gitHead": "37227a3429584903cbd1799dade995266fc2dbe6",
|
||||
"homepage": "https://github.com/inikulin/parse5",
|
||||
"keywords": [
|
||||
"parse5",
|
||||
"parser",
|
||||
"tree adapter",
|
||||
"htmlparser2"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"name": "parse5-htmlparser2-tree-adapter",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/inikulin/parse5.git"
|
||||
},
|
||||
"version": "6.0.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user