视频会议上传文件
This commit is contained in:
+46
-15
@@ -1,16 +1,40 @@
|
||||
{
|
||||
"name": "parchment",
|
||||
"version": "1.1.4",
|
||||
"description": "A document model for rich text editors",
|
||||
"author": "Jason Chen <jhchen7@gmail.com>",
|
||||
"homepage": "http://quilljs.com/docs/parchment",
|
||||
"main": "dist/parchment.js",
|
||||
"files": [
|
||||
"tsconfig.json",
|
||||
"dist",
|
||||
"src"
|
||||
"_args": [
|
||||
[
|
||||
"parchment@1.1.4",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"types": "dist/src/parchment.d.ts",
|
||||
"_from": "parchment@1.1.4",
|
||||
"_id": "parchment@1.1.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-J5FBQt/pM2inLzg4hEWmzQx/8h8D0CiDxaG3vyp9rKrQRSDgBlhjdP5jQGgosEajXPSQouXGHOmVdgo7QmJuOg==",
|
||||
"_location": "/parchment",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "parchment@1.1.4",
|
||||
"name": "parchment",
|
||||
"escapedName": "parchment",
|
||||
"rawSpec": "1.1.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/quill"
|
||||
],
|
||||
"_resolved": "https://registry.npmmirror.com/parchment/-/parchment-1.1.4.tgz",
|
||||
"_spec": "1.1.4",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Jason Chen",
|
||||
"email": "jhchen7@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/quilljs/parchment/issues"
|
||||
},
|
||||
"description": "A document model for rich text editors",
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.26.0",
|
||||
"istanbul": "~0.4.5",
|
||||
@@ -26,10 +50,18 @@
|
||||
"typescript": "^2.7.1",
|
||||
"webpack": "^3.10.0"
|
||||
},
|
||||
"files": [
|
||||
"tsconfig.json",
|
||||
"dist",
|
||||
"src"
|
||||
],
|
||||
"homepage": "http://quilljs.com/docs/parchment",
|
||||
"license": "BSD-3-Clause",
|
||||
"main": "dist/parchment.js",
|
||||
"name": "parchment",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/quilljs/parchment"
|
||||
"url": "git+https://github.com/quilljs/parchment.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "webpack --config webpack.conf.js",
|
||||
@@ -38,7 +70,6 @@
|
||||
"test:server": "karma start --no-single-run",
|
||||
"test:travis": "karma start --browsers saucelabs-chrome --reporters dots,saucelabs"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/quilljs/parchment/issues"
|
||||
}
|
||||
"types": "dist/src/parchment.d.ts",
|
||||
"version": "1.1.4"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user