2020-05-26 18:17:24 +02:00

113 lines
3.9 KiB
JSON

{
"_args": [
[
"stream-http@^3.0.0",
"/home/christine/0_WORK/gradcomm/mithril_client/node_modules/browserify"
]
],
"_from": "stream-http@>=3.0.0 <4.0.0",
"_hasShrinkwrap": false,
"_id": "stream-http@3.1.1",
"_inCache": true,
"_installable": true,
"_location": "/stream-http",
"_nodeVersion": "12.16.2",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/stream-http_3.1.1_1588701016395_0.9821888715971026"
},
"_npmUser": {
"email": "feross@feross.org",
"name": "feross"
},
"_npmVersion": "6.14.4",
"_phantomChildren": {
"inherits": "2.0.4",
"string_decoder": "1.3.0",
"util-deprecate": "1.0.2"
},
"_requested": {
"name": "stream-http",
"raw": "stream-http@^3.0.0",
"rawSpec": "^3.0.0",
"scope": null,
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/browserify"
],
"_resolved": "https://registry.npmjs.org/stream-http/-/stream-http-3.1.1.tgz",
"_shasum": "0370a8017cf8d050b9a8554afe608f043eaff564",
"_shrinkwrap": null,
"_spec": "stream-http@^3.0.0",
"_where": "/home/christine/0_WORK/gradcomm/mithril_client/node_modules/browserify",
"author": {
"name": "John Hiesey"
},
"bugs": {
"url": "https://github.com/jhiesey/stream-http/issues"
},
"dependencies": {
"builtin-status-codes": "^3.0.0",
"inherits": "^2.0.4",
"readable-stream": "^3.6.0",
"xtend": "^4.0.2"
},
"description": "Streaming http in the browser",
"devDependencies": {
"airtap": "^3.0.0",
"basic-auth": "^2.0.1",
"brfs": "^2.0.2",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"tape": "^5.0.0",
"ua-parser-js": "^0.7.21",
"webworkify": "^1.5.0"
},
"directories": {},
"dist": {
"fileCount": 7,
"integrity": "sha512-S7OqaYu0EkFpgeGFb/NPOoPLxFko7TPqtEeFg5DXPB4v/KETHG0Ln6fRFrNezoelpaDKmycEmmZ81cC9DAwgYg==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesadYCRA9TVsSAnZWagAAtq0P/3qvEO6itmL1l/bgULbn\np4tLL7uYq4meEjBmgFDQG/a2+FEoqStqAjds+sz/6hV/JbFYr4xIAOyWCLno\nA65jlYix/Pne/o0sYaQucCkiN9cDhPpfS0I8SSJr6OFkNDz/ps/0QVTYB0B0\nAZ6Sjk12cbF+D71xxFkZUb2lcP4Uevf9H4qMegTpHyRAvhQkHJvIfG4TvLAH\nAcvryE1RtLfUacKA8mswGg8chHDV0pUDfrJv3nispczEhEe60F35Bbet7miy\ngdZAvqQeTVGgx2/s1aTQWY4ZqrBpM7ewK41ckrB8I3jBQlLjU2IfzKPSZUU3\nQribY1KevLIW55amtNWX1KYvOAE77VGSf7YfZE0cRxK8u1/X21y61rqTBmkg\n4kSgSJ2JkBwIc49Iv9t0TZdmirS1me2iAQMtE10fEG75LJ8SbTzflqXH6VbY\nlh4R/6M/pG5S6c3tKCJCKZYJrGa/eWHbqHYHT/TClKsH62glCkMlOxrQjKeR\n9M0YQzQ6yGH6F/GWENibxmrUG5HL6dM/d5Rj/bRR8Swp/N4ohfNUw+aknReJ\nb+GCY3Ekr8b8PUfdApdaEVlVgTMjAsXHG+tNW+z1E0Q48npOgfu/3nuZf2rw\ngnvtrK900ePO0yJZrw7j/jBCQA7tsGjhf2FsbF7fqWoda/9mfLBdFBOiwORQ\nzyA9\r\n=Pxzb\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "0370a8017cf8d050b9a8554afe608f043eaff564",
"tarball": "https://registry.npmjs.org/stream-http/-/stream-http-3.1.1.tgz",
"unpackedSize": 26052
},
"gitHead": "e84db22d084903bb937763f3118ea0341f872361",
"homepage": "https://github.com/jhiesey/stream-http#readme",
"keywords": [
"http",
"http-browserify",
"stream",
"streaming",
"xhr"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "feross",
"email": "feross@feross.org"
},
{
"name": "jhiesey",
"email": "john@hiesey.com"
}
],
"name": "stream-http",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/jhiesey/stream-http.git"
},
"scripts": {
"test": "npm run test-node && ([ -n \"${TRAVIS_PULL_REQUEST}\" -a \"${TRAVIS_PULL_REQUEST}\" != 'false' ] || npm run test-browser)",
"test-browser": "airtap --loopback airtap.local -- test/browser/*.js",
"test-browser-local": "airtap --no-instrument --local 8080 -- test/browser/*.js",
"test-node": "tape test/node/*.js"
},
"version": "3.1.1"
}