2025-04-19 15:38:48 +08:00

78 lines
2.0 KiB
JSON

{
"_args": [
[
"stream-http@3.2.0",
"D:\\ruyi\\dapp"
]
],
"_from": "stream-http@3.2.0",
"_id": "stream-http@3.2.0",
"_inBundle": false,
"_integrity": "sha512-Oq1bLqisTyK3TSCXpPbT4sdeYNdmyZJv1LxpEm2vu1ZhK89kSE5YXwZc3cWk0MagGaKriBh9mCFbVGtO+vY29A==",
"_location": "/stream-http",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "stream-http@3.2.0",
"name": "stream-http",
"escapedName": "stream-http",
"rawSpec": "3.2.0",
"saveSpec": null,
"fetchSpec": "3.2.0"
},
"_requiredBy": [
"/node-stdlib-browser"
],
"_resolved": "https://registry.npmmirror.com/stream-http/-/stream-http-3.2.0.tgz",
"_spec": "3.2.0",
"_where": "D:\\ruyi\\dapp",
"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": "^4.0.3",
"airtap-manual": "^1.0.0",
"airtap-sauce": "^1.1.0",
"basic-auth": "^2.0.1",
"brfs": "^2.0.2",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"tape": "^5.2.2",
"ua-parser-js": "^0.7.28",
"webworkify": "^1.5.0"
},
"homepage": "https://github.com/jhiesey/stream-http#readme",
"keywords": [
"http",
"stream",
"streaming",
"xhr",
"http-browserify"
],
"license": "MIT",
"main": "index.js",
"name": "stream-http",
"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 --concurrency 1 -- test/browser/*.js",
"test-browser-local": "airtap --preset local -- test/browser/*.js",
"test-node": "tape test/node/*.js"
},
"version": "3.2.0"
}