bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
138 lines (137 loc) • 3 kB
JSON
{
"_args": [
[
"salty@4.1.3",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "salty@4.1.3",
"_id": "salty@4.1.3",
"_inBundle": false,
"_integrity": "sha512-7loqP/I42VJ5SMiGmyHbV/1C3T3G1dTYOoxgO1LX7M5sS4amjmjTHWKN4jem7b5kIubYzrG1T7nDpNZk4ot15g==",
"_location": "/salty",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "salty@4.1.3",
"name": "salty",
"escapedName": "salty",
"rawSpec": "4.1.3",
"saveSpec": null,
"fetchSpec": "4.1.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/salty/-/salty-4.1.3.tgz",
"_spec": "4.1.3",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "Carlos Rodriguez",
"email": "carlos@s8f.org",
"url": "http://s8f.org/"
},
"bin": {
"salty": "./bin/salty"
},
"bugs": {
"url": "https://github.com/carlos8f/salty/issues"
},
"bundleDependencies": [
"balanced-match",
"base-x",
"block-stream",
"brace-expansion",
"bs58",
"cli-prompt",
"commander",
"concat-map",
"fs.realpath",
"generic-pool",
"glob",
"graceful-fs",
"graceful-readlink",
"inflight",
"inherits",
"is-utf8",
"js-scrypt",
"keypress",
"micro-request",
"minimatch",
"minimist",
"mkdirp",
"nacl-stream",
"once",
"path-is-absolute",
"pempal",
"progress",
"rimraf",
"tar-pack",
"through",
"tweetnacl",
"wrappy"
],
"dependencies": {
"balanced-match": "*",
"base-x": "*",
"block-stream": "*",
"brace-expansion": "*",
"bs58": "^4.0.1",
"cli-prompt": "^0.6.0",
"commander": "git+https://github.com/carlos8f/commander.js.git",
"concat-map": "*",
"fs.realpath": "*",
"fstream": "^1.0.11",
"generic-pool": "*",
"glob": "*",
"graceful-fs": "*",
"graceful-readlink": "*",
"inflight": "*",
"inherits": "*",
"is-utf8": "^0.2.1",
"js-scrypt": "*",
"keypress": "*",
"micro-request": "^666.0.10",
"minimatch": "*",
"minimist": "^1.2.0",
"mkdirp": "*",
"nacl-stream": "^0.3.5",
"once": "*",
"path-is-absolute": "*",
"pempal": "^1.0.2",
"progress": "^2.0.0",
"rimraf": "^2.6.2",
"tar": "^2.2.1",
"tar-pack": "^3.4.1",
"through": "^2.3.8",
"tweetnacl": "^1.0.0",
"wrappy": "*"
},
"description": "Alternative public key encryption",
"devDependencies": {
"mocha": "^5.2.0",
"suppose": "git+https://github.com/carlos8f/node-suppose.git"
},
"homepage": "https://github.com/carlos8f/salty",
"keywords": [
"crypto",
"nacl",
"sodium",
"ecc",
"encryption",
"decryption",
"privacy"
],
"license": "MIT",
"main": "lib.js",
"name": "salty",
"repository": {
"type": "git",
"url": "git://github.com/carlos8f/salty.git"
},
"scripts": {
"test": "mocha --reporter spec --timeout 10s --bail"
},
"version": "4.1.3"
}