Changeset 59329aa for trip-planner-front/node_modules/hpack.js/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/hpack.js/package.json
rceaed42 r59329aa 1 1 { 2 "name": "hpack.js", 3 "version": "2.1.6", 2 "_args": [ 3 [ 4 "hpack.js@2.1.6", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "hpack.js@2.1.6", 10 "_id": "hpack.js@2.1.6", 11 "_inBundle": false, 12 "_integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", 13 "_location": "/hpack.js", 14 "_phantomChildren": { 15 "core-util-is": "1.0.2", 16 "inherits": "2.0.4", 17 "isarray": "1.0.0", 18 "process-nextick-args": "2.0.1", 19 "safe-buffer": "5.1.2", 20 "util-deprecate": "1.0.2" 21 }, 22 "_requested": { 23 "type": "version", 24 "registry": true, 25 "raw": "hpack.js@2.1.6", 26 "name": "hpack.js", 27 "escapedName": "hpack.js", 28 "rawSpec": "2.1.6", 29 "saveSpec": null, 30 "fetchSpec": "2.1.6" 31 }, 32 "_requiredBy": [ 33 "/spdy-transport" 34 ], 35 "_resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", 36 "_spec": "2.1.6", 37 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 38 "author": { 39 "name": "Fedor Indutny", 40 "email": "fedor@indutny.com" 41 }, 42 "bugs": { 43 "url": "https://github.com/indutny/hpack.js/issues" 44 }, 45 "dependencies": { 46 "inherits": "^2.0.1", 47 "obuf": "^1.0.0", 48 "readable-stream": "^2.0.1", 49 "wbuf": "^1.1.0" 50 }, 4 51 "description": "HPACK implementation", 5 "main": "lib/hpack.js", 6 "scripts": { 7 "test": "mocha test/*-test.js" 52 "devDependencies": { 53 "mocha": "^2.2.5" 8 54 }, 9 "repository": { 10 "type": "git", 11 "url": "git+ssh://git@github.com/indutny/hpack.js.git" 12 }, 55 "homepage": "https://github.com/indutny/hpack.js#readme", 13 56 "keywords": [ 14 57 "HPACK", … … 18 61 "headers" 19 62 ], 20 "author": "Fedor Indutny <fedor@indutny.com>",21 63 "license": "MIT", 22 "bugs": { 23 "url": "https://github.com/indutny/hpack.js/issues" 64 "main": "lib/hpack.js", 65 "name": "hpack.js", 66 "repository": { 67 "type": "git", 68 "url": "git+ssh://git@github.com/indutny/hpack.js.git" 24 69 }, 25 "homepage": "https://github.com/indutny/hpack.js#readme", 26 "devDependencies": { 27 "mocha": "^2.2.5" 70 "scripts": { 71 "test": "mocha test/*-test.js" 28 72 }, 29 "dependencies": { 30 "inherits": "^2.0.1", 31 "obuf": "^1.0.0", 32 "readable-stream": "^2.0.1", 33 "wbuf": "^1.1.0" 34 } 73 "version": "2.1.6" 35 74 }
Note:
See TracChangeset
for help on using the changeset viewer.