Files
boc/aamos-api-v1/node_modules/global-agent/package.json
T
Bernt 48ea61cdcc docs: add quixzoom-auth-core product to AAMOS
- Product documentation in docs/products/
- Updated MEMORY.md with product info
- quiXzoom Auth Core as AAMOS Identity product
2026-07-14 09:58:53 +00:00

77 lines
1.9 KiB
JSON

{
"author": {
"email": "gajus@gajus.com",
"name": "Gajus Kuizinas",
"url": "https://gajus.com"
},
"dependencies": {
"globalthis": "^1.0.2",
"matcher": "^4.0.0",
"semver": "^7.3.5",
"serialize-error": "^8.1.0"
},
"description": "Global HTTP/HTTPS proxy configurable using environment variables.",
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"@babel/node": "^7.14.7",
"@babel/plugin-transform-flow-strip-types": "^7.14.5",
"@babel/preset-env": "^7.14.8",
"@babel/register": "^7.14.5",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/github": "^12.0.3",
"@semantic-release/npm": "^13.1.3",
"@types/globalthis": "^1.0.1",
"@types/pem": "^1.14.4",
"@types/request": "^2.48.6",
"@types/semver": "^7.3.8",
"@types/sinon": "^10.0.2",
"axios": "^0.21.1",
"babel-plugin-transform-export-default-name": "^2.1.0",
"del-cli": "^4.0.1",
"get-port": "^5.1.1",
"got": "^11.8.2",
"husky": "^7.0.1",
"oxlint": "^1.43.0",
"pem": "^1.14.4",
"request": "^2.88.2",
"semantic-release": "^25.0.3",
"sinon": "^11.1.2",
"ts-node": "^10.1.0",
"typescript": "^4.3.5",
"vitest": "^4.0.18"
},
"files": [
"dist"
],
"engines": {
"node": ">=10.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm run test && npm run build"
}
},
"keywords": [
"http",
"global",
"proxy",
"agent"
],
"license": "BSD-3-Clause",
"main": "./dist/index.js",
"name": "global-agent",
"repository": {
"type": "git",
"url": "https://github.com/gajus/global-agent"
},
"scripts": {
"build": "del-cli ./dist && tsc",
"lint": "oxlint ./src && tsc",
"test": "vitest run",
"create-readme": "gitdown ./.README/README.md --output-file ./README.md"
},
"typings": "./dist/src/index.d.ts",
"version": "4.1.3"
}