bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
75 lines (74 loc) • 1.65 kB
JSON
{
"_args": [
[
"js-scrypt@0.2.0",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "js-scrypt@0.2.0",
"_id": "js-scrypt@0.2.0",
"_inBundle": false,
"_integrity": "sha1-emK3AbRhbnCtDN5URiequ5nX/jk=",
"_location": "/js-scrypt",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "js-scrypt@0.2.0",
"name": "js-scrypt",
"escapedName": "js-scrypt",
"rawSpec": "0.2.0",
"saveSpec": null,
"fetchSpec": "0.2.0"
},
"_requiredBy": [
"/pempal"
],
"_resolved": "https://registry.npmjs.org/js-scrypt/-/js-scrypt-0.2.0.tgz",
"_spec": "0.2.0",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "Michael J. Ryan",
"email": "tracker1@gmail.com"
},
"bugs": {
"url": "https://github.com/tracker1/node-js-scrypt/issues"
},
"dependencies": {
"generic-pool": "~2.0.4"
},
"description": "JS Implementation of SCrypt for use with NodeJS",
"devDependencies": {
"chai": "~1.7.2",
"coffee-script": "~1.6.3",
"mocha": "~1.12.1"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/tracker1/node-js-scrypt#readme",
"keywords": [
"scrypt",
"password",
"auth",
"authentication",
"encryption",
"crypto"
],
"license": "BSD",
"main": "index.js",
"name": "js-scrypt",
"publishConfig": {
"registry": "http://registry.npmjs.org/",
"proxy": null,
"https-proxy": null
},
"repository": {
"type": "git",
"url": "git://github.com/tracker1/node-js-scrypt.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.2.0"
}