Server : nginx/1.20.1 System : Linux ccpf-production-2021 5.4.0-148-generic #165-Ubuntu SMP Tue Apr 18 08:53:12 UTC 2023 x86_64 User : forge ( 1000) PHP Version : 7.4.21 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /usr/lib/node_modules/pm2/node_modules/pac-resolver/ |
{
"_from": "pac-resolver@^4.1.0",
"_id": "pac-resolver@4.2.0",
"_inBundle": false,
"_integrity": "sha512-rPACZdUyuxT5Io/gFKUeeZFfE5T7ve7cAkE5TUZRRfuKP0u5Hocwe48X7ZEm6mYB+bTB0Qf+xlVlA/RM/i6RCQ==",
"_location": "/pm2/pac-resolver",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pac-resolver@^4.1.0",
"name": "pac-resolver",
"escapedName": "pac-resolver",
"rawSpec": "^4.1.0",
"saveSpec": null,
"fetchSpec": "^4.1.0"
},
"_requiredBy": [
"/pm2/pac-proxy-agent"
],
"_resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-4.2.0.tgz",
"_shasum": "b82bcb9992d48166920bc83c7542abb454bd9bdd",
"_spec": "pac-resolver@^4.1.0",
"_where": "/usr/lib/node_modules/pm2/node_modules/pac-proxy-agent",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io/"
},
"bugs": {
"url": "https://github.com/TooTallNate/node-pac-resolver/issues"
},
"bundleDependencies": false,
"dependencies": {
"degenerator": "^2.2.0",
"ip": "^1.1.5",
"netmask": "^2.0.1"
},
"deprecated": false,
"description": "Generates an asynchronous resolver function from a PAC file",
"devDependencies": {
"@types/debug": "4",
"@types/ip": "^1.1.0",
"@types/netmask": "^1.0.30",
"@types/node": "^12.12.11",
"@typescript-eslint/eslint-plugin": "1.6.0",
"@typescript-eslint/parser": "1.1.0",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "4.1.0",
"eslint-import-resolver-typescript": "1.1.1",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
"mocha": "^6.2.2",
"rimraf": "^3.0.0",
"typescript": "^3.7.3"
},
"engines": {
"node": ">= 6"
},
"files": [
"dist"
],
"homepage": "https://github.com/TooTallNate/node-pac-resolver#readme",
"keywords": [
"pac",
"file",
"proxy",
"resolve",
"dns"
],
"license": "MIT",
"main": "./dist/index.js",
"name": "pac-resolver",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-pac-resolver.git"
},
"scripts": {
"build": "tsc",
"prebuild": "rimraf dist",
"prepublishOnly": "npm run build",
"test": "mocha --reporter spec",
"test-lint": "eslint src --ext .js,.ts"
},
"types": "./dist/index.d.ts",
"version": "4.2.0"
}