You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

103 lines
2.3 KiB

{
"_from": "express-ws",
"_id": "express-ws@4.0.0",
"_inBundle": false,
"_integrity": "sha512-KEyUw8AwRET2iFjFsI1EJQrJ/fHeGiJtgpYgEWG3yDv4l/To/m3a2GaYfeGyB3lsWdvbesjF5XCMx+SVBgAAYw==",
"_location": "/express-ws",
"_phantomChildren": {
"async-limiter": "1.0.0"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "express-ws",
"name": "express-ws",
"escapedName": "express-ws",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/express-ws/-/express-ws-4.0.0.tgz",
"_shasum": "dabd8dc974516418902a41fe6e30ed949b4d36c4",
"_spec": "express-ws",
"_where": "/home/yimian/www/smartfarm",
"author": {
"name": "Henning Morud",
"email": "henning@morud.org"
},
"bugs": {
"url": "https://github.com/HenningM/express-ws/issues"
},
"bundleDependencies": false,
"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": "^5.2.0"
},
"deprecated": false,
"description": "WebSocket endpoints for Express applications",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.5.0",
"eslint": "^4.19.0",
"eslint-config-airbnb": "^14.1.0",
"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": "4.0.0"
}