视频会议上传文件

This commit is contained in:
gyj
2024-04-08 16:23:29 +08:00
parent c098116879
commit a551f33a6e
1272 changed files with 84366 additions and 63430 deletions
+72 -26
View File
@@ -1,37 +1,61 @@
{
"name": "is-plain-object",
"description": "Returns true if an object was created by the `Object` constructor.",
"version": "2.0.4",
"homepage": "https://github.com/jonschlinkert/is-plain-object",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
"Osman Nuri Okumuş (http://onokumus.com)",
"Steven Vachon (https://svachon.com)",
"(https://github.com/wtgtybhertgeghgtwtg)"
"_args": [
[
"is-plain-object@2.0.4",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"repository": "jonschlinkert/is-plain-object",
"_development": true,
"_from": "is-plain-object@2.0.4",
"_id": "is-plain-object@2.0.4",
"_inBundle": false,
"_integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
"_location": "/clone-deep/is-plain-object",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-plain-object@2.0.4",
"name": "is-plain-object",
"escapedName": "is-plain-object",
"rawSpec": "2.0.4",
"saveSpec": null,
"fetchSpec": "2.0.4"
},
"_requiredBy": [
"/clone-deep"
],
"_resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
"_spec": "2.0.4",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/is-plain-object/issues"
},
"license": "MIT",
"files": [
"index.d.ts",
"index.js"
"contributors": [
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Osman Nuri Okumuş",
"url": "http://onokumus.com"
},
{
"name": "Steven Vachon",
"url": "https://svachon.com"
},
{
"url": "https://github.com/wtgtybhertgeghgtwtg"
}
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js",
"test_browser": "mocha-phantomjs test/browser.html",
"test_node": "mocha",
"test": "npm run test_node && npm run browserify && npm run test_browser"
},
"dependencies": {
"isobject": "^3.0.1"
},
"description": "Returns true if an object was created by the `Object` constructor.",
"devDependencies": {
"browserify": "^14.4.0",
"chai": "^4.0.2",
@@ -41,6 +65,14 @@
"phantomjs": "^2.1.7",
"uglify-js": "^3.0.24"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.d.ts",
"index.js"
],
"homepage": "https://github.com/jonschlinkert/is-plain-object",
"keywords": [
"check",
"is",
@@ -55,6 +87,19 @@
"typeof",
"value"
],
"license": "MIT",
"main": "index.js",
"name": "is-plain-object",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/is-plain-object.git"
},
"scripts": {
"browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js",
"test": "npm run test_node && npm run browserify && npm run test_browser",
"test_browser": "mocha-phantomjs test/browser.html",
"test_node": "mocha"
},
"types": "index.d.ts",
"verb": {
"toc": false,
@@ -75,5 +120,6 @@
"lint": {
"reflinks": true
}
}
},
"version": "2.0.4"
}
+55 -18
View File
@@ -1,33 +1,59 @@
{
"name": "clone-deep",
"description": "Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.",
"version": "4.0.1",
"homepage": "https://github.com/jonschlinkert/clone-deep",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/clone-deep",
"_args": [
[
"clone-deep@4.0.1",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "clone-deep@4.0.1",
"_id": "clone-deep@4.0.1",
"_inBundle": false,
"_integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==",
"_location": "/clone-deep",
"_phantomChildren": {
"isobject": "3.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "clone-deep@4.0.1",
"name": "clone-deep",
"escapedName": "clone-deep",
"rawSpec": "4.0.1",
"saveSpec": null,
"fetchSpec": "4.0.1"
},
"_requiredBy": [
"/webpack-merge"
],
"_resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz",
"_spec": "4.0.1",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/clone-deep/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=6"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"is-plain-object": "^2.0.4",
"kind-of": "^6.0.2",
"shallow-clone": "^3.0.0"
},
"description": "Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.",
"devDependencies": {
"gulp-format-md": "^2.0.0",
"mocha": "^5.2.0"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/clone-deep",
"keywords": [
"array",
"assign",
@@ -57,6 +83,16 @@
"shallow",
"symbol"
],
"license": "MIT",
"main": "index.js",
"name": "clone-deep",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/clone-deep.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
@@ -77,5 +113,6 @@
"lint": {
"reflinks": true
}
}
},
"version": "4.0.1"
}