103 lines
3.1 KiB
JSON
103 lines
3.1 KiB
JSON
{
|
||
"_args": [
|
||
[
|
||
"rtsp2web@2.4.7",
|
||
"D:\\林谷智能项目\\yanchengPowerSupply"
|
||
]
|
||
],
|
||
"_from": "rtsp2web@2.4.7",
|
||
"_id": "rtsp2web@2.4.7",
|
||
"_inBundle": false,
|
||
"_integrity": "sha512-EBW0OFs8+VB1j3fjbSPeLFfIvr7HVhQ1BdeSE3LRtbLHlAOG0IKzxxX0ajcDmexprN2KLaW8gZG4LWd4WuXNww==",
|
||
"_location": "/rtsp2web",
|
||
"_phantomChildren": {},
|
||
"_requested": {
|
||
"type": "version",
|
||
"registry": true,
|
||
"raw": "rtsp2web@2.4.7",
|
||
"name": "rtsp2web",
|
||
"escapedName": "rtsp2web",
|
||
"rawSpec": "2.4.7",
|
||
"saveSpec": null,
|
||
"fetchSpec": "2.4.7"
|
||
},
|
||
"_requiredBy": [
|
||
"/"
|
||
],
|
||
"_resolved": "https://registry.npmmirror.com/rtsp2web/-/rtsp2web-2.4.7.tgz",
|
||
"_spec": "2.4.7",
|
||
"_where": "D:\\林谷智能项目\\yanchengPowerSupply",
|
||
"author": {
|
||
"name": "NeverYu",
|
||
"email": "never_yu@qq.com",
|
||
"url": "https://neveryu.github.io"
|
||
},
|
||
"bugs": {
|
||
"url": "https://github.com/NeverYu/rtsp2web/issues"
|
||
},
|
||
"dependencies": {
|
||
"base-64": "^1.0.0",
|
||
"pem": "^1.14.6",
|
||
"ws": "^8.5.0"
|
||
},
|
||
"description": "帮你在web页面中直接播放rtsp视频流,支持同时播放多个",
|
||
"devDependencies": {
|
||
"@babel/core": "^7.17.8",
|
||
"@babel/preset-env": "^7.16.11",
|
||
"@rollup/plugin-commonjs": "^21.0.3",
|
||
"lodash.camelcase": "^4.3.0",
|
||
"pm2": "^5.2.0",
|
||
"rimraf": "^3.0.2",
|
||
"rollup": "^2.70.1",
|
||
"rollup-plugin-babel": "^4.4.0",
|
||
"rollup-plugin-commonjs": "^10.1.0",
|
||
"rollup-plugin-json": "^4.0.0",
|
||
"rollup-plugin-node-resolve": "^5.2.0",
|
||
"rollup-plugin-sourcemaps": "^0.6.3",
|
||
"rollup-plugin-terser": "^7.0.2"
|
||
},
|
||
"files": [
|
||
"dist"
|
||
],
|
||
"homepage": "https://github.com/NeverYu/rtsp2web#readme",
|
||
"keywords": [
|
||
"rtsp",
|
||
"media source extensions",
|
||
"ffmpeg",
|
||
"socket.io"
|
||
],
|
||
"license": "ISC",
|
||
"main": "dist/rtsp2web.js",
|
||
"module": "dist/rtsp2web.min.js",
|
||
"name": "rtsp2web",
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "git+https://github.com/NeverYu/rtsp2web.git"
|
||
},
|
||
"scripts": {
|
||
"build": "rollup -c rollup.config.js",
|
||
"delete": "pm2 delete rtsp-resource",
|
||
"delete-all": "pm2 delete all",
|
||
"destroy-all": "npm run stop-all && npm run delete-all",
|
||
"example": "npm run build && npm run delete-all & pm2 start example/index.js --name rtsp2web -f",
|
||
"list": "pm2 list",
|
||
"log": "pm2 log",
|
||
"monit": "pm2 monit",
|
||
"node-test": "node test/index.js",
|
||
"prebuild": "rimraf dist",
|
||
"preexample": "echo \"先编译生成构建产物,再使用\" ",
|
||
"prelist": "echo \"---列出当前pm2中的服务---\"",
|
||
"prelog": "echo \"---开始打印日志---\"",
|
||
"prenode-test": "echo 【使用最简单直接的方式运行test目录来测试源码resource.js】",
|
||
"prepublish": "npm run build",
|
||
"pretest": "echo \"【start run test directory with pm2】\"",
|
||
"reload": "pm2 reload all",
|
||
"restart": "npm stop && npm run delete && npm start",
|
||
"start": "npm run delete-all & pm2 start test/index.js --name rtsp-resource --watch -f",
|
||
"stop": "pm2 stop rtsp-resource",
|
||
"stop-all": "pm2 stop all",
|
||
"test": "npm start"
|
||
},
|
||
"version": "2.4.7"
|
||
}
|