124 lines
3.2 KiB
JSON
124 lines
3.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "spdy-transport@^2.0.18",
|
|
"scope": null,
|
|
"escapedName": "spdy-transport",
|
|
"name": "spdy-transport",
|
|
"rawSpec": "^2.0.18",
|
|
"spec": ">=2.0.18 <3.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/spdy"
|
|
]
|
|
],
|
|
"_from": "spdy-transport@>=2.0.18 <3.0.0",
|
|
"_id": "spdy-transport@2.1.0",
|
|
"_inCache": true,
|
|
"_location": "/spdy-transport",
|
|
"_nodeVersion": "9.4.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/spdy-transport_2.1.0_1521655187928_0.6744279531580166"
|
|
},
|
|
"_npmUser": {
|
|
"name": "daviddias",
|
|
"email": "daviddias.p@gmail.com"
|
|
},
|
|
"_npmVersion": "5.7.1",
|
|
"_phantomChildren": {
|
|
"ms": "2.0.0"
|
|
},
|
|
"_requested": {
|
|
"raw": "spdy-transport@^2.0.18",
|
|
"scope": null,
|
|
"escapedName": "spdy-transport",
|
|
"name": "spdy-transport",
|
|
"rawSpec": "^2.0.18",
|
|
"spec": ">=2.0.18 <3.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/spdy"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-2.1.0.tgz",
|
|
"_shasum": "4bbb15aaffed0beefdd56ad61dbdc8ba3e2cb7a1",
|
|
"_shrinkwrap": null,
|
|
"_spec": "spdy-transport@^2.0.18",
|
|
"_where": "/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/spdy",
|
|
"author": {
|
|
"name": "Fedor Indutny",
|
|
"email": "fedor@indutny.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/spdy-http2/spdy-transport/issues"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^2.6.8",
|
|
"detect-node": "^2.0.3",
|
|
"hpack.js": "^2.1.6",
|
|
"obuf": "^1.1.1",
|
|
"readable-stream": "^2.2.9",
|
|
"safe-buffer": "^5.0.1",
|
|
"wbuf": "^1.7.2"
|
|
},
|
|
"description": "SPDY v2, v3, v3.1 and HTTP2 transport",
|
|
"devDependencies": {
|
|
"async": "^2.4.1",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^3.4.1",
|
|
"pre-commit": "^1.2.2",
|
|
"standard": "^10.0.2",
|
|
"stream-pair": "^1.0.3"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"integrity": "sha512-bpUeGpZcmZ692rrTiqf9/2EUakI6/kXX1Rpe0ib/DyOzbiexVfXkw6GnvI9hVGvIwVaUhkaBojjCZwLNRGQg1g==",
|
|
"shasum": "4bbb15aaffed0beefdd56ad61dbdc8ba3e2cb7a1",
|
|
"tarball": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-2.1.0.tgz",
|
|
"fileCount": 26,
|
|
"unpackedSize": 139551
|
|
},
|
|
"gitHead": "db622a5913324f74b11c03dd9ae8769a7964a107",
|
|
"homepage": "https://github.com/spdy-http2/spdy-transport",
|
|
"keywords": [
|
|
"spdy",
|
|
"http2",
|
|
"transport"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/spdy-transport",
|
|
"maintainers": [
|
|
{
|
|
"name": "daviddias",
|
|
"email": "daviddias.p@gmail.com"
|
|
},
|
|
{
|
|
"name": "indutny",
|
|
"email": "fedor@indutny.com"
|
|
},
|
|
{
|
|
"name": "rauchg",
|
|
"email": "rauchg@gmail.com"
|
|
}
|
|
],
|
|
"name": "spdy-transport",
|
|
"optionalDependencies": {},
|
|
"pre-commit": [
|
|
"lint",
|
|
"test"
|
|
],
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/spdy-http2/spdy-transport.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js test/**/**/*-test.js",
|
|
"lint": "standard",
|
|
"test": "mocha --reporter=spec test/**/*-test.js test/**/**/*-test.js"
|
|
},
|
|
"version": "2.1.0"
|
|
}
|