eris-keys
Version:
a JavaScript client library for eris-keys
159 lines (158 loc) • 4.04 kB
JSON
{
"_args": [
[
"ramda@0.23.0",
"/home/ubuntu/eris-keys.js"
]
],
"_from": "ramda@0.23.0",
"_id": "ramda@0.23.0",
"_inCache": true,
"_installable": true,
"_location": "/ramda",
"_nodeVersion": "6.8.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/ramda-0.23.0.tgz_1482966796339_0.8390838485211134"
},
"_npmUser": {
"email": "schristopher@konputa.com",
"name": "scott-christopher"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"name": "ramda",
"raw": "ramda@0.23.0",
"rawSpec": "0.23.0",
"scope": null,
"spec": "0.23.0",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/ramda/-/ramda-0.23.0.tgz",
"_shasum": "ccd13fff73497a93974e3e86327bfd87bd6e8e2b",
"_shrinkwrap": null,
"_spec": "ramda@0.23.0",
"_where": "/home/ubuntu/eris-keys.js",
"author": {
"email": "scott@sauyet.com",
"name": "Scott Sauyet",
"url": "scott.sauyet.com"
},
"bugs": {
"url": "https://github.com/ramda/ramda/issues"
},
"contributors": [
{
"email": "mh@buzzdecafe.com",
"name": "Michael Hurley",
"url": "http://buzzdecafe.com"
},
{
"email": "scott@sauyet.com",
"name": "Scott Sauyet",
"url": "http://fr.umio.us"
},
{
"email": "dc@davidchambers.me",
"name": "David Chambers",
"url": "http://davidchambers.me"
},
{
"email": "yeatesgraeme@gmail.com",
"name": "Graeme Yeates",
"url": "https://github.com/megawac"
}
],
"dependencies": {},
"description": "A practical functional library for JavaScript programmers.",
"devDependencies": {
"acorn": "0.9.x",
"benchmark": "~1.0.0",
"browserify": "10.x.x",
"cli-table": "0.3.x",
"commander": "2.5.x",
"dox": "latest",
"envvar": "1.x.x",
"escodegen": "1.4.x",
"eslint": "^2.11.0",
"handlebars": "3.0.x",
"istanbul": "^0.4.x",
"js-yaml": "^3.2.5",
"jsverify": "^0.7.3",
"mocha": "2.x.x",
"q": "^1.1.1",
"ramda": "0.17.x",
"rimraf": "~2.3.2",
"sanctuary": "0.7.x",
"sinon": "^1.17.4",
"testem": "0.9.x",
"uglify-js": "2.4.x",
"xyz": "1.0.x"
},
"directories": {},
"dist": {
"shasum": "ccd13fff73497a93974e3e86327bfd87bd6e8e2b",
"tarball": "https://registry.npmjs.org/ramda/-/ramda-0.23.0.tgz"
},
"gitHead": "5dec606e0504af973cd6e0ceec8997b72800eb6b",
"homepage": "http://ramdajs.com/",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "aromano@preemptsecurity.com",
"name": "aromano"
},
{
"email": "m_hur@yahoo.com",
"name": "buzzdecafe"
},
{
"email": "scott@sauyet.com",
"name": "crosseye"
},
{
"email": "dc@davidchambers.me",
"name": "davidchambers"
},
{
"email": "kwallace@gmail.com",
"name": "kedashoe"
},
{
"email": "raine.virta@gmail.com",
"name": "rane"
},
{
"email": "schristopher@konputa.com",
"name": "scott-christopher"
}
],
"name": "ramda",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/ramda/ramda.git"
},
"scripts": {
"bench": "scripts/benchRunner",
"bookmarklet": "scripts/bookmarklet",
"browser_test": "testem ci",
"build": "make && make dist/ramda.min.js",
"clean": "rimraf dist/* coverage/*",
"coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter spec",
"lint": "eslint scripts/bookmarklet scripts/build src/*.js src/internal/*.js test/*.js test/**/*.js lib/sauce/*.js lib/bench/*.js",
"postbrowser_test": "npm run posttest",
"postcoverage": "npm run posttest",
"posttest": "git checkout -- dist",
"prebrowser_test": "npm run pretest",
"precoverage": "npm run pretest",
"test": "mocha --reporter spec"
},
"version": "0.23.0"
}