bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
88 lines (87 loc) • 2.32 kB
JSON
{
"_args": [
[
"opencollective@1.0.3",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "opencollective@1.0.3",
"_id": "opencollective@1.0.3",
"_inBundle": false,
"_integrity": "sha1-ruY3K8KBRFg2kMPKja7PwSDdDvE=",
"_location": "/opencollective",
"_phantomChildren": {
"encoding": "0.1.12",
"escape-string-regexp": "1.0.5",
"has-ansi": "2.0.0",
"is-stream": "1.1.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "opencollective@1.0.3",
"name": "opencollective",
"escapedName": "opencollective",
"rawSpec": "1.0.3",
"saveSpec": null,
"fetchSpec": "1.0.3"
},
"_requiredBy": [
"/ccxt"
],
"_resolved": "https://registry.npmjs.org/opencollective/-/opencollective-1.0.3.tgz",
"_spec": "1.0.3",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "Xavier Damman",
"email": "@xdamman"
},
"bin": {
"opencollective": "./dist/bin/opencollective.js",
"oc": "./dist/bin/opencollective.js"
},
"bugs": {
"url": "https://github.com/opencollective/opencollective-cli/issues"
},
"dependencies": {
"babel-polyfill": "6.23.0",
"chalk": "1.1.3",
"inquirer": "3.0.6",
"minimist": "1.2.0",
"node-fetch": "1.6.3",
"opn": "4.0.2"
},
"description": "Official Command Line Interface for Open Collective",
"devDependencies": {
"babel-cli": "6.24.1",
"babel-core": "6.24.1",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"babel-register": "6.14.0",
"chai": "3.5.0",
"cross-env": "4.0.0",
"mocha": "3.2.0"
},
"homepage": "https://github.com/opencollective/opencollective-cli#readme",
"keywords": [
"opencollective",
"donate",
"donation",
"fundoss",
"npm"
],
"license": "MIT",
"main": "index.js",
"name": "opencollective",
"repository": {
"type": "git",
"url": "git+https://github.com/opencollective/opencollective-cli.git"
},
"scripts": {
"build": "babel --copy-files -d dist/ src/",
"clean": "rm -rf dist && rm -rf test/*package*/node_modules && git checkout test/*package*/package.json || exit 0",
"prepare": "npm run build",
"test": "npm run clean && npm run build && mocha test --require babel-core/register"
},
"version": "1.0.3"
}