[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "spdy@4.0.2",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
[6a3a178] | 7 | ],
|
---|
[59329aa] | 8 | "_development": true,
|
---|
| 9 | "_from": "spdy@4.0.2",
|
---|
| 10 | "_id": "spdy@4.0.2",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
|
---|
| 13 | "_location": "/spdy",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "spdy@4.0.2",
|
---|
| 19 | "name": "spdy",
|
---|
| 20 | "escapedName": "spdy",
|
---|
| 21 | "rawSpec": "4.0.2",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "4.0.2"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/webpack-dev-server"
|
---|
[6a3a178] | 27 | ],
|
---|
[59329aa] | 28 | "_resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
|
---|
| 29 | "_spec": "4.0.2",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 31 | "author": {
|
---|
| 32 | "name": "Fedor Indutny",
|
---|
| 33 | "email": "fedor.indutny@gmail.com"
|
---|
[6a3a178] | 34 | },
|
---|
| 35 | "bugs": {
|
---|
[59329aa] | 36 | "url": "https://github.com/spdy-http2/node-spdy/issues",
|
---|
| 37 | "email": "node-spdy+bugs@indutny.com"
|
---|
[6a3a178] | 38 | },
|
---|
| 39 | "contributors": [
|
---|
[59329aa] | 40 | {
|
---|
| 41 | "name": "Chris Storm",
|
---|
| 42 | "email": "github@eeecooks.com"
|
---|
| 43 | },
|
---|
| 44 | {
|
---|
| 45 | "name": "François de Metz",
|
---|
| 46 | "email": "francois@2metz.fr"
|
---|
| 47 | },
|
---|
| 48 | {
|
---|
| 49 | "name": "Ilya Grigorik",
|
---|
| 50 | "email": "ilya@igvita.com"
|
---|
| 51 | },
|
---|
| 52 | {
|
---|
| 53 | "name": "Roberto Peon"
|
---|
| 54 | },
|
---|
| 55 | {
|
---|
| 56 | "name": "Tatsuhiro Tsujikawa"
|
---|
| 57 | },
|
---|
| 58 | {
|
---|
| 59 | "name": "Jesse Cravens",
|
---|
| 60 | "email": "jesse.cravens@gmail.com"
|
---|
| 61 | }
|
---|
[6a3a178] | 62 | ],
|
---|
| 63 | "dependencies": {
|
---|
| 64 | "debug": "^4.1.0",
|
---|
| 65 | "handle-thing": "^2.0.0",
|
---|
| 66 | "http-deceiver": "^1.2.7",
|
---|
| 67 | "select-hose": "^2.0.0",
|
---|
| 68 | "spdy-transport": "^3.0.0"
|
---|
| 69 | },
|
---|
[59329aa] | 70 | "description": "Implementation of the SPDY protocol on node.js.",
|
---|
[6a3a178] | 71 | "devDependencies": {
|
---|
| 72 | "istanbul": "^0.4.5",
|
---|
| 73 | "mocha": "^6.2.3",
|
---|
| 74 | "pre-commit": "^1.2.2",
|
---|
| 75 | "standard": "^13.1.0"
|
---|
| 76 | },
|
---|
| 77 | "engines": {
|
---|
| 78 | "node": ">=6.0.0"
|
---|
| 79 | },
|
---|
[59329aa] | 80 | "homepage": "https://github.com/indutny/node-spdy",
|
---|
| 81 | "keywords": [
|
---|
| 82 | "spdy"
|
---|
| 83 | ],
|
---|
| 84 | "license": "MIT",
|
---|
[6a3a178] | 85 | "main": "./lib/spdy",
|
---|
[59329aa] | 86 | "name": "spdy",
|
---|
| 87 | "optionalDependencies": {},
|
---|
| 88 | "pre-commit": [
|
---|
| 89 | "lint",
|
---|
| 90 | "test"
|
---|
| 91 | ],
|
---|
| 92 | "repository": {
|
---|
| 93 | "type": "git",
|
---|
| 94 | "url": "git://github.com/indutny/node-spdy.git"
|
---|
| 95 | },
|
---|
| 96 | "scripts": {
|
---|
| 97 | "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js",
|
---|
| 98 | "lint": "standard",
|
---|
| 99 | "test": "mocha --reporter=spec test/*-test.js"
|
---|
| 100 | },
|
---|
| 101 | "version": "4.0.2"
|
---|
[6a3a178] | 102 | }
|
---|