15815213711
2024-08-26 67b8b6731811983447e053d4396b3708c14dfe3c
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
  "_from": "urllib@^2.38.0",
  "_id": "urllib@2.44.0",
  "_inBundle": false,
  "_integrity": "sha512-zRCJqdfYllRDA9bXUtx+vccyRqtJPKsw85f44zH7zPD28PIvjMqIgw9VwoTLV7xTBWZsbebUFVHU5ghQcWku2A==",
  "_location": "/urllib",
  "_phantomChildren": {
    "safer-buffer": "2.1.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "urllib@^2.38.0",
    "name": "urllib",
    "escapedName": "urllib",
    "rawSpec": "^2.38.0",
    "saveSpec": null,
    "fetchSpec": "^2.38.0"
  },
  "_requiredBy": [
    "/ee-core"
  ],
  "_resolved": "https://registry.npmmirror.com/urllib/-/urllib-2.44.0.tgz",
  "_shasum": "0da4b037550bdc03eb9a408de498fb4025ddc0b4",
  "_spec": "urllib@^2.38.0",
  "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/ee-core",
  "author": {
    "name": "fengmk2",
    "email": "fengmk2@gmail.com",
    "url": "https://fengmk2.com"
  },
  "bugs": {
    "url": "https://github.com/node-modules/urllib/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "any-promise": "^1.3.0",
    "content-type": "^1.0.2",
    "default-user-agent": "^1.0.0",
    "digest-header": "^1.0.0",
    "ee-first": "~1.1.1",
    "formstream": "^1.1.0",
    "humanize-ms": "^1.2.0",
    "iconv-lite": "^0.6.3",
    "pump": "^3.0.0",
    "qs": "^6.4.0",
    "statuses": "^1.3.1",
    "utility": "^1.16.1"
  },
  "deprecated": false,
  "description": "Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.",
  "devDependencies": {
    "@types/mocha": "^5.2.5",
    "@types/node": "^10.12.18",
    "agentkeepalive": "^4.0.0",
    "benchmark": "^2.1.4",
    "bluebird": "*",
    "busboy": "^0.2.14",
    "co": "*",
    "coffee": "1",
    "git-contributor": "2",
    "http-proxy": "^1.16.2",
    "istanbul": "*",
    "jshint": "*",
    "mkdirp": "^0.5.1",
    "mocha": "3",
    "muk": "^0.5.3",
    "pedding": "^1.1.0",
    "proxy-agent": "^5.0.0",
    "semver": "5",
    "spy": "^1.0.0",
    "tar": "^4.4.8",
    "through2": "^2.0.3",
    "tsd": "^0.18.0",
    "typescript": "^4.4.4"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/node-modules/urllib",
  "keywords": [
    "urllib",
    "http",
    "urlopen",
    "curl",
    "wget",
    "request",
    "https"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "urllib",
  "peerDependencies": {
    "proxy-agent": "^5.0.0"
  },
  "peerDependenciesMeta": {
    "proxy-agent": {
      "optional": true
    }
  },
  "publishConfig": {
    "tag": "latest-2"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/node-modules/urllib.git"
  },
  "scripts": {
    "ci": "npm run lint && npm run tsd && npm run test-cov",
    "contributor": "git-contributor",
    "lint": "jshint .",
    "test": "npm run lint && npm run test-local",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -t 30000 test/*.test.js",
    "test-local": "mocha -t 30000 test/*.test.js",
    "tsd": "node test/tsd.js"
  },
  "types": "lib/index.d.ts",
  "version": "2.44.0"
}