mirror of
https://github.com/wu736139669/ASHEBShop-h5.git
synced 2026-08-05 05:55:36 +00:00
107 lines
2.8 KiB
JSON
107 lines
2.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"spdy-transport@^2.0.15",
|
|
"/Users/xmfish/Desktop/test/reacttest/node_modules/spdy"
|
|
]
|
|
],
|
|
"_cnpm_publish_time": 1479933282153,
|
|
"_from": "spdy-transport@>=2.0.15 <3.0.0",
|
|
"_hasShrinkwrap": false,
|
|
"_id": "spdy-transport@2.0.18",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/spdy-transport",
|
|
"_nodeVersion": "7.0.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/spdy-transport-2.0.18.tgz_1479933280126_0.23772102943621576"
|
|
},
|
|
"_npmUser": {
|
|
"email": "fedor@indutny.com",
|
|
"name": "indutny"
|
|
},
|
|
"_npmVersion": "3.10.8",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "spdy-transport",
|
|
"raw": "spdy-transport@^2.0.15",
|
|
"rawSpec": "^2.0.15",
|
|
"scope": null,
|
|
"spec": ">=2.0.15 <3.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/spdy"
|
|
],
|
|
"_resolved": "http://registry.npm.taobao.org/spdy-transport/download/spdy-transport-2.0.18.tgz",
|
|
"_shasum": "43fc9c56be2cccc12bb3e2754aa971154e836ea6",
|
|
"_shrinkwrap": null,
|
|
"_spec": "spdy-transport@^2.0.15",
|
|
"_where": "/Users/xmfish/Desktop/test/reacttest/node_modules/spdy",
|
|
"author": {
|
|
"email": "fedor@indutny.com",
|
|
"name": "Fedor Indutny"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/indutny/spdy-transport/issues"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^2.2.0",
|
|
"hpack.js": "^2.1.6",
|
|
"obuf": "^1.1.0",
|
|
"readable-stream": "^2.0.1",
|
|
"wbuf": "^1.4.0"
|
|
},
|
|
"description": "SPDY v2, v3, v3.1 and HTTP2 transport",
|
|
"devDependencies": {
|
|
"async": "^1.2.1",
|
|
"jscs": "^1.13.1",
|
|
"jshint": "^2.8.0",
|
|
"mocha": "^2.2.5",
|
|
"stream-pair": "^1.0.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"noattachment": false,
|
|
"shasum": "43fc9c56be2cccc12bb3e2754aa971154e836ea6",
|
|
"size": 38992,
|
|
"tarball": "http://registry.npm.taobao.org/spdy-transport/download/spdy-transport-2.0.18.tgz"
|
|
},
|
|
"gitHead": "0bc70336508388ff5d111fd5027d3c31a56c7875",
|
|
"homepage": "https://github.com/indutny/spdy-transport",
|
|
"keywords": [
|
|
"http2",
|
|
"spdy",
|
|
"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": {},
|
|
"publish_time": 1479933282153,
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/indutny/spdy-transport.git"
|
|
},
|
|
"scripts": {
|
|
"test": "jscs lib/**/*.js test/**/*.js && jshint lib/**/*.js && mocha --reporter=spec test/**/*-test.js test/**/**/*-test.js"
|
|
},
|
|
"version": "2.0.18"
|
|
}
|