123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- {
- "_args": [
- [
- "spdy-transport@^2.0.18",
- "/home/seleznev/project Angular/Quality system/node_modules/spdy"
- ]
- ],
- "_from": "spdy-transport@>=2.0.18 <3.0.0",
- "_id": "spdy-transport@2.1.0",
- "_inCache": true,
- "_installable": 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": {
- "email": "daviddias.p@gmail.com",
- "name": "daviddias"
- },
- "_npmVersion": "5.7.1",
- "_phantomChildren": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "process-nextick-args": "2.0.0",
- "safe-buffer": "5.1.2",
- "util-deprecate": "1.0.2"
- },
- "_requested": {
- "name": "spdy-transport",
- "raw": "spdy-transport@^2.0.18",
- "rawSpec": "^2.0.18",
- "scope": null,
- "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": "/home/seleznev/project Angular/Quality system/node_modules/spdy",
- "author": {
- "email": "fedor@indutny.com",
- "name": "Fedor Indutny"
- },
- "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": {
- "fileCount": 26,
- "integrity": "sha512-bpUeGpZcmZ692rrTiqf9/2EUakI6/kXX1Rpe0ib/DyOzbiexVfXkw6GnvI9hVGvIwVaUhkaBojjCZwLNRGQg1g==",
- "shasum": "4bbb15aaffed0beefdd56ad61dbdc8ba3e2cb7a1",
- "tarball": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-2.1.0.tgz",
- "unpackedSize": 139551
- },
- "gitHead": "db622a5913324f74b11c03dd9ae8769a7964a107",
- "homepage": "https://github.com/spdy-http2/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": {},
- "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"
- }
|