You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

116 lines
2.9 KiB

{
"_args": [
[
"ramda@0.24.1",
"/Users/manthony/repos/docs.blockstack"
]
],
"_from": "ramda@0.24.1",
"_id": "ramda@0.24.1",
"_inBundle": false,
"_integrity": "sha1-w7d1UZfzW43DUCIoJixMkd22uFc=",
"_location": "/ramda",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ramda@0.24.1",
"name": "ramda",
"escapedName": "ramda",
"rawSpec": "0.24.1",
"saveSpec": null,
"fetchSpec": "0.24.1"
},
"_requiredBy": [
"/cypress"
],
"_resolved": "https://registry.npmjs.org/ramda/-/ramda-0.24.1.tgz",
"_spec": "0.24.1",
"_where": "/Users/manthony/repos/docs.blockstack",
"author": {
"name": "Scott Sauyet",
"email": "scott@sauyet.com",
"url": "scott.sauyet.com"
},
"bugs": {
"url": "https://github.com/ramda/ramda/issues"
},
"contributors": [
{
"name": "Michael Hurley",
"email": "mh@buzzdecafe.com",
"url": "http://buzzdecafe.com"
},
{
"name": "Scott Sauyet",
"email": "scott@sauyet.com",
"url": "http://fr.umio.us"
},
{
"name": "David Chambers",
"email": "dc@davidchambers.me",
"url": "http://davidchambers.me"
},
{
"name": "Graeme Yeates",
"email": "yeatesgraeme@gmail.com",
"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"
},
"files": [
"index.js",
"src",
"dist"
],
"homepage": "http://ramdajs.com/",
"license": "MIT",
"main": "index.js",
"name": "ramda",
"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.24.1"
}