视频会议上传文件
This commit is contained in:
+64
-23
@@ -1,35 +1,55 @@
|
||||
{
|
||||
"name": "enquirer",
|
||||
"description": "Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.",
|
||||
"version": "2.4.1",
|
||||
"homepage": "https://github.com/enquirer/enquirer",
|
||||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
||||
"contributors": [
|
||||
"Brian Woodward (https://twitter.com/doowb)",
|
||||
"Jon Schlinkert (http://twitter.com/jonschlinkert)"
|
||||
"_args": [
|
||||
[
|
||||
"enquirer@2.4.1",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"repository": "enquirer/enquirer",
|
||||
"_development": true,
|
||||
"_from": "enquirer@2.4.1",
|
||||
"_id": "enquirer@2.4.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==",
|
||||
"_location": "/enquirer",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "enquirer@2.4.1",
|
||||
"name": "enquirer",
|
||||
"escapedName": "enquirer",
|
||||
"rawSpec": "2.4.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.4.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/eslint"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz",
|
||||
"_spec": "2.4.1",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/enquirer/enquirer/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts",
|
||||
"lib"
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Brian Woodward",
|
||||
"url": "https://twitter.com/doowb"
|
||||
},
|
||||
{
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "http://twitter.com/jonschlinkert"
|
||||
}
|
||||
],
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=8.6"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha && tsc -p ./test/types",
|
||||
"cover": "nyc --reporter=text --reporter=html mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"ansi-colors": "^4.1.1",
|
||||
"strip-ansi": "^6.0.1"
|
||||
},
|
||||
"description": "Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.",
|
||||
"devDependencies": {
|
||||
"@types/node": "^8",
|
||||
"gulp-format-md": "^2.0.0",
|
||||
@@ -40,6 +60,15 @@
|
||||
"time-require": "github:jonschlinkert/time-require",
|
||||
"typescript": "^3.1.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.6"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts",
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/enquirer/enquirer",
|
||||
"keywords": [
|
||||
"answer",
|
||||
"answers",
|
||||
@@ -78,6 +107,7 @@
|
||||
"yo",
|
||||
"zsh"
|
||||
],
|
||||
"license": "MIT",
|
||||
"lintDeps": {
|
||||
"devDependencies": {
|
||||
"files": {
|
||||
@@ -89,6 +119,16 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"main": "index.js",
|
||||
"name": "enquirer",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/enquirer/enquirer.git"
|
||||
},
|
||||
"scripts": {
|
||||
"cover": "nyc --reporter=text --reporter=html mocha",
|
||||
"test": "mocha && tsc -p ./test/types"
|
||||
},
|
||||
"verb": {
|
||||
"toc": false,
|
||||
"layout": false,
|
||||
@@ -108,5 +148,6 @@
|
||||
"inquirer",
|
||||
"prompt-skeleton"
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": "2.4.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user