UNPKG

1.91 kBJSONView Raw
1{
2 "name": "urllib",
3 "version": "2.31.1",
4 "description": "Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.",
5 "keywords": [
6 "urllib",
7 "http",
8 "urlopen",
9 "curl",
10 "wget",
11 "request",
12 "https"
13 ],
14 "author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)",
15 "homepage": "http://github.com/node-modules/urllib",
16 "main": "lib/index.js",
17 "files": [
18 "lib"
19 ],
20 "repository": {
21 "type": "git",
22 "url": "git://github.com/node-modules/urllib.git"
23 },
24 "scripts": {
25 "test-local": "mocha -t 30000 -r intelli-espower-loader test/*.test.js",
26 "test": "npm run lint && npm run test-local",
27 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -t 30000 -r intelli-espower-loader test/*.test.js",
28 "ci": "npm run lint && npm run test-cov",
29 "lint": "jshint .",
30 "autod": "autod -w --prefix '^' -t test -e examples"
31 },
32 "dependencies": {
33 "any-promise": "^1.3.0",
34 "content-type": "^1.0.2",
35 "debug": "^2.6.9",
36 "default-user-agent": "^1.0.0",
37 "digest-header": "^0.0.1",
38 "ee-first": "~1.1.1",
39 "humanize-ms": "^1.2.0",
40 "iconv-lite": "^0.4.15",
41 "ip": "^1.1.5",
42 "proxy-agent": "^2.3.1",
43 "pump": "^3.0.0",
44 "qs": "^6.4.0",
45 "statuses": "^1.3.1",
46 "utility": "^1.12.0"
47 },
48 "devDependencies": {
49 "agentkeepalive": "^4.0.0",
50 "autod": "*",
51 "benchmark": "^2.1.4",
52 "bluebird": "*",
53 "busboy": "^0.2.14",
54 "co": "*",
55 "coffee": "1",
56 "formstream": "^1.1.0",
57 "http-proxy": "^1.16.2",
58 "intelli-espower-loader": "^1.0.1",
59 "istanbul": "*",
60 "jshint": "*",
61 "mocha": "3",
62 "muk": "^0.5.3",
63 "pedding": "^1.1.0",
64 "power-assert": "^1.4.2",
65 "semver": "5",
66 "tar": "^2.2.1",
67 "through2": "^2.0.3"
68 },
69 "engines": {
70 "node": ">= 0.10.0"
71 },
72 "license": "MIT"
73}