bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
73 lines (72 loc) • 1.53 kB
JSON
{
"_args": [
[
"open@0.0.5",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "open@0.0.5",
"_id": "open@0.0.5",
"_inBundle": false,
"_integrity": "sha1-QsPhjslUZra/DcQvOilFw/DK2Pw=",
"_location": "/open",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "open@0.0.5",
"name": "open",
"escapedName": "open",
"rawSpec": "0.0.5",
"saveSpec": null,
"fetchSpec": "0.0.5"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/open/-/open-0.0.5.tgz",
"_spec": "0.0.5",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "J Jordan",
"email": "jjrdn@styosis.com"
},
"bugs": {
"url": "https://github.com/pwnall/node-open/issues"
},
"contributors": [
{
"name": "Victor Costan",
"email": "victor@costan.us",
"url": "http://www.costan.us"
}
],
"dependencies": {},
"description": "open a file or url in the user's preferred application",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">= 0.6.0"
},
"homepage": "https://github.com/jjrdn/node-open",
"keywords": [
"start",
"open",
"browser",
"editor",
"default"
],
"license": "MIT",
"main": "lib/open.js",
"name": "open",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/pwnall/node-open.git"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha"
},
"version": "0.0.5"
}