mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
8539cacbbe
Extracted out of https://github.com/denoland/deno/pull/25614 It's better for these to be non-minified because then diffs are better when adding new versions.
81 lines
2.7 KiB
JSON
81 lines
2.7 KiB
JSON
{
|
|
"name": "socks",
|
|
"description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.",
|
|
"dist-tags": {
|
|
"latest": "2.8.3"
|
|
},
|
|
"versions": {
|
|
"2.8.3": {
|
|
"name": "socks",
|
|
"private": false,
|
|
"version": "2.8.3",
|
|
"description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.",
|
|
"main": "build/index.js",
|
|
"typings": "typings/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/JoshGlazebrook/socks.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/JoshGlazebrook/socks/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.0.0",
|
|
"npm": ">= 3.0.0"
|
|
},
|
|
"author": {
|
|
"name": "Josh Glazebrook"
|
|
},
|
|
"license": "MIT",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"ip-address": "^9.0.5",
|
|
"smart-buffer": "^4.2.0"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "npm install -g typescript && npm run build",
|
|
"test": "NODE_ENV=test mocha --recursive --require ts-node/register test/**/*.ts",
|
|
"prettier": "prettier --write ./src/**/*.ts --config .prettierrc.yaml",
|
|
"lint": "eslint 'src/**/*.ts'",
|
|
"build": "rm -rf build typings && prettier --write ./src/**/*.ts --config .prettierrc.yaml && tsc -p .",
|
|
"build-raw": "rm -rf build typings && tsc -p ."
|
|
},
|
|
"_id": "socks@2.8.3",
|
|
"gitHead": "a2a06d9967edfaa317e6d20d33963b95a3e654e3",
|
|
"_nodeVersion": "20.11.1",
|
|
"_npmVersion": "10.2.4",
|
|
"dist": {
|
|
"integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==",
|
|
"shasum": "1ebd0f09c52ba95a09750afe3f3f9f724a800cb5",
|
|
"tarball": "http://localhost:4260/socks/socks-2.8.3.tgz",
|
|
"fileCount": 32,
|
|
"unpackedSize": 156302
|
|
},
|
|
"directories": {},
|
|
"_hasShrinkwrap": false
|
|
}
|
|
},
|
|
"author": {
|
|
"name": "Josh Glazebrook"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/JoshGlazebrook/socks.git"
|
|
},
|
|
"license": "MIT",
|
|
"readmeFilename": "README.md",
|
|
"homepage": "https://github.com/JoshGlazebrook/socks/",
|
|
"bugs": {
|
|
"url": "https://github.com/JoshGlazebrook/socks/issues"
|
|
}
|
|
}
|