bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
71 lines (70 loc) • 1.8 kB
JSON
{
"_args": [
[
"github:carlos8f/commander.js",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "github:carlos8f/commander.js",
"_id": "commander@github:carlos8f/commander.js#d5bb379ed33b4da7bcb302d1b95a8369339d450c",
"_inBundle": false,
"_integrity": "",
"_location": "/commander",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "github:carlos8f/commander.js",
"rawSpec": "github:carlos8f/commander.js",
"saveSpec": "github:carlos8f/commander.js",
"fetchSpec": null,
"gitCommittish": null
},
"_requiredBy": [
"/"
],
"_resolved": "github:carlos8f/commander.js#d5bb379ed33b4da7bcb302d1b95a8369339d450c",
"_spec": "github:carlos8f/commander.js",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bugs": {
"url": "https://github.com/tj/commander.js/issues"
},
"dependencies": {},
"description": "the complete solution for node.js command-line programs",
"devDependencies": {
"@types/node": "^7.0.55",
"eslint": "^4.19.1",
"should": "^11.2.1",
"sinon": "^2.4.1",
"standard": "^10.0.3",
"typescript": "^2.7.2"
},
"files": [
"index.js",
"typings/index.d.ts"
],
"homepage": "https://github.com/tj/commander.js#readme",
"keywords": [
"commander",
"command",
"option",
"parser"
],
"license": "MIT",
"main": "index",
"name": "commander",
"repository": {
"type": "git",
"url": "git+https://github.com/tj/commander.js.git"
},
"scripts": {
"lint": "eslint index.js",
"test": "make test && npm run test-typings",
"test-typings": "node_modules/typescript/bin/tsc -p tsconfig.json"
},
"typings": "typings/index.d.ts",
"version": "2.15.1"
}