Files
now-deployment/node_modules/ws/package.json
2019-10-17 12:36:15 +09:00

84 lines
2.0 KiB
JSON

{
"_args": [
[
"ws@2.3.1",
"/Users/lms/dietfriends/now-deploy-preview-comment"
]
],
"_development": true,
"_from": "ws@2.3.1",
"_id": "ws@2.3.1",
"_inBundle": false,
"_integrity": "sha1-a5Sz5EfLajY/eF6vlK9jWejoHIA=",
"_location": "/ws",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ws@2.3.1",
"name": "ws",
"escapedName": "ws",
"rawSpec": "2.3.1",
"saveSpec": null,
"fetchSpec": "2.3.1"
},
"_requiredBy": [
"/ncc"
],
"_resolved": "https://registry.npmjs.org/ws/-/ws-2.3.1.tgz",
"_spec": "2.3.1",
"_where": "/Users/lms/dietfriends/now-deploy-preview-comment",
"author": {
"name": "Einar Otto Stangvik",
"email": "einaros@gmail.com",
"url": "http://2x.io"
},
"bugs": {
"url": "https://github.com/websockets/ws/issues"
},
"dependencies": {
"safe-buffer": "~5.0.1",
"ultron": "~1.1.0"
},
"description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
"devDependencies": {
"benchmark": "~2.1.2",
"bufferutil": "~3.0.0",
"eslint": "~3.19.0",
"eslint-config-standard": "~10.2.0",
"eslint-plugin-import": "~2.2.0",
"eslint-plugin-node": "~4.2.0",
"eslint-plugin-promise": "~3.5.0",
"eslint-plugin-standard": "~3.0.0",
"mocha": "~3.2.0",
"nyc": "~10.2.0",
"utf-8-validate": "~3.0.0"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/websockets/ws",
"keywords": [
"HyBi",
"Push",
"RFC-6455",
"WebSocket",
"WebSockets",
"real-time"
],
"license": "MIT",
"main": "index.js",
"name": "ws",
"repository": {
"type": "git",
"url": "git+https://github.com/websockets/ws.git"
},
"scripts": {
"integration": "eslint . && mocha test/*.integration.js",
"lint": "eslint .",
"test": "eslint . && nyc --reporter=html --reporter=text mocha test/*.test.js"
},
"version": "2.3.1"
}