麦克风,摄像头,屏幕共享页面
This commit is contained in:
+56
-21
@@ -1,8 +1,58 @@
|
||||
{
|
||||
"name": "type-check",
|
||||
"version": "0.4.0",
|
||||
"author": "George Zahariev <z@georgezahariev.com>",
|
||||
"_args": [
|
||||
[
|
||||
"type-check@0.4.0",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "type-check@0.4.0",
|
||||
"_id": "type-check@0.4.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
|
||||
"_location": "/type-check",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "type-check@0.4.0",
|
||||
"name": "type-check",
|
||||
"escapedName": "type-check",
|
||||
"rawSpec": "0.4.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.4.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/levn",
|
||||
"/optionator"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
|
||||
"_spec": "0.4.0",
|
||||
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "George Zahariev",
|
||||
"email": "z@georgezahariev.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/gkz/type-check/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"prelude-ls": "^1.2.1"
|
||||
},
|
||||
"description": "type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.",
|
||||
"devDependencies": {
|
||||
"browserify": "^16.5.1",
|
||||
"livescript": "^1.6.0",
|
||||
"mocha": "^7.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.8.0"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"README.md",
|
||||
"LICENSE"
|
||||
],
|
||||
"homepage": "https://github.com/gkz/type-check",
|
||||
"keywords": [
|
||||
"type",
|
||||
@@ -10,17 +60,9 @@
|
||||
"checking",
|
||||
"library"
|
||||
],
|
||||
"files": [
|
||||
"lib",
|
||||
"README.md",
|
||||
"LICENSE"
|
||||
],
|
||||
"main": "./lib/",
|
||||
"bugs": "https://github.com/gkz/type-check/issues",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 0.8.0"
|
||||
},
|
||||
"main": "./lib/",
|
||||
"name": "type-check",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/gkz/type-check.git"
|
||||
@@ -28,12 +70,5 @@
|
||||
"scripts": {
|
||||
"test": "make test"
|
||||
},
|
||||
"dependencies": {
|
||||
"prelude-ls": "^1.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"livescript": "^1.6.0",
|
||||
"mocha": "^7.1.1",
|
||||
"browserify": "^16.5.1"
|
||||
}
|
||||
"version": "0.4.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user