1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "spdy-transport@3.0.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "spdy-transport@3.0.0",
|
---|
10 | "_id": "spdy-transport@3.0.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
|
---|
13 | "_location": "/spdy-transport",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "spdy-transport@3.0.0",
|
---|
19 | "name": "spdy-transport",
|
---|
20 | "escapedName": "spdy-transport",
|
---|
21 | "rawSpec": "3.0.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "3.0.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/spdy"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
|
---|
29 | "_spec": "3.0.0",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Fedor Indutny",
|
---|
33 | "email": "fedor@indutny.com"
|
---|
34 | },
|
---|
35 | "bugs": {
|
---|
36 | "url": "https://github.com/spdy-http2/spdy-transport/issues"
|
---|
37 | },
|
---|
38 | "dependencies": {
|
---|
39 | "debug": "^4.1.0",
|
---|
40 | "detect-node": "^2.0.4",
|
---|
41 | "hpack.js": "^2.1.6",
|
---|
42 | "obuf": "^1.1.2",
|
---|
43 | "readable-stream": "^3.0.6",
|
---|
44 | "wbuf": "^1.7.3"
|
---|
45 | },
|
---|
46 | "description": "SPDY v2, v3, v3.1 and HTTP2 transport",
|
---|
47 | "devDependencies": {
|
---|
48 | "async": "^2.6.1",
|
---|
49 | "istanbul": "^0.4.5",
|
---|
50 | "mocha": "^5.2.0",
|
---|
51 | "pre-commit": "^1.2.2",
|
---|
52 | "standard": "^12.0.1",
|
---|
53 | "stream-pair": "^1.0.3"
|
---|
54 | },
|
---|
55 | "homepage": "https://github.com/spdy-http2/spdy-transport",
|
---|
56 | "keywords": [
|
---|
57 | "spdy",
|
---|
58 | "http2",
|
---|
59 | "transport"
|
---|
60 | ],
|
---|
61 | "license": "MIT",
|
---|
62 | "main": "lib/spdy-transport",
|
---|
63 | "name": "spdy-transport",
|
---|
64 | "pre-commit": [
|
---|
65 | "lint",
|
---|
66 | "test"
|
---|
67 | ],
|
---|
68 | "repository": {
|
---|
69 | "type": "git",
|
---|
70 | "url": "git://github.com/spdy-http2/spdy-transport.git"
|
---|
71 | },
|
---|
72 | "scripts": {
|
---|
73 | "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js test/**/**/*-test.js",
|
---|
74 | "lint": "standard",
|
---|
75 | "test": "mocha --reporter=spec test/**/*-test.js test/**/**/*-test.js"
|
---|
76 | },
|
---|
77 | "version": "3.0.0"
|
---|
78 | }
|
---|