123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- {
- "_from": "urllib@^2.33.1",
- "_id": "urllib@2.38.1",
- "_inBundle": false,
- "_integrity": "sha512-1tvjdL74oT9aV4X+SIjE1BXyes5PbfhHKhK4IlhoKhKqk4nD5/lXE90v10WZ02kELWIPI4w7ADneEQ4i7dPjiQ==",
- "_location": "/urllib",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "urllib@^2.33.1",
- "name": "urllib",
- "escapedName": "urllib",
- "rawSpec": "^2.33.1",
- "saveSpec": null,
- "fetchSpec": "^2.33.1"
- },
- "_requiredBy": [
- "/ali-oss"
- ],
- "_resolved": "https://registry.npmjs.org/urllib/-/urllib-2.38.1.tgz",
- "_shasum": "d5398c91a3b6a3a066f5beae7b90e959c13ef4c4",
- "_spec": "urllib@^2.33.1",
- "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\ali-oss",
- "author": {
- "name": "fengmk2",
- "email": "fengmk2@gmail.com",
- "url": "https://fengmk2.com"
- },
- "bugs": {
- "url": "https://github.com/node-modules/urllib/issues"
- },
- "bundleDependencies": false,
- "ci": {
- "type": "github",
- "os": {
- "github": "linux, windows, macos"
- },
- "version": "8, 10, 12, 14, 16"
- },
- "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": "^5.0.0",
- "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",
- "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",
- "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",
- "repository": {
- "type": "git",
- "url": "git://github.com/node-modules/urllib.git"
- },
- "scripts": {
- "autod": "autod -w --prefix '^' -t test -e examples",
- "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 -r intelli-espower-loader test/*.test.js",
- "test-local": "mocha -t 30000 -r intelli-espower-loader test/*.test.js",
- "tsd": "node test/tsd.js"
- },
- "types": "lib/index.d.ts",
- "version": "2.38.1"
- }
|