1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "_from": "websocket",
- "_id": "websocket@1.0.28",
- "_inBundle": false,
- "_integrity": "sha1-nl9v3Io/4B1EImR++Tq92NRaeNM=",
- "_location": "/websocket",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "websocket",
- "name": "websocket",
- "escapedName": "websocket",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "http://registry.npm.taobao.org/websocket/download/websocket-1.0.28.tgz",
- "_shasum": "9e5f6fdc8a3fe01d4422647ef93abdd8d45a78d3",
- "_spec": "websocket",
- "_where": "E:\\dev\\007\\node10",
- "author": {
- "name": "Brian McKelvey",
- "email": "theturtle32@gmail.com",
- "url": "https://github.com/theturtle32"
- },
- "browser": "lib/browser.js",
- "bugs": {
- "url": "https://github.com/theturtle32/WebSocket-Node/issues"
- },
- "bundleDependencies": false,
- "config": {
- "verbose": false
- },
- "contributors": [
- {
- "name": "Iñaki Baz Castillo",
- "email": "ibc@aliax.net",
- "url": "http://dev.sipdoc.net"
- }
- ],
- "dependencies": {
- "debug": "^2.2.0",
- "nan": "^2.11.0",
- "typedarray-to-buffer": "^3.1.5",
- "yaeti": "^0.0.6"
- },
- "deprecated": false,
- "description": "Websocket Client & Server Library implementing the WebSocket protocol as specified in RFC 6455.",
- "devDependencies": {
- "buffer-equal": "^1.0.0",
- "faucet": "^0.0.1",
- "gulp": "git+https://github.com/gulpjs/gulp.git#4.0",
- "gulp-jshint": "^2.0.4",
- "jshint": "^2.0.0",
- "jshint-stylish": "^2.2.1",
- "tape": "^4.9.1"
- },
- "directories": {
- "lib": "./lib"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "homepage": "https://github.com/theturtle32/WebSocket-Node",
- "keywords": [
- "websocket",
- "websockets",
- "socket",
- "networking",
- "comet",
- "push",
- "RFC-6455",
- "realtime",
- "server",
- "client"
- ],
- "license": "Apache-2.0",
- "main": "index",
- "name": "websocket",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/theturtle32/WebSocket-Node.git"
- },
- "scripts": {
- "gulp": "gulp",
- "install": "(node-gyp rebuild 2> builderror.log) || (exit 0)",
- "test": "faucet test/unit"
- },
- "version": "1.0.28"
- }
|