UNPKG

bot18

Version:

A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f

86 lines (85 loc) 2.4 kB
{ "_args": [ [ "mongodb@3.1.0-beta4", "/Users/carlos8f/projects/bot18" ] ], "_from": "mongodb@3.1.0-beta4", "_id": "mongodb@3.1.0-beta4", "_inBundle": false, "_integrity": "sha512-nJAK59fFlMWTdEJaTyGp3HeerkIahnupoMNjbszPJVnO63/36aFnlWHqpYrrJwj9GKlmb47YWBIvNo6fdrUL4Q==", "_location": "/mongodb", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "mongodb@3.1.0-beta4", "name": "mongodb", "escapedName": "mongodb", "rawSpec": "3.1.0-beta4", "saveSpec": null, "fetchSpec": "3.1.0-beta4" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.1.0-beta4.tgz", "_spec": "3.1.0-beta4", "_where": "/Users/carlos8f/projects/bot18", "author": { "name": "Christian Kvalheim" }, "bugs": { "url": "https://github.com/mongodb/node-mongodb-native/issues" }, "dependencies": { "mongodb-core": "3.1.0-beta4" }, "description": "The official MongoDB driver for Node.js", "devDependencies": { "bluebird": "3.5.0", "bson": "^1.0.4", "chai": "^4.1.1", "chai-subset": "^1.6.0", "co": "4.6.0", "conventional-changelog-cli": "^1.3.5", "coveralls": "^2.11.6", "eslint": "^4.5.0", "eslint-plugin-prettier": "^2.2.0", "istanbul": "^0.4.5", "jsdoc": "3.5.4", "mongodb-extjson": "^2.1.1", "mongodb-mock-server": "^1.0.0", "mongodb-test-runner": "^1.1.18", "prettier": "^1.5.3", "semver": "5.4.1", "sinon": "^4.3.0", "worker-farm": "^1.5.0" }, "engines": { "node": ">=4" }, "homepage": "https://github.com/mongodb/node-mongodb-native", "keywords": [ "mongodb", "driver", "official" ], "license": "Apache-2.0", "main": "index.js", "name": "mongodb", "repository": { "type": "git", "url": "git+ssh://git@github.com/mongodb/node-mongodb-native.git" }, "scripts": { "bench": "node test/driverBench/", "changelog": "conventional-changelog -p angular -i HISTORY.md -s", "coverage": "istanbul cover mongodb-test-runner -- -t 60000 test/unit test/functional", "format": "prettier --print-width 100 --tab-width 2 --single-quote --write 'test/**/*.js' 'lib/**/*.js'", "lint": "eslint lib test", "test": "npm run lint && mongodb-test-runner -t 60000 test/unit test/functional" }, "version": "3.1.0-beta4" }