source: trip-planner-front/node_modules/agentkeepalive/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 2.4 KB
Line 
1{
2 "_args": [
3 [
4 "agentkeepalive@4.1.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "agentkeepalive@4.1.4",
10 "_id": "agentkeepalive@4.1.4",
11 "_inBundle": false,
12 "_integrity": "sha512-+V/rGa3EuU74H6wR04plBb7Ks10FbtUQgRj/FQOG7uUIEuaINI+AiqJR1k6t3SVNs7o7ZjIdus6706qqzVq8jQ==",
13 "_location": "/agentkeepalive",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "agentkeepalive@4.1.4",
19 "name": "agentkeepalive",
20 "escapedName": "agentkeepalive",
21 "rawSpec": "4.1.4",
22 "saveSpec": null,
23 "fetchSpec": "4.1.4"
24 },
25 "_requiredBy": [
26 "/make-fetch-happen"
27 ],
28 "_resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.1.4.tgz",
29 "_spec": "4.1.4",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "fengmk2",
33 "email": "fengmk2@gmail.com",
34 "url": "https://fengmk2.com"
35 },
36 "browser": "browser.js",
37 "bugs": {
38 "url": "https://github.com/node-modules/agentkeepalive/issues"
39 },
40 "ci": {
41 "type": "github",
42 "os": {
43 "github": "linux"
44 },
45 "version": "8, 10, 12, 14"
46 },
47 "dependencies": {
48 "debug": "^4.1.0",
49 "depd": "^1.1.2",
50 "humanize-ms": "^1.2.1"
51 },
52 "description": "Missing keepalive http.Agent",
53 "devDependencies": {
54 "autod": "^3.0.1",
55 "coffee": "^5.3.0",
56 "cross-env": "^6.0.3",
57 "egg-bin": "^4.9.0",
58 "egg-ci": "^1.10.0",
59 "eslint": "^5.7.0",
60 "eslint-config-egg": "^7.1.0",
61 "mm": "^2.4.1",
62 "pedding": "^1.1.0",
63 "typescript": "^3.8.3"
64 },
65 "engines": {
66 "node": ">= 8.0.0"
67 },
68 "files": [
69 "index.js",
70 "index.d.ts",
71 "browser.js",
72 "lib"
73 ],
74 "homepage": "https://github.com/node-modules/agentkeepalive#readme",
75 "keywords": [
76 "http",
77 "https",
78 "agent",
79 "keepalive",
80 "agentkeepalive",
81 "HttpAgent",
82 "HttpsAgent"
83 ],
84 "license": "MIT",
85 "main": "index.js",
86 "name": "agentkeepalive",
87 "repository": {
88 "type": "git",
89 "url": "git://github.com/node-modules/agentkeepalive.git"
90 },
91 "scripts": {
92 "autod": "autod",
93 "ci": "npm run lint && npm run cov",
94 "cov": "cross-env DEBUG=agentkeepalive egg-bin cov --full-trace",
95 "lint": "eslint lib test index.js",
96 "test": "npm run lint && egg-bin test --full-trace",
97 "test-local": "egg-bin test --full-trace"
98 },
99 "version": "4.1.4"
100}
Note: See TracBrowser for help on using the repository browser.