yanchengPowerSupply/node_modules/express-ws/package.json

104 lines
2.3 KiB
JSON

{
"_args": [
[
"express-ws@5.0.2",
"D:\\林谷智能项目\\yanchengPowerSupply"
]
],
"_from": "express-ws@5.0.2",
"_id": "express-ws@5.0.2",
"_inBundle": false,
"_integrity": "sha512-0uvmuk61O9HXgLhGl3QhNSEtRsQevtmbL94/eILaliEADZBHZOQUAiHFrGPrgsjikohyrmSG5g+sCfASTt0lkQ==",
"_location": "/express-ws",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "express-ws@5.0.2",
"name": "express-ws",
"escapedName": "express-ws",
"rawSpec": "5.0.2",
"saveSpec": null,
"fetchSpec": "5.0.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmmirror.com/express-ws/-/express-ws-5.0.2.tgz",
"_spec": "5.0.2",
"_where": "D:\\林谷智能项目\\yanchengPowerSupply",
"author": {
"name": "Henning Morud",
"email": "henning@morud.org"
},
"bugs": {
"url": "https://github.com/HenningM/express-ws/issues"
},
"contributors": [
{
"name": "Jesús Leganés Combarro",
"email": "piranna@gmail.com"
},
{
"name": "Sven Slootweg",
"email": "admin@cryto.net"
},
{
"name": "Andrew Phillips",
"email": "theasp@gmail.com"
},
{
"name": "Nicholas Schell",
"email": "nschell@gmail.com"
},
{
"name": "Max Truxa",
"email": "dev@maxtruxa.com"
},
{
"name": "Kræn Hansen",
"email": "mail@kraenhansen.dk"
}
],
"dependencies": {
"ws": "^7.4.6"
},
"description": "WebSocket endpoints for Express applications",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.5.0",
"eslint": "^7.27.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.12.0",
"express": "^5.0.0-alpha.6"
},
"directories": {
"example": "examples"
},
"engines": {
"node": ">=4.5.0"
},
"homepage": "https://github.com/HenningM/express-ws",
"keywords": [
"express",
"ws",
"websocket"
],
"license": "BSD-2-Clause",
"main": "index.js",
"name": "express-ws",
"peerDependencies": {
"express": "^4.0.0 || ^5.0.0-alpha.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HenningM/express-ws.git"
},
"scripts": {
"build": "babel src/ -d lib/",
"lint": "eslint src/",
"prepublish": "npm run build"
},
"version": "5.0.2"
}