@zkochan/pnpm
Version:
A fast implementation of npm install
114 lines (113 loc) • 3.02 kB
JSON
{
"_args": [
[
{
"raw": "stream-http@^2.0.0",
"scope": null,
"escapedName": "stream-http",
"name": "stream-http",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"C:\\src\\pnpm\\node_modules\\browserify"
]
],
"_from": "stream-http@>=2.0.0 <3.0.0",
"_id": "stream-http@2.3.1",
"_inCache": true,
"_installable": true,
"_location": "/stream-http",
"_nodeVersion": "6.3.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/stream-http-2.3.1.tgz_1469687955984_0.9986460644286126"
},
"_npmUser": {
"name": "jhiesey",
"email": "john@hiesey.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "stream-http@^2.0.0",
"scope": null,
"escapedName": "stream-http",
"name": "stream-http",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/browserify"
],
"_resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.3.1.tgz",
"_shasum": "7e1dc87102c3e31b32e660f04ca31f23ddbd1d52",
"_shrinkwrap": null,
"_spec": "stream-http@^2.0.0",
"_where": "C:\\src\\pnpm\\node_modules\\browserify",
"author": {
"name": "John Hiesey"
},
"bugs": {
"url": "https://github.com/jhiesey/stream-http/issues"
},
"dependencies": {
"builtin-status-codes": "^2.0.0",
"inherits": "^2.0.1",
"readable-stream": "^2.1.0",
"to-arraybuffer": "^1.0.0",
"xtend": "^4.0.0"
},
"description": "Streaming http in the browser",
"devDependencies": {
"basic-auth": "^1.0.3",
"brfs": "^1.4.0",
"cookie-parser": "^1.3.5",
"express": "^4.13.0",
"tape": "^4.0.0",
"ua-parser-js": "^0.7.7",
"webworkify": "^1.0.2",
"zuul": "^3.10.3"
},
"directories": {},
"dist": {
"shasum": "7e1dc87102c3e31b32e660f04ca31f23ddbd1d52",
"tarball": "https://registry.npmjs.org/stream-http/-/stream-http-2.3.1.tgz"
},
"gitHead": "ac250a9b04689f616ce09b93c29804cb5e63c200",
"homepage": "https://github.com/jhiesey/stream-http#readme",
"keywords": [
"http",
"stream",
"streaming",
"xhr",
"http-browserify"
],
"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": "zuul --no-coverage -- test/browser/*.js",
"test-browser-local": "zuul --local 8080 --no-coverage -- test/browser/*.js",
"test-node": "tape test/node/*.js"
},
"version": "2.3.1"
}