1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "_from": "bsock",
- "_id": "bsock@0.1.9",
- "_inBundle": false,
- "_integrity": "sha512-/l9Kg/c5o+n/0AqreMxh2jpzDMl1ikl4gUxT7RFNe3A3YRIyZkiREhwcjmqxiymJSRI/Qhew357xGn1SLw/xEw==",
- "_location": "/bsock",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "bsock",
- "name": "bsock",
- "escapedName": "bsock",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/bsock/-/bsock-0.1.9.tgz",
- "_shasum": "6aa14b8e4bda730e0f60ec73eb52a8a888ac22c8",
- "_spec": "bsock",
- "_where": "/home/daniel/development/repos/fw-vendor/rpclib",
- "author": {
- "name": "Christopher Jeffrey",
- "email": "chjjeffrey@gmail.com"
- },
- "browser": {
- "./lib/backend": "./lib/backend-browser.js",
- "./lib/server": "./lib/server-browser.js"
- },
- "bugs": {
- "url": "https://github.com/bcoin-org/bsock/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "bsert": "~0.0.10"
- },
- "deprecated": false,
- "description": "Websocket bike-shed",
- "devDependencies": {
- "bmocha": "^2.1.0"
- },
- "engines": {
- "node": ">=8.0.0"
- },
- "homepage": "https://github.com/bcoin-org/bsock",
- "keywords": [
- "tcp",
- "http",
- "socket.io",
- "websockets"
- ],
- "license": "MIT",
- "main": "./lib/bsock.js",
- "name": "bsock",
- "repository": {
- "type": "git",
- "url": "git://github.com/bcoin-org/bsock.git"
- },
- "scripts": {
- "lint": "eslint lib/ test/socket-test.js || exit 0",
- "test": "bmocha --reporter spec test/*-test.js"
- },
- "version": "0.1.9"
- }
|