2025-04-23 09:34:08 +08:00

83 lines
2.1 KiB
JSON

{
"_from": "http-basic@^8.1.1",
"_id": "http-basic@8.1.3",
"_inBundle": false,
"_integrity": "sha512-/EcDMwJZh3mABI2NhGfHOGOeOZITqfkEO4p/xK+l3NpyncIHUQBoMvCSF/b5GqvKtySC2srL/GGG3+EtlqlmCw==",
"_location": "/http-basic",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "http-basic@^8.1.1",
"name": "http-basic",
"escapedName": "http-basic",
"rawSpec": "^8.1.1",
"saveSpec": null,
"fetchSpec": "^8.1.1"
},
"_requiredBy": [
"/then-request"
],
"_resolved": "https://registry.npmjs.org/http-basic/-/http-basic-8.1.3.tgz",
"_shasum": "a7cabee7526869b9b710136970805b1004261bbf",
"_spec": "http-basic@^8.1.1",
"_where": "D:\\111\\xy-server\\node_modules\\then-request",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/ForbesLindesay/http-basic/issues"
},
"bundleDependencies": false,
"dependencies": {
"caseless": "^0.12.0",
"concat-stream": "^1.6.2",
"http-response-object": "^3.0.1",
"parse-cache-control": "^1.0.1"
},
"deprecated": false,
"description": "Very low level wrapper arround http.request/https.request",
"devDependencies": {
"@types/concat-stream": "^1.6.0",
"@types/node": "^11.9.0",
"flowgen2": "^2.2.1",
"rimraf": "^2.5.4",
"serve-static": "^1.11.1",
"typescript": "^2.3.4"
},
"engines": {
"node": ">=6.0.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/ForbesLindesay/http-basic#readme",
"keywords": [
"http",
"https",
"request",
"fetch",
"gzip",
"deflate",
"redirect",
"cache",
"etag",
"cache-control"
],
"license": "MIT",
"main": "lib/index.js",
"name": "http-basic",
"repository": {
"type": "git",
"url": "git+https://github.com/ForbesLindesay/http-basic.git"
},
"scripts": {
"build": "tsc && flowgen lib/**/*",
"prepublishOnly": "npm run build",
"pretest": "npm run build",
"test": "node test/index && node test/cache && node test/cache-invalidation && rimraf lib/cache"
},
"types": "lib/index.d.ts",
"version": "8.1.3"
}