视频会议上传文件
This commit is contained in:
+151
-46
@@ -1,6 +1,155 @@
|
||||
{
|
||||
"name": "clone",
|
||||
"_args": [
|
||||
[
|
||||
"clone@2.1.2",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_from": "clone@2.1.2",
|
||||
"_id": "clone@2.1.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
|
||||
"_location": "/quill/clone",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "clone@2.1.2",
|
||||
"name": "clone",
|
||||
"escapedName": "clone",
|
||||
"rawSpec": "2.1.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.1.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/quill"
|
||||
],
|
||||
"_resolved": "https://registry.npmmirror.com/clone/-/clone-2.1.2.tgz",
|
||||
"_spec": "2.1.2",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Paul Vorbach",
|
||||
"email": "paul@vorba.ch",
|
||||
"url": "http://paul.vorba.ch/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/pvorb/node-clone/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Blake Miner",
|
||||
"email": "miner.blake@gmail.com",
|
||||
"url": "http://www.blakeminer.com/"
|
||||
},
|
||||
{
|
||||
"name": "Tian You",
|
||||
"email": "axqd001@gmail.com",
|
||||
"url": "http://blog.axqd.net/"
|
||||
},
|
||||
{
|
||||
"name": "George Stagas",
|
||||
"email": "gstagas@gmail.com",
|
||||
"url": "http://stagas.com/"
|
||||
},
|
||||
{
|
||||
"name": "Tobiasz Cudnik",
|
||||
"email": "tobiasz.cudnik@gmail.com",
|
||||
"url": "https://github.com/TobiaszCudnik"
|
||||
},
|
||||
{
|
||||
"name": "Pavel Lang",
|
||||
"email": "langpavel@phpskelet.org",
|
||||
"url": "https://github.com/langpavel"
|
||||
},
|
||||
{
|
||||
"name": "Dan MacTough",
|
||||
"url": "http://yabfog.com/"
|
||||
},
|
||||
{
|
||||
"name": "w1nk",
|
||||
"url": "https://github.com/w1nk"
|
||||
},
|
||||
{
|
||||
"name": "Hugh Kennedy",
|
||||
"url": "http://twitter.com/hughskennedy"
|
||||
},
|
||||
{
|
||||
"name": "Dustin Diaz",
|
||||
"url": "http://dustindiaz.com"
|
||||
},
|
||||
{
|
||||
"name": "Ilya Shaisultanov",
|
||||
"url": "https://github.com/diversario"
|
||||
},
|
||||
{
|
||||
"name": "Nathan MacInnes",
|
||||
"email": "nathan@macinn.es",
|
||||
"url": "http://macinn.es/"
|
||||
},
|
||||
{
|
||||
"name": "Benjamin E. Coe",
|
||||
"email": "ben@npmjs.com",
|
||||
"url": "https://twitter.com/benjamincoe"
|
||||
},
|
||||
{
|
||||
"name": "Nathan Zadoks",
|
||||
"url": "https://github.com/nathan7"
|
||||
},
|
||||
{
|
||||
"name": "Róbert Oroszi",
|
||||
"email": "robert+gh@oroszi.net",
|
||||
"url": "https://github.com/oroce"
|
||||
},
|
||||
{
|
||||
"name": "Aurélio A. Heckert",
|
||||
"url": "http://softwarelivre.org/aurium"
|
||||
},
|
||||
{
|
||||
"name": "Guy Ellis",
|
||||
"url": "http://www.guyellisrocks.com/"
|
||||
},
|
||||
{
|
||||
"name": "fscherwi",
|
||||
"url": "https://fscherwi.github.io"
|
||||
},
|
||||
{
|
||||
"name": "rictic",
|
||||
"url": "https://github.com/rictic"
|
||||
},
|
||||
{
|
||||
"name": "Martin Jurča",
|
||||
"url": "https://github.com/jurca"
|
||||
},
|
||||
{
|
||||
"name": "Misery Lee",
|
||||
"email": "miserylee@foxmail.com",
|
||||
"url": "https://github.com/miserylee"
|
||||
},
|
||||
{
|
||||
"name": "Clemens Wolff",
|
||||
"url": "https://github.com/c-w"
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"description": "deep cloning of objects and arrays",
|
||||
"devDependencies": {
|
||||
"nodeunit": "~0.9.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8"
|
||||
},
|
||||
"homepage": "https://github.com/pvorb/node-clone#readme",
|
||||
"license": "MIT",
|
||||
"main": "clone.js",
|
||||
"name": "clone",
|
||||
"optionalDependencies": {},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/pvorb/node-clone.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "nodeunit test.js"
|
||||
},
|
||||
"tags": [
|
||||
"clone",
|
||||
"object",
|
||||
@@ -8,49 +157,5 @@
|
||||
"function",
|
||||
"date"
|
||||
],
|
||||
"version": "2.1.2",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/pvorb/node-clone.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/pvorb/node-clone/issues"
|
||||
},
|
||||
"main": "clone.js",
|
||||
"author": "Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch/)",
|
||||
"contributors": [
|
||||
"Blake Miner <miner.blake@gmail.com> (http://www.blakeminer.com/)",
|
||||
"Tian You <axqd001@gmail.com> (http://blog.axqd.net/)",
|
||||
"George Stagas <gstagas@gmail.com> (http://stagas.com/)",
|
||||
"Tobiasz Cudnik <tobiasz.cudnik@gmail.com> (https://github.com/TobiaszCudnik)",
|
||||
"Pavel Lang <langpavel@phpskelet.org> (https://github.com/langpavel)",
|
||||
"Dan MacTough (http://yabfog.com/)",
|
||||
"w1nk (https://github.com/w1nk)",
|
||||
"Hugh Kennedy (http://twitter.com/hughskennedy)",
|
||||
"Dustin Diaz (http://dustindiaz.com)",
|
||||
"Ilya Shaisultanov (https://github.com/diversario)",
|
||||
"Nathan MacInnes <nathan@macinn.es> (http://macinn.es/)",
|
||||
"Benjamin E. Coe <ben@npmjs.com> (https://twitter.com/benjamincoe)",
|
||||
"Nathan Zadoks (https://github.com/nathan7)",
|
||||
"Róbert Oroszi <robert+gh@oroszi.net> (https://github.com/oroce)",
|
||||
"Aurélio A. Heckert (http://softwarelivre.org/aurium)",
|
||||
"Guy Ellis (http://www.guyellisrocks.com/)",
|
||||
"fscherwi (https://fscherwi.github.io)",
|
||||
"rictic (https://github.com/rictic)",
|
||||
"Martin Jurča (https://github.com/jurca)",
|
||||
"Misery Lee <miserylee@foxmail.com> (https://github.com/miserylee)",
|
||||
"Clemens Wolff (https://github.com/c-w)"
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=0.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"nodeunit": "~0.9.0"
|
||||
},
|
||||
"optionalDependencies": {},
|
||||
"scripts": {
|
||||
"test": "nodeunit test.js"
|
||||
}
|
||||
"version": "2.1.2"
|
||||
}
|
||||
|
||||
+59
-28
@@ -1,21 +1,49 @@
|
||||
{
|
||||
"name": "eventemitter3",
|
||||
"version": "2.0.3",
|
||||
"_args": [
|
||||
[
|
||||
"eventemitter3@2.0.3",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_from": "eventemitter3@2.0.3",
|
||||
"_id": "eventemitter3@2.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-jLN68Dx5kyFHaePoXWPsCGW5qdyZQtLYHkxkg02/Mz6g0kYpDx4FyP6XfArhQdlOC4b8Mv+EMxPo/8La7Tzghg==",
|
||||
"_location": "/quill/eventemitter3",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "eventemitter3@2.0.3",
|
||||
"name": "eventemitter3",
|
||||
"escapedName": "eventemitter3",
|
||||
"rawSpec": "2.0.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/quill"
|
||||
],
|
||||
"_resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-2.0.3.tgz",
|
||||
"_spec": "2.0.3",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Arnout Kazemier"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/primus/eventemitter3/issues"
|
||||
},
|
||||
"description": "EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.",
|
||||
"main": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
"scripts": {
|
||||
"build": "mkdir -p umd && browserify index.js -s EventEmitter3 | uglifyjs -m -o umd/eventemitter3.min.js",
|
||||
"benchmark": "find benchmarks/run -name '*.js' -exec benchmarks/start.sh {} \\;",
|
||||
"test": "nyc --reporter=html --reporter=text mocha",
|
||||
"test-browser": "zuul -- test.js",
|
||||
"prepublish": "npm run build",
|
||||
"sync": "node versions.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/primus/eventemitter3.git"
|
||||
"devDependencies": {
|
||||
"assume": "~1.4.1",
|
||||
"browserify": "~14.1.0",
|
||||
"mocha": "~3.2.0",
|
||||
"nyc": "~10.2.0",
|
||||
"pre-commit": "~1.2.0",
|
||||
"uglify-js": "~2.8.20",
|
||||
"zuul": "~3.11.1"
|
||||
},
|
||||
"homepage": "https://github.com/primus/eventemitter3#readme",
|
||||
"keywords": [
|
||||
"EventEmitter",
|
||||
"EventEmitter2",
|
||||
@@ -33,19 +61,22 @@
|
||||
"reactor",
|
||||
"subscribe"
|
||||
],
|
||||
"author": "Arnout Kazemier",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/primus/eventemitter3/issues"
|
||||
},
|
||||
"main": "index.js",
|
||||
"name": "eventemitter3",
|
||||
"pre-commit": "sync, test",
|
||||
"devDependencies": {
|
||||
"assume": "~1.4.1",
|
||||
"browserify": "~14.1.0",
|
||||
"mocha": "~3.2.0",
|
||||
"nyc": "~10.2.0",
|
||||
"pre-commit": "~1.2.0",
|
||||
"uglify-js": "~2.8.20",
|
||||
"zuul": "~3.11.1"
|
||||
}
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/primus/eventemitter3.git"
|
||||
},
|
||||
"scripts": {
|
||||
"benchmark": "find benchmarks/run -name '*.js' -exec benchmarks/start.sh {} \\;",
|
||||
"build": "mkdir -p umd && browserify index.js -s EventEmitter3 | uglifyjs -m -o umd/eventemitter3.min.js",
|
||||
"prepublish": "npm run build",
|
||||
"sync": "node versions.js",
|
||||
"test": "nyc --reporter=html --reporter=text mocha",
|
||||
"test-browser": "zuul -- test.js"
|
||||
},
|
||||
"typings": "index.d.ts",
|
||||
"version": "2.0.3"
|
||||
}
|
||||
|
||||
+64
-33
@@ -1,28 +1,39 @@
|
||||
{
|
||||
"name": "quill",
|
||||
"version": "1.3.7",
|
||||
"description": "Your powerful, rich text editor",
|
||||
"author": "Jason Chen <jhchen7@gmail.com>",
|
||||
"homepage": "http://quilljs.com",
|
||||
"main": "dist/quill.js",
|
||||
"files": [
|
||||
"assets",
|
||||
"blots",
|
||||
"core",
|
||||
"formats",
|
||||
"modules",
|
||||
"themes",
|
||||
"ui",
|
||||
"dist/quill.bubble.css",
|
||||
"dist/quill.snow.css",
|
||||
"dist/quill.core.css",
|
||||
"dist/quill.js",
|
||||
"dist/quill.core.js",
|
||||
"dist/quill.min.js.map",
|
||||
"dist/quill.min.js",
|
||||
"core.js",
|
||||
"quill.js"
|
||||
"_args": [
|
||||
[
|
||||
"quill@1.3.7",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_from": "quill@1.3.7",
|
||||
"_id": "quill@1.3.7",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-hG/DVzh/TiknWtE6QmWAF/pxoZKYxfe3J/d/+ShUWkDvvkZQVTPeVmUJVu1uE6DDooC4fWTiCLh84ul89oNz5g==",
|
||||
"_location": "/quill",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "quill@1.3.7",
|
||||
"name": "quill",
|
||||
"escapedName": "quill",
|
||||
"rawSpec": "1.3.7",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.3.7"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/vue-quill-editor"
|
||||
],
|
||||
"_resolved": "https://registry.npmmirror.com/quill/-/quill-1.3.7.tgz",
|
||||
"_spec": "1.3.7",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Jason Chen",
|
||||
"email": "jhchen7@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/quilljs/quill/issues"
|
||||
},
|
||||
"config": {
|
||||
"ports": {
|
||||
"proxy": "9000",
|
||||
@@ -39,6 +50,7 @@
|
||||
"parchment": "^1.1.4",
|
||||
"quill-delta": "^3.6.2"
|
||||
},
|
||||
"description": "Your powerful, rich text editor",
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.26.0",
|
||||
"babel-loader": "^7.1.2",
|
||||
@@ -70,13 +82,36 @@
|
||||
"webpack": "^3.8.1",
|
||||
"webpack-dev-server": "^2.9.2"
|
||||
},
|
||||
"files": [
|
||||
"assets",
|
||||
"blots",
|
||||
"core",
|
||||
"formats",
|
||||
"modules",
|
||||
"themes",
|
||||
"ui",
|
||||
"dist/quill.bubble.css",
|
||||
"dist/quill.snow.css",
|
||||
"dist/quill.core.css",
|
||||
"dist/quill.js",
|
||||
"dist/quill.core.js",
|
||||
"dist/quill.min.js.map",
|
||||
"dist/quill.min.js",
|
||||
"core.js",
|
||||
"quill.js"
|
||||
],
|
||||
"homepage": "http://quilljs.com",
|
||||
"keywords": [
|
||||
"editor",
|
||||
"rich text",
|
||||
"wysiwyg"
|
||||
],
|
||||
"license": "BSD-3-Clause",
|
||||
"main": "dist/quill.js",
|
||||
"name": "quill",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/quilljs/quill"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/quilljs/quill/issues"
|
||||
"url": "git+https://github.com/quilljs/quill.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "webpack --config _develop/webpack.config.js; rm dist/quill.core dist/quill.bubble dist/quill.snow;",
|
||||
@@ -84,16 +119,12 @@
|
||||
"start": "npm run build; bundle exec foreman start -f _develop/procfile",
|
||||
"test": "npm run test:unit",
|
||||
"test:all": "npm run test:unit; npm run test:functional",
|
||||
"test:coverage": "webpack --env.coverage --config _develop/webpack.config.js; karma start _develop/karma.config.js --reporters coverage",
|
||||
"test:functional": "./_develop/scripts/webdriver.sh",
|
||||
"test:unit": "npm run build; karma start _develop/karma.config.js",
|
||||
"test:coverage": "webpack --env.coverage --config _develop/webpack.config.js; karma start _develop/karma.config.js --reporters coverage",
|
||||
"travis": "karma start _develop/karma.config.js --reporters dots,saucelabs",
|
||||
"webdriver:start": "webdriver-manager start",
|
||||
"webdriver:update": "webdriver-manager update"
|
||||
},
|
||||
"keywords": [
|
||||
"editor",
|
||||
"rich text",
|
||||
"wysiwyg"
|
||||
]
|
||||
"version": "1.3.7"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user