Changeset 59329aa for trip-planner-front/node_modules/spdy/package.json
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/spdy/package.json
rceaed42 r59329aa 1 1 { 2 "name": "spdy", 3 "version": "4.0.2", 4 "description": "Implementation of the SPDY protocol on node.js.", 5 "license": "MIT", 6 "scripts": { 7 "lint": "standard", 8 "test": "mocha --reporter=spec test/*-test.js", 9 "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js" 2 "_args": [ 3 [ 4 "spdy@4.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 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" 10 24 }, 11 "pre-commit": [ 12 "lint", 13 "test" 25 "_requiredBy": [ 26 "/webpack-dev-server" 14 27 ], 15 " keywords": [16 "spdy"17 ],18 " repository": {19 " type": "git",20 " url": "git://github.com/indutny/node-spdy.git"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" 21 34 }, 22 "homepage": "https://github.com/indutny/node-spdy",23 35 "bugs": { 24 " email": "node-spdy+bugs@indutny.com",25 " url": "https://github.com/spdy-http2/node-spdy/issues"36 "url": "https://github.com/spdy-http2/node-spdy/issues", 37 "email": "node-spdy+bugs@indutny.com" 26 38 }, 27 "author": "Fedor Indutny <fedor.indutny@gmail.com>",28 39 "contributors": [ 29 "Chris Storm <github@eeecooks.com>", 30 "François de Metz <francois@2metz.fr>", 31 "Ilya Grigorik <ilya@igvita.com>", 32 "Roberto Peon", 33 "Tatsuhiro Tsujikawa", 34 "Jesse Cravens <jesse.cravens@gmail.com>" 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 } 35 62 ], 36 63 "dependencies": { … … 41 68 "spdy-transport": "^3.0.0" 42 69 }, 70 "description": "Implementation of the SPDY protocol on node.js.", 43 71 "devDependencies": { 44 72 "istanbul": "^0.4.5", … … 50 78 "node": ">=6.0.0" 51 79 }, 80 "homepage": "https://github.com/indutny/node-spdy", 81 "keywords": [ 82 "spdy" 83 ], 84 "license": "MIT", 52 85 "main": "./lib/spdy", 53 "optionalDependencies": {} 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" 54 102 }
Note:
See TracChangeset
for help on using the changeset viewer.