UNPKG

bot18

Version:

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

75 lines (74 loc) 1.61 kB
{ "_args": [ [ "templ@1.4.3", "/Users/carlos8f/projects/bot18" ] ], "_from": "templ@1.4.3", "_id": "templ@1.4.3", "_inBundle": false, "_integrity": "sha1-5XcYa0hiEe7AbkaCmbyWIUjhF+Y=", "_location": "/templ", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "templ@1.4.3", "name": "templ", "escapedName": "templ", "rawSpec": "1.4.3", "saveSpec": null, "fetchSpec": "1.4.3" }, "_requiredBy": [ "/motley-templ" ], "_resolved": "https://registry.npmjs.org/templ/-/templ-1.4.3.tgz", "_spec": "1.4.3", "_where": "/Users/carlos8f/projects/bot18", "author": { "name": "Carlos Rodriguez", "email": "carlos@s8f.org", "url": "http://s8f.org/" }, "bugs": { "url": "https://github.com/carlos8f/templ/issues" }, "dependencies": { "dish": "^1.0.7", "handlebars": "^4.0.5", "mayonnaise": "^0.3.3" }, "description": "yet another lightweight templating thing", "devDependencies": { "idgen": "^2.0.2", "middler": "^0.8.2", "mocha": "^2.4.5", "ncp": "^2.0.0", "request": "^2.72.0", "rimraf": "^2.5.2" }, "homepage": "https://github.com/carlos8f/templ", "keywords": [ "template", "render", "view", "markup", "html", "handlebars", "hbs", "bacon" ], "license": "MIT", "main": "index.js", "name": "templ", "repository": { "type": "git", "url": "git://github.com/carlos8f/templ.git" }, "scripts": { "test": "mocha --reporter spec --bail --timeout 10s" }, "version": "1.4.3" }