liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
  "_from": "hpagent@1.0.0",
  "_id": "hpagent@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-SCleE2Uc1bM752ymxg8QXYGW0TWtAV4ZW3TqH1aOnyi6T6YW2xadCcclm5qeVjvMvfQ2RKNtZxO7uVb9CTPt1A==",
  "_location": "/hpagent",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "hpagent@1.0.0",
    "name": "hpagent",
    "escapedName": "hpagent",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/hpagent/-/hpagent-1.0.0.tgz",
  "_shasum": "c68f68b3df845687dbdc4896546713ce09cc6bee",
  "_spec": "hpagent@1.0.0",
  "_where": "/home/l/plc/node-red",
  "author": {
    "name": "Tomas Della Vedova"
  },
  "bugs": {
    "url": "https://github.com/delvedor/hpagent/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A ready to use http and https agent for working with proxies that keeps connections alive!",
  "devDependencies": {
    "ava": "^4.2.0",
    "got": "^11.8.3",
    "needle": "^3.1.0",
    "node-fetch": "^2.6.7",
    "proxy": "^1.0.2",
    "simple-get": "^4.0.1",
    "standard": "^17.0.0",
    "tsd": "^0.20.0"
  },
  "engines": {
    "node": ">=14"
  },
  "exports": {
    ".": {
      "require": "./index.js",
      "import": "./index.mjs"
    },
    "./*": "./*.js"
  },
  "homepage": "https://github.com/delvedor/hpagent#readme",
  "keywords": [
    "agent",
    "http",
    "https",
    "secure",
    "proxy",
    "alive",
    "keep-alive"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "hpagent",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/delvedor/hpagent.git"
  },
  "scripts": {
    "test": "standard && NODE_EXTRA_CA_CERTS=test/fixtures/certs_unit_test.pem ava -v test/*.test.js && tsd",
    "test-ci": "standard && ava -v test/*.test.js && tsd"
  },
  "tsd": {
    "directory": "test"
  },
  "types": "index.d.ts",
  "version": "1.0.0"
}