{ "_args": [ [ "urllib@2.25.3", "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools" ] ], "_from": "urllib@2.25.3", "_id": "urllib@2.25.3", "_inBundle": false, "_integrity": "sha512-CqPp/0GWdX09HwdnjypiW9U7mPzV8dfDyxhMnHyamT7vd6Ht+pmb2VgYh0hNw5luDjxEH81ElWxCWebQ0VNzWw==", "_location": "/urllib", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "urllib@2.25.3", "name": "urllib", "escapedName": "urllib", "rawSpec": "2.25.3", "saveSpec": null, "fetchSpec": "2.25.3" }, "_requiredBy": [ "/ali-oss" ], "_resolved": "https://registry.npmjs.org/urllib/-/urllib-2.25.3.tgz", "_spec": "2.25.3", "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools", "author": { "name": "fengmk2", "email": "fengmk2@gmail.com", "url": "https://fengmk2.com" }, "bugs": { "url": "https://github.com/node-modules/urllib/issues" }, "dependencies": { "any-promise": "^1.3.0", "content-type": "^1.0.2", "debug": "^2.6.0", "default-user-agent": "^1.0.0", "digest-header": "^0.0.1", "ee-first": "~1.1.1", "humanize-ms": "^1.2.0", "iconv-lite": "^0.4.15", "proxy-agent": "^2.1.0", "qs": "^6.4.0", "statuses": "^1.3.1", "utility": "^1.12.0" }, "description": "Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.", "devDependencies": { "agentkeepalive": "^2.2.0", "autod": "*", "bluebird": "*", "busboy": "^0.2.14", "co": "*", "coffee": "1", "formstream": "^1.1.0", "http-proxy": "^1.16.2", "intelli-espower-loader": "^1.0.1", "istanbul": "*", "jshint": "*", "mocha": "3", "muk": "^0.4.0", "pedding": "^1.1.0", "power-assert": "^1.4.2", "semver": "5", "tar": "^2.2.1", "through2": "^2.0.3" }, "engines": { "node": ">= 0.10.0" }, "files": [ "lib" ], "homepage": "http://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 test-cov", "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" }, "version": "2.25.3" }