麦克风,摄像头,屏幕共享页面
This commit is contained in:
+76
-28
@@ -1,37 +1,64 @@
|
||||
{
|
||||
"name": "spdy",
|
||||
"version": "4.0.2",
|
||||
"description": "Implementation of the SPDY protocol on node.js.",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"lint": "standard",
|
||||
"test": "mocha --reporter=spec test/*-test.js",
|
||||
"coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js"
|
||||
},
|
||||
"pre-commit": [
|
||||
"lint",
|
||||
"test"
|
||||
"_args": [
|
||||
[
|
||||
"spdy@4.0.2",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"keywords": [
|
||||
"spdy"
|
||||
"_development": true,
|
||||
"_from": "spdy@4.0.2",
|
||||
"_id": "spdy@4.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
|
||||
"_location": "/spdy",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "spdy@4.0.2",
|
||||
"name": "spdy",
|
||||
"escapedName": "spdy",
|
||||
"rawSpec": "4.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/webpack-dev-server"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/indutny/node-spdy.git"
|
||||
"_resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
|
||||
"_spec": "4.0.2",
|
||||
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Fedor Indutny",
|
||||
"email": "fedor.indutny@gmail.com"
|
||||
},
|
||||
"homepage": "https://github.com/indutny/node-spdy",
|
||||
"bugs": {
|
||||
"email": "node-spdy+bugs@indutny.com",
|
||||
"url": "https://github.com/spdy-http2/node-spdy/issues"
|
||||
"url": "https://github.com/spdy-http2/node-spdy/issues",
|
||||
"email": "node-spdy+bugs@indutny.com"
|
||||
},
|
||||
"author": "Fedor Indutny <fedor.indutny@gmail.com>",
|
||||
"contributors": [
|
||||
"Chris Storm <github@eeecooks.com>",
|
||||
"François de Metz <francois@2metz.fr>",
|
||||
"Ilya Grigorik <ilya@igvita.com>",
|
||||
"Roberto Peon",
|
||||
"Tatsuhiro Tsujikawa",
|
||||
"Jesse Cravens <jesse.cravens@gmail.com>"
|
||||
{
|
||||
"name": "Chris Storm",
|
||||
"email": "github@eeecooks.com"
|
||||
},
|
||||
{
|
||||
"name": "François de Metz",
|
||||
"email": "francois@2metz.fr"
|
||||
},
|
||||
{
|
||||
"name": "Ilya Grigorik",
|
||||
"email": "ilya@igvita.com"
|
||||
},
|
||||
{
|
||||
"name": "Roberto Peon"
|
||||
},
|
||||
{
|
||||
"name": "Tatsuhiro Tsujikawa"
|
||||
},
|
||||
{
|
||||
"name": "Jesse Cravens",
|
||||
"email": "jesse.cravens@gmail.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"debug": "^4.1.0",
|
||||
@@ -40,6 +67,7 @@
|
||||
"select-hose": "^2.0.0",
|
||||
"spdy-transport": "^3.0.0"
|
||||
},
|
||||
"description": "Implementation of the SPDY protocol on node.js.",
|
||||
"devDependencies": {
|
||||
"istanbul": "^0.4.5",
|
||||
"mocha": "^6.2.3",
|
||||
@@ -49,6 +77,26 @@
|
||||
"engines": {
|
||||
"node": ">=6.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/indutny/node-spdy",
|
||||
"keywords": [
|
||||
"spdy"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/spdy",
|
||||
"optionalDependencies": {}
|
||||
"name": "spdy",
|
||||
"optionalDependencies": {},
|
||||
"pre-commit": [
|
||||
"lint",
|
||||
"test"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/indutny/node-spdy.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js",
|
||||
"lint": "standard",
|
||||
"test": "mocha --reporter=spec test/*-test.js"
|
||||
},
|
||||
"version": "4.0.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user