bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
69 lines (68 loc) • 1.49 kB
JSON
{
"_args": [
[
"zero-fill@2.2.3",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "zero-fill@2.2.3",
"_id": "zero-fill@2.2.3",
"_inBundle": false,
"_integrity": "sha1-o97wa6XjmuZEhQu0yirUEStIVek=",
"_location": "/zero-fill",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "zero-fill@2.2.3",
"name": "zero-fill",
"escapedName": "zero-fill",
"rawSpec": "2.2.3",
"saveSpec": null,
"fetchSpec": "2.2.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/zero-fill/-/zero-fill-2.2.3.tgz",
"_spec": "2.2.3",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"bugs": {
"url": "https://github.com/feross/zero-fill/issues"
},
"dependencies": {},
"description": "Zero-fill a number to the given size.",
"devDependencies": {
"standard": "^6.0.4",
"tape": "^4.4.0"
},
"homepage": "https://github.com/feross/zero-fill#readme",
"keywords": [
"zero",
"zero fill",
"fill",
"zerofill",
"pad",
"0",
"zero pad",
"zeropad",
"string",
"number"
],
"license": "MIT",
"main": "index.js",
"name": "zero-fill",
"repository": {
"type": "git",
"url": "git://github.com/feross/zero-fill.git"
},
"scripts": {
"test": "standard && tape test/*.js"
},
"version": "2.2.3"
}