{ "_args": [ [ { "raw": "spdy@^4.0.0", "scope": null, "escapedName": "spdy", "name": "spdy", "rawSpec": "^4.0.0", "spec": ">=4.0.0 <5.0.0", "type": "range" }, "/root/rushmail/node_modules/restify" ] ], "_from": "spdy@>=4.0.0 <5.0.0", "_hasShrinkwrap": false, "_id": "spdy@4.0.2", "_inCache": true, "_location": "/spdy", "_nodeVersion": "13.9.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/spdy_4.0.2_1585970439037_0.08807651559863072" }, "_npmUser": { "name": "indutny", "email": "fedor@indutny.com" }, "_npmVersion": "6.13.7", "_phantomChildren": {}, "_requested": { "raw": "spdy@^4.0.0", "scope": null, "escapedName": "spdy", "name": "spdy", "rawSpec": "^4.0.0", "spec": ">=4.0.0 <5.0.0", "type": "range" }, "_requiredBy": [ "/restify" ], "_resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", "_shasum": "b74f466203a3eda452c02492b91fb9e84a27677b", "_shrinkwrap": null, "_spec": "spdy@^4.0.0", "_where": "/root/rushmail/node_modules/restify", "author": { "name": "Fedor Indutny", "email": "fedor.indutny@gmail.com" }, "bugs": { "url": "https://github.com/spdy-http2/node-spdy/issues", "email": "node-spdy+bugs@indutny.com" }, "contributors": [ { "name": "Chris Storm", "email": "github@eeecooks.com" }, { "name": "François de Metz", "email": "francois@2metz.fr" }, { "name": "Ilya Grigorik", "email": "ilya@igvita.com" }, { "name": "Roberto Peon" }, { "name": "Tatsuhiro Tsujikawa" }, { "name": "Jesse Cravens", "email": "jesse.cravens@gmail.com" } ], "dependencies": { "debug": "^4.1.0", "handle-thing": "^2.0.0", "http-deceiver": "^1.2.7", "select-hose": "^2.0.0", "spdy-transport": "^3.0.0" }, "description": "Implementation of the SPDY protocol on node.js.", "devDependencies": { "istanbul": "^0.4.5", "mocha": "^6.2.3", "pre-commit": "^1.2.2", "standard": "^13.1.0" }, "directories": {}, "dist": { "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", "shasum": "b74f466203a3eda452c02492b91fb9e84a27677b", "tarball": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", "fileCount": 13, "unpackedSize": 57657, "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeh/0HCRA9TVsSAnZWagAAy7oP/3f9HKc1UwFDAnOEDnoj\nj54akC4r3NXoT9eiTEIXG4WxvC2JIqmVKRwaeBC8wiXteYbmY1hw6Hg6SIJp\n1lGwtYIusJ2uvX47kSeX/thp3vxl3HBizpUK/j1SyB1ufy+ItUjPU1Uen9az\n1Ne2DwM58lDUkEyU72aFXIXb/BPsXhnPUOWeWJejE1eGOK1ESFu6y2knGlXP\nwPFhuPmTiGohhSy4Jtpw0cCPL8QAf8RGHmTAuwgeTSUxOac01S8i1MMuSN6k\nc5QKDKVeiDW7AXD/FGEMACMLou07t9kbL057TdEnBBRyHBmCDGVlwoGRkuPu\nx8n6k6UpkdUB4WswTIQg9LplbKgR4Lcg3BFhHh9uG+FtVZ7E5K+dE786CXuv\nUH1NuXx8USR65ROULDKXoFLHJExIWiXCBlz/k0hAuvB2W/Jnrz5xZv+VRwqt\n1x6RBSxFqEvPDMUpMBOFG5ziizAuiNo1FgWJCni7xSRLX9zVA/VNAj952Uja\nUz6fvNxTvoGPSOjeg9xi7UZLiZx1n82SAFmRpMeQIatELZuvRw9ph8xu+OX7\n4VPDWd/PBLzvnQee2ojyrUb8ZmrJ/q8kpeWkDRCT6mKT3RJsTnbyJAikM70t\nCMhN8MTiBcHdqOsYbBkLHrZn7qD8j9VhSfezcvRX0cO4rqYSR/zpRRI0LrnE\nd03D\r\n=yDnl\r\n-----END PGP SIGNATURE-----\r\n" }, "engines": { "node": ">=6.0.0" }, "gitHead": "661b14a8db40a76a9a4842fc12ca8908f989cfd9", "homepage": "https://github.com/indutny/node-spdy", "keywords": [ "spdy" ], "license": "MIT", "main": "./lib/spdy", "maintainers": [ { "name": "daviddias", "email": "daviddias.p@gmail.com" }, { "name": "fedor.indutny", "email": "fedor.indutny@gmail.com" }, { "name": "indutny", "email": "fedor@indutny.com" }, { "name": "rauchg", "email": "rauchg@gmail.com" } ], "name": "spdy", "optionalDependencies": {}, "pre-commit": [ "lint", "test" ], "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/indutny/node-spdy.git" }, "scripts": { "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js", "lint": "standard", "test": "mocha --reporter=spec test/*-test.js" }, "version": "4.0.2" }