{ "_from": "httpx@^2.1.2", "_id": "httpx@2.2.4", "_inBundle": false, "_integrity": "sha512-looS7tQlnLtXCxV5s/L9hshrrFiY/8IDQ2mIt7FnK/Bll2qDEjWPLsuRmZ6ZOXJZZZ1turs5Pf0d9vzUrPkqOw==", "_location": "/httpx", "_phantomChildren": { "ms": "2.1.2" }, "_requested": { "type": "range", "registry": true, "raw": "httpx@^2.1.2", "name": "httpx", "escapedName": "httpx", "rawSpec": "^2.1.2", "saveSpec": null, "fetchSpec": "^2.1.2" }, "_requiredBy": [ "/@alicloud/pop-core" ], "_resolved": "https://registry.npmjs.org/httpx/-/httpx-2.2.4.tgz", "_shasum": "a06f0fbc27286c76e67667601793bf3253713052", "_spec": "httpx@^2.1.2", "_where": "E:\\gitwork\\tcb-mix-mall\\cloudfunctions-tcb\\mix-aliyun-sms\\node_modules\\@alicloud\\pop-core", "author": { "name": "Jackson Tian" }, "bugs": { "url": "https://github.com/JacksonTian/httpx/issues" }, "bundleDependencies": false, "dependencies": { "@types/node": "^12.0.2", "debug": "^4.1.1" }, "deprecated": false, "description": "http(s) module with power", "devDependencies": { "coveralls": "^2.11.15", "eslint": "^6.6.0", "mocha": "^4", "nyc": "^12.0.2", "socks-proxy-agent": "^5.0.0" }, "files": [ "lib" ], "homepage": "https://github.com/JacksonTian/httpx", "license": "MIT", "main": "lib/index.js", "name": "httpx", "repository": { "type": "git", "url": "git+https://github.com/JacksonTian/httpx.git" }, "scripts": { "ci": "npm run test-cov && cat ./coverage/lcov.info | coveralls", "lint": "eslint --fix lib", "test": "mocha --reporter spec --timeout 3000 test/*.test.js", "test-cov": "nyc -r=lcov -r=html -r=text -r=json mocha -t 3000 -R spec test/*.test.js" }, "types": "lib/index.d.ts", "version": "2.2.4" }