| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- {
- "name": "urllib",
- "version": "2.37.2",
- "description": "Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.",
- "keywords": [
- "urllib",
- "http",
- "urlopen",
- "curl",
- "wget",
- "request",
- "https"
- ],
- "author": {
- "name": "fengmk2",
- "email": "fengmk2@gmail.com",
- "url": "https://fengmk2.com"
- },
- "homepage": "https://github.com/node-modules/urllib",
- "main": "lib/index.js",
- "types": "lib/index.d.ts",
- "repository": {
- "type": "git",
- "url": "git://github.com/node-modules/urllib.git"
- },
- "scripts": {
- "test-local": "mocha -t 30000 -r intelli-espower-loader test/*.test.js",
- "test": "npm run lint && npm run test-local",
- "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -t 30000 -r intelli-espower-loader test/*.test.js",
- "ci": "npm run lint && npm run test-cov",
- "lint": "jshint .",
- "autod": "autod -w --prefix '^' -t test -e examples",
- "contributor": "git-contributor"
- },
- "dependencies": {
- "any-promise": "^1.3.0",
- "content-type": "^1.0.2",
- "debug": "^2.6.9",
- "default-user-agent": "^1.0.0",
- "digest-header": "^0.0.1",
- "ee-first": "~1.1.1",
- "formstream": "^1.1.0",
- "humanize-ms": "^1.2.0",
- "iconv-lite": "^0.4.15",
- "ip": "^1.1.5",
- "proxy-agent": "^4.0.1",
- "pump": "^3.0.0",
- "qs": "^6.4.0",
- "statuses": "^1.3.1",
- "utility": "^1.16.1"
- },
- "devDependencies": {
- "@types/mocha": "^5.2.5",
- "@types/node": "^10.12.18",
- "agentkeepalive": "^4.0.0",
- "autod": "*",
- "benchmark": "^2.1.4",
- "bluebird": "*",
- "busboy": "^0.2.14",
- "co": "*",
- "coffee": "1",
- "egg-ci": "^1.15.0",
- "git-contributor": "^1.0.10",
- "http-proxy": "^1.16.2",
- "intelli-espower-loader": "^1.0.1",
- "istanbul": "*",
- "jshint": "*",
- "mkdirp": "^0.5.1",
- "mocha": "3",
- "muk": "^0.5.3",
- "pedding": "^1.1.0",
- "power-assert": "^1.4.2",
- "semver": "5",
- "spy": "^1.0.0",
- "tar": "^4.4.8",
- "through2": "^2.0.3",
- "typescript": "^3.2.2"
- },
- "engines": {
- "node": ">= 0.10.0"
- },
- "ci": {
- "type": "github",
- "os": {
- "github": "linux, windows, macos"
- },
- "version": "8, 10, 12, 14"
- },
- "license": "MIT",
- "contributors": [
- {
- "name": "fengmk2",
- "email": "fengmk2@gmail.com",
- "url": "http://fengmk2.com"
- },
- {
- "name": "aleafs",
- "email": "zhangxc83@gmail.com",
- "url": "https://github.com/aleafs"
- },
- {
- "name": "Jackson Tian",
- "email": "shyvo1987@gmail.com",
- "url": "https://github.com/JacksonTian"
- },
- {
- "name": "ibigbug",
- "email": "x1aoba@icloud.com",
- "url": "https://github.com/ibigbug"
- },
- {
- "name": "XiNGRZ",
- "email": "chenxingyu92@gmail.com",
- "url": "https://github.com/XiNGRZ"
- },
- {
- "name": "dead_horse",
- "email": "dead_horse@qq.com",
- "url": "http://deadhorse.me/"
- },
- {
- "name": "coderhaoxin",
- "email": "coderhaoxin@outlook.com",
- "url": "https://github.com/coderhaoxin"
- },
- {
- "name": "alsotang",
- "email": "alsotang@gmail.com",
- "url": "https://github.com/alsotang"
- },
- {
- "name": "Jonathan Dahan",
- "email": "jonathan@jedahan.com",
- "url": "https://github.com/jedahan"
- },
- {
- "name": "popomore",
- "email": "sakura9515@gmail.com",
- "url": "https://github.com/popomore"
- },
- {
- "name": "fishbar",
- "email": "zhengxinlin@gmail.com",
- "url": "https://github.com/fishbar"
- },
- {
- "name": "coolme200",
- "email": "tangyao@taobao.com",
- "url": "https://github.com/coolme200"
- },
- {
- "name": "amunu",
- "email": "panyilinlove@qq.com",
- "url": "https://github.com/Amunu"
- },
- {
- "name": "Yuwei Ba",
- "email": "xiaobayuwei@gmail.com",
- "url": "https://github.com/ibigbug"
- },
- {
- "name": "Daniel Wang",
- "email": "danielwpz@gmail.com",
- "url": "https://github.com/danielwpz"
- }
- ],
- "gitHead": "27dc858380eaeec7bd110dacf0871b696e40dc0f",
- "bugs": {
- "url": "https://github.com/node-modules/urllib/issues"
- },
- "_id": "urllib@2.37.2",
- "_nodeVersion": "10.16.0",
- "_npmVersion": "6.14.8",
- "dist": {
- "integrity": "sha512-OCEapfbtvXBnDes1srNGS7dUzxDVwr4pxk3AEBwGKJ4kJDKg0j5W1nENwnfxMhyl+H523XCrIrMZvcxnJ+gKHQ==",
- "shasum": "4799e91a9c92d6741dc6fdd4cb9ff764fbd9b059",
- "tarball": "https://registry.npmjs.org/urllib/-/urllib-2.37.2.tgz",
- "fileCount": 11,
- "unpackedSize": 108101,
- "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgvctlCRA9TVsSAnZWagAAehYP/jWA78JdBXbmoexkbhzu\nm/ip08jy+srTrXBYMlBsNHPrWFoW4gXAJP6Gh3Yem57jOXnDSg8T8LmWkAX1\nzQEKHBUCrFw3clHBVXzI3yPmjjfXTlZueL+fG9/manPR2hYN/lkHpqBgOcJw\n6DZADN1k2J520HtQ2FFvqnrf8p+jLwTEXcpPUMoyt4sZHkE7PSECHdSJSROU\n51GF4oIFjV1p2ooja55YIlLC8k+uwkDBntp6+CPWoYaETba8AFF5Jhx+GMyC\nfXM5sxj75EkSTbkLvEFKBoEOCkVEeOCm6Q6jthWLr8xrQZFh8jmAT4TV7cmo\nuqlL4jC7GhBDLjU/FY9/HP//O8bOoHpz2Cb0FhePik0haoEWrK3UIma6jd2E\nCgLB7ajMPpvN0EMsowetAuHlvmssVjKpAMKO6+ytguL2ViZXIBISNyCBmlHW\nhiH0pt1yTv5hSgOCwgT9R6on3EQsOrn+BzubT2z9yDf6T0viCguITnvFBJqn\nMtZ5SQd0FeFdC4lE5JiYi/eLEiCP51TCEEBrQepns1sIfMEMiKlxaRKJWV9F\nPWlzQuYI/0vLJywUiC1LGLLIZiE9h+/3HKvwRe7lgYsw182bREuOs7Ar4Vhr\n0ITROIh4ceJ+JF6xFt9FKWrT9EvpCldAuo0dUpJF9hTs3PC+0VLe8ogBiAjl\nyE1i\r\n=97rI\r\n-----END PGP SIGNATURE-----\r\n"
- },
- "_npmUser": {
- "name": "dead_horse",
- "email": "dead_horse@qq.com"
- },
- "directories": {},
- "maintainers": [
- {
- "name": "dead_horse",
- "email": "dead_horse@qq.com"
- },
- {
- "name": "fengmk2",
- "email": "fengmk2@gmail.com"
- }
- ],
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/urllib_2.37.2_1623051109633_0.5686109603295937"
- },
- "_hasShrinkwrap": false,
- "_shasum": "4799e91a9c92d6741dc6fdd4cb9ff764fbd9b059",
- "_resolved": "https://registry.npmjs.org/urllib/-/urllib-2.37.2.tgz",
- "_from": "urllib@latest"
- }
|