| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "_from": "httpx@^2.1.2",
- "_id": "httpx@2.2.7",
- "_inBundle": false,
- "_integrity": "sha512-Wjh2JOAah0pdczfqL8NC5378G7jMt0Zcpn8U+yyxAiejjlagzSTQgJHuVvka2VNPQlKfoGehYRc79WKq9E4gDw==",
- "_location": "/httpx",
- "_phantomChildren": {},
- "_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.7.tgz",
- "_shasum": "1e34198146e32ca3305a66c11209559e1cbeba09",
- "_spec": "httpx@^2.1.2",
- "_where": "E:\\workspace\\node\\qipai_server_india\\node_modules\\@alicloud\\pop-core",
- "author": {
- "name": "Jackson Tian"
- },
- "bugs": {
- "url": "https://github.com/JacksonTian/httpx/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@types/node": "^14",
- "debug": "^4.1.1"
- },
- "deprecated": false,
- "description": "http(s) module with power",
- "devDependencies": {
- "coveralls": "^2.11.15",
- "eslint": "^6.6.0",
- "mocha": "^8",
- "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.7"
- }
|