UNPKG

bot18

Version:

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

60 lines (59 loc) 1.39 kB
{ "_args": [ [ "url-join@4.0.0", "/Users/carlos8f/projects/bot18" ] ], "_from": "url-join@4.0.0", "_id": "url-join@4.0.0", "_inBundle": false, "_integrity": "sha1-TTNA6AfTdzvamZH4MFrNzCpmXSo=", "_location": "/url-join", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "url-join@4.0.0", "name": "url-join", "escapedName": "url-join", "rawSpec": "4.0.0", "saveSpec": null, "fetchSpec": "4.0.0" }, "_requiredBy": [ "/@slack/client" ], "_resolved": "https://registry.npmjs.org/url-join/-/url-join-4.0.0.tgz", "_spec": "4.0.0", "_where": "/Users/carlos8f/projects/bot18", "author": { "name": "José F. Romaniello", "email": "jfromaniello@gmail.com", "url": "http://joseoncode.com" }, "bugs": { "url": "https://github.com/jfromaniello/url-join/issues" }, "description": "Join urls and normalize as in path.join.", "devDependencies": { "mocha": "^3.2.0", "should": "~1.2.1" }, "homepage": "https://github.com/jfromaniello/url-join#readme", "keywords": [ "url", "join" ], "license": "MIT", "main": "lib/url-join.js", "name": "url-join", "repository": { "type": "git", "url": "git://github.com/jfromaniello/url-join.git" }, "scripts": { "test": "mocha --require should" }, "version": "4.0.0" }