source: trip-planner-front/node_modules/hpack.js/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
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 },
51 "description": "HPACK implementation",
52 "devDependencies": {
53 "mocha": "^2.2.5"
54 },
55 "homepage": "https://github.com/indutny/hpack.js#readme",
56 "keywords": [
57 "HPACK",
58 "HTTP2",
59 "compress",
60 "decompress",
61 "headers"
62 ],
63 "license": "MIT",
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"
69 },
70 "scripts": {
71 "test": "mocha test/*-test.js"
72 },
73 "version": "2.1.6"
74}
Note: See TracBrowser for help on using the repository browser.