| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_from": "spdy-transport@^2.0.18",
- "_id": "spdy-transport@2.1.1",
- "_inBundle": false,
- "_integrity": "sha512-q7D8c148escoB3Z7ySCASadkegMmUZW8Wb/Q1u0/XBgDKMO880rLQDj8Twiew/tYi7ghemKUi/whSYOwE17f5Q==",
- "_location": "/spdy-transport",
- "_phantomChildren": {
- "ms": "2.0.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "spdy-transport@^2.0.18",
- "name": "spdy-transport",
- "escapedName": "spdy-transport",
- "rawSpec": "^2.0.18",
- "saveSpec": null,
- "fetchSpec": "^2.0.18"
- },
- "_requiredBy": [
- "/spdy"
- ],
- "_resolved": "https://registry.npmmirror.com/spdy-transport/-/spdy-transport-2.1.1.tgz",
- "_shasum": "c54815d73858aadd06ce63001e7d25fa6441623b",
- "_spec": "spdy-transport@^2.0.18",
- "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\spdy",
- "author": {
- "name": "Fedor Indutny",
- "email": "fedor@indutny.com"
- },
- "bugs": {
- "url": "https://github.com/spdy-http2/spdy-transport/issues"
- },
- "bundleDependencies": false,
- "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"
- },
- "deprecated": false,
- "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"
- },
- "homepage": "https://github.com/spdy-http2/spdy-transport",
- "keywords": [
- "spdy",
- "http2",
- "transport"
- ],
- "license": "MIT",
- "main": "lib/spdy-transport",
- "name": "spdy-transport",
- "pre-commit": [
- "lint",
- "test"
- ],
- "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.1"
- }
|