麦克风,摄像头,屏幕共享页面
This commit is contained in:
+53
-20
@@ -1,32 +1,65 @@
|
||||
{
|
||||
"name": "wildcard",
|
||||
"description": "Wildcard matching tools",
|
||||
"author": "Damon Oehlman <damon.oehlman@gmail.com>",
|
||||
"stability": "stable",
|
||||
"keywords": [
|
||||
"string",
|
||||
"wildcard"
|
||||
"_args": [
|
||||
[
|
||||
"wildcard@2.0.1",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"version": "2.0.1",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"embellish-readme": "^1.7.2",
|
||||
"tape": "^5.6.3"
|
||||
"_development": true,
|
||||
"_from": "wildcard@2.0.1",
|
||||
"_id": "wildcard@2.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==",
|
||||
"_location": "/wildcard",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "wildcard@2.0.1",
|
||||
"name": "wildcard",
|
||||
"escapedName": "wildcard",
|
||||
"rawSpec": "2.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/DamonOehlman/wildcard.git"
|
||||
"_requiredBy": [
|
||||
"/webpack-merge"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz",
|
||||
"_spec": "2.0.1",
|
||||
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Damon Oehlman",
|
||||
"email": "damon.oehlman@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/DamonOehlman/wildcard/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test/all.js",
|
||||
"gendocs": "embellish README.md"
|
||||
"dependencies": {},
|
||||
"description": "Wildcard matching tools",
|
||||
"devDependencies": {
|
||||
"embellish-readme": "^1.7.2",
|
||||
"tape": "^5.6.3"
|
||||
},
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"license": "MIT"
|
||||
"homepage": "https://github.com/DamonOehlman/wildcard#readme",
|
||||
"keywords": [
|
||||
"string",
|
||||
"wildcard"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "wildcard",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/DamonOehlman/wildcard.git"
|
||||
},
|
||||
"scripts": {
|
||||
"gendocs": "embellish README.md",
|
||||
"test": "node test/all.js"
|
||||
},
|
||||
"stability": "stable",
|
||||
"version": "2.0.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user