73 lines
1.8 KiB
JSON
73 lines
1.8 KiB
JSON
{
|
|
"_from": "socks5-https-client@1.2.1",
|
|
"_id": "socks5-https-client@1.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-FbZ/X/2Xq3DAMhuRA4bnN0jy1QxaPTVPLFvyv6CEj0QDKSTdWp9yRxo1JhqXmWKhPQeJyUMajHJB2UjT43pFcw==",
|
|
"_location": "/socks5-https-client",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "socks5-https-client@1.2.1",
|
|
"name": "socks5-https-client",
|
|
"escapedName": "socks5-https-client",
|
|
"rawSpec": "1.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/node-red-contrib-telegrambot"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/socks5-https-client/-/socks5-https-client-1.2.1.tgz",
|
|
"_shasum": "c8d4a000e39cdc1651d90245af04a735d75d8b09",
|
|
"_spec": "socks5-https-client@1.2.1",
|
|
"_where": "/data/node_modules/node-red-contrib-telegrambot",
|
|
"author": {
|
|
"name": "Matthew Caruana Galizia",
|
|
"email": "mattcg@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mattcg/socks5-https-client/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"socks5-client": "~1.2.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "SOCKS v5 HTTPS client.",
|
|
"devDependencies": {
|
|
"mocha": "~3.1.2",
|
|
"node-socks": "~0.1.0",
|
|
"request": "~2.72.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.4.0"
|
|
},
|
|
"homepage": "https://github.com/mattcg/socks5-https-client",
|
|
"implements": [
|
|
"CommonJS/Modules/1.0"
|
|
],
|
|
"keywords": [
|
|
"socks5",
|
|
"socksv5",
|
|
"socks",
|
|
"v5",
|
|
"https",
|
|
"ssl",
|
|
"tls",
|
|
"tor",
|
|
"client"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "socks5-https-client",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mattcg/socks5-https-client.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"version": "1.2.1"
|
|
}
|