Changeset 59329aa for trip-planner-front/node_modules/agent-base
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/agent-base/package.json
rceaed42 r59329aa 1 1 { 2 "name": "agent-base", 3 "version": "6.0.2", 4 "description": "Turn a function into an `http.Agent` instance", 5 "main": "dist/src/index", 6 "typings": "dist/src/index", 7 "files": [ 8 "dist/src", 9 "src" 2 "_args": [ 3 [ 4 "agent-base@6.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 11 "scripts": { 12 "prebuild": "rimraf dist", 13 "build": "tsc", 14 "postbuild": "cpy --parents src test '!**/*.ts' dist", 15 "test": "mocha --reporter spec dist/test/*.js", 16 "test-lint": "eslint src --ext .js,.ts", 17 "prepublishOnly": "npm run build" 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" 18 24 }, 19 "repository": { 20 "type": "git", 21 "url": "git://github.com/TooTallNate/node-agent-base.git" 25 "_requiredBy": [ 26 "/http-proxy-agent", 27 "/https-proxy-agent", 28 "/socks-proxy-agent" 29 ], 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/" 22 37 }, 23 "keywords": [24 "http",25 "agent",26 "base",27 "barebones",28 "https"29 ],30 "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",31 "license": "MIT",32 38 "bugs": { 33 39 "url": "https://github.com/TooTallNate/node-agent-base/issues" … … 36 42 "debug": "4" 37 43 }, 44 "description": "Turn a function into an `http.Agent` instance", 38 45 "devDependencies": { 39 46 "@types/debug": "4", … … 61 68 "engines": { 62 69 "node": ">= 6.0.0" 63 } 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" 64 100 }
Note:
See TracChangeset
for help on using the changeset viewer.