bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
66 lines (65 loc) • 1.76 kB
JSON
{
"_args": [
[
"array.prototype.findindex@2.0.2",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "array.prototype.findindex@2.0.2",
"_id": "array.prototype.findindex@2.0.2",
"_inBundle": false,
"_integrity": "sha1-WAaNJYh+9QXknckssAxE3O5VsGc=",
"_location": "/array.prototype.findindex",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "array.prototype.findindex@2.0.2",
"name": "array.prototype.findindex",
"escapedName": "array.prototype.findindex",
"rawSpec": "2.0.2",
"saveSpec": null,
"fetchSpec": "2.0.2"
},
"_requiredBy": [
"/node-telegram-bot-api"
],
"_resolved": "https://registry.npmjs.org/array.prototype.findindex/-/array.prototype.findindex-2.0.2.tgz",
"_spec": "2.0.2",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "Paul Miller",
"email": "http://paulmillr.com"
},
"bugs": {
"url": "https://github.com/paulmillr/Array.prototype.findIndex/issues"
},
"dependencies": {
"define-properties": "^1.1.2",
"es-abstract": "^1.5.0"
},
"description": "Array.prototype.findIndex ES6 polyfill.",
"devDependencies": {
"@es-shims/api": "^1.0.0",
"chai": "^3.5.0",
"mocha": "^2.4.5"
},
"homepage": "https://github.com/paulmillr/Array.prototype.findIndex#readme",
"keywords": [
"Array.prototype.findIndex",
"findIndex",
"es6"
],
"license": "MIT",
"main": "index.js",
"name": "array.prototype.findindex",
"repository": {
"type": "git",
"url": "git://github.com/paulmillr/Array.prototype.findIndex.git"
},
"scripts": {
"test": "npm run tests-only",
"tests-only": "es-shim-api --bound && mocha test.js"
},
"version": "2.0.2"
}