麦克风,摄像头,屏幕共享页面
This commit is contained in:
+57
-20
@@ -1,23 +1,41 @@
|
||||
{
|
||||
"name": "selfsigned",
|
||||
"version": "2.4.1",
|
||||
"description": "Generate self signed certificates private and public keys",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"scripts": {
|
||||
"test": "mocha -t 5000"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jfromaniello/selfsigned.git"
|
||||
},
|
||||
"keywords": [
|
||||
"openssl",
|
||||
"self",
|
||||
"signed",
|
||||
"certificates"
|
||||
"_args": [
|
||||
[
|
||||
"selfsigned@2.4.1",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"author": "José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",
|
||||
"_development": true,
|
||||
"_from": "selfsigned@2.4.1",
|
||||
"_id": "selfsigned@2.4.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==",
|
||||
"_location": "/selfsigned",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "selfsigned@2.4.1",
|
||||
"name": "selfsigned",
|
||||
"escapedName": "selfsigned",
|
||||
"rawSpec": "2.4.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.4.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/webpack-dev-server"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz",
|
||||
"_spec": "2.4.1",
|
||||
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "José F. Romaniello",
|
||||
"email": "jfromaniello@gmail.com",
|
||||
"url": "http://joseoncode.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jfromaniello/selfsigned/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Paolo Fragomeni",
|
||||
@@ -30,16 +48,35 @@
|
||||
"url": "http://github.com/bushong1"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/node-forge": "^1.3.0",
|
||||
"node-forge": "^1"
|
||||
},
|
||||
"description": "Generate self signed certificates private and public keys",
|
||||
"devDependencies": {
|
||||
"chai": "^4.3.4",
|
||||
"mocha": "^9.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"homepage": "https://github.com/jfromaniello/selfsigned#readme",
|
||||
"keywords": [
|
||||
"openssl",
|
||||
"self",
|
||||
"signed",
|
||||
"certificates"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "selfsigned",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jfromaniello/selfsigned.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha -t 5000"
|
||||
},
|
||||
"types": "index.d.ts",
|
||||
"version": "2.4.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user