[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "agent-base@6.0.2",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
[6a3a178] | 7 | ],
|
---|
[59329aa] | 8 | "_development": true,
|
---|
| 9 | "_from": "agent-base@6.0.2",
|
---|
| 10 | "_id": "agent-base@6.0.2",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
|
---|
| 13 | "_location": "/agent-base",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "agent-base@6.0.2",
|
---|
| 19 | "name": "agent-base",
|
---|
| 20 | "escapedName": "agent-base",
|
---|
| 21 | "rawSpec": "6.0.2",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "6.0.2"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 25 | "_requiredBy": [
|
---|
| 26 | "/http-proxy-agent",
|
---|
| 27 | "/https-proxy-agent",
|
---|
| 28 | "/socks-proxy-agent"
|
---|
[6a3a178] | 29 | ],
|
---|
[59329aa] | 30 | "_resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
---|
| 31 | "_spec": "6.0.2",
|
---|
| 32 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 33 | "author": {
|
---|
| 34 | "name": "Nathan Rajlich",
|
---|
| 35 | "email": "nathan@tootallnate.net",
|
---|
| 36 | "url": "http://n8.io/"
|
---|
| 37 | },
|
---|
[6a3a178] | 38 | "bugs": {
|
---|
| 39 | "url": "https://github.com/TooTallNate/node-agent-base/issues"
|
---|
| 40 | },
|
---|
| 41 | "dependencies": {
|
---|
| 42 | "debug": "4"
|
---|
| 43 | },
|
---|
[59329aa] | 44 | "description": "Turn a function into an `http.Agent` instance",
|
---|
[6a3a178] | 45 | "devDependencies": {
|
---|
| 46 | "@types/debug": "4",
|
---|
| 47 | "@types/mocha": "^5.2.7",
|
---|
| 48 | "@types/node": "^14.0.20",
|
---|
| 49 | "@types/semver": "^7.1.0",
|
---|
| 50 | "@types/ws": "^6.0.3",
|
---|
| 51 | "@typescript-eslint/eslint-plugin": "1.6.0",
|
---|
| 52 | "@typescript-eslint/parser": "1.1.0",
|
---|
| 53 | "async-listen": "^1.2.0",
|
---|
| 54 | "cpy-cli": "^2.0.0",
|
---|
| 55 | "eslint": "5.16.0",
|
---|
| 56 | "eslint-config-airbnb": "17.1.0",
|
---|
| 57 | "eslint-config-prettier": "4.1.0",
|
---|
| 58 | "eslint-import-resolver-typescript": "1.1.1",
|
---|
| 59 | "eslint-plugin-import": "2.16.0",
|
---|
| 60 | "eslint-plugin-jsx-a11y": "6.2.1",
|
---|
| 61 | "eslint-plugin-react": "7.12.4",
|
---|
| 62 | "mocha": "^6.2.0",
|
---|
| 63 | "rimraf": "^3.0.0",
|
---|
| 64 | "semver": "^7.1.2",
|
---|
| 65 | "typescript": "^3.5.3",
|
---|
| 66 | "ws": "^3.0.0"
|
---|
| 67 | },
|
---|
| 68 | "engines": {
|
---|
| 69 | "node": ">= 6.0.0"
|
---|
[59329aa] | 70 | },
|
---|
| 71 | "files": [
|
---|
| 72 | "dist/src",
|
---|
| 73 | "src"
|
---|
| 74 | ],
|
---|
| 75 | "homepage": "https://github.com/TooTallNate/node-agent-base#readme",
|
---|
| 76 | "keywords": [
|
---|
| 77 | "http",
|
---|
| 78 | "agent",
|
---|
| 79 | "base",
|
---|
| 80 | "barebones",
|
---|
| 81 | "https"
|
---|
| 82 | ],
|
---|
| 83 | "license": "MIT",
|
---|
| 84 | "main": "dist/src/index",
|
---|
| 85 | "name": "agent-base",
|
---|
| 86 | "repository": {
|
---|
| 87 | "type": "git",
|
---|
| 88 | "url": "git://github.com/TooTallNate/node-agent-base.git"
|
---|
| 89 | },
|
---|
| 90 | "scripts": {
|
---|
| 91 | "build": "tsc",
|
---|
| 92 | "postbuild": "cpy --parents src test '!**/*.ts' dist",
|
---|
| 93 | "prebuild": "rimraf dist",
|
---|
| 94 | "prepublishOnly": "npm run build",
|
---|
| 95 | "test": "mocha --reporter spec dist/test/*.js",
|
---|
| 96 | "test-lint": "eslint src --ext .js,.ts"
|
---|
| 97 | },
|
---|
| 98 | "typings": "dist/src/index",
|
---|
| 99 | "version": "6.0.2"
|
---|
[6a3a178] | 100 | }
|
---|