86 lines
2.4 KiB
JSON
86 lines
2.4 KiB
JSON
{
|
|
"_from": "socks@^2.7.1",
|
|
"_id": "socks@2.8.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==",
|
|
"_location": "/socks",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "socks@^2.7.1",
|
|
"name": "socks",
|
|
"escapedName": "socks",
|
|
"rawSpec": "^2.7.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.7.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/mongodb"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz",
|
|
"_shasum": "1ebd0f09c52ba95a09750afe3f3f9f724a800cb5",
|
|
"_spec": "socks@^2.7.1",
|
|
"_where": "/home/dorians/cronjob/node_modules/mongodb",
|
|
"author": {
|
|
"name": "Josh Glazebrook"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/JoshGlazebrook/socks/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "castorw"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"ip-address": "^9.0.5",
|
|
"smart-buffer": "^4.2.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.",
|
|
"devDependencies": {
|
|
"@types/mocha": "^10.0.6",
|
|
"@types/node": "^20.11.17",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"eslint": "^8.20.0",
|
|
"mocha": "^10.0.0",
|
|
"prettier": "^3.2.5",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.0.0",
|
|
"npm": ">= 3.0.0"
|
|
},
|
|
"homepage": "https://github.com/JoshGlazebrook/socks/",
|
|
"keywords": [
|
|
"socks",
|
|
"proxy",
|
|
"tor",
|
|
"socks 4",
|
|
"socks 5",
|
|
"socks4",
|
|
"socks5"
|
|
],
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"name": "socks",
|
|
"private": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/JoshGlazebrook/socks.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rm -rf build typings && prettier --write ./src/**/*.ts --config .prettierrc.yaml && tsc -p .",
|
|
"build-raw": "rm -rf build typings && tsc -p .",
|
|
"lint": "eslint 'src/**/*.ts'",
|
|
"prepublish": "npm install -g typescript && npm run build",
|
|
"prettier": "prettier --write ./src/**/*.ts --config .prettierrc.yaml",
|
|
"test": "NODE_ENV=test mocha --recursive --require ts-node/register test/**/*.ts"
|
|
},
|
|
"typings": "typings/index.d.ts",
|
|
"version": "2.8.3"
|
|
}
|