{"_id":"currify","_rev":"4176520","name":"currify","description":"translate the evaluation of a function that takes multiple arguments into evaluating a sequence of functions, each with a single or more arguments","dist-tags":{"latest":"4.0.0"},"maintainers":[{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"}],"time":{"modified":"2026-03-01T21:34:41.000Z","created":"2015-11-10T07:52:10.261Z","4.0.0":"2019-09-19T13:06:18.958Z","3.0.0":"2018-10-09T13:05:21.701Z","2.0.6":"2017-07-14T15:02:42.786Z","2.0.5":"2017-07-14T09:31:18.106Z","2.0.4":"2017-05-23T14:27:57.060Z","2.0.3":"2016-12-05T15:08:45.971Z","2.0.2":"2016-11-23T12:54:42.288Z","2.0.1":"2016-11-23T12:27:06.645Z","2.0.0":"2016-11-23T11:47:21.052Z","1.0.0":"2015-11-10T07:52:10.261Z"},"users":{},"author":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com","url":"http://coderaiser.github.io/"},"repository":{"type":"git","url":"git://github.com/coderaiser/currify.git"},"versions":{"4.0.0":{"name":"currify","version":"4.0.0","description":"translate the evaluation of a function that takes multiple arguments into evaluating a sequence of functions, each with a single or more arguments","main":"lib/currify.js","scripts":{"test":"madrun test","coverage":"madrun coverage","lint":"madrun lint","fix:lint":"madrun fix:lint","watcher":"madrun watcher","watch:test":"madrun watch:test","watch:lint":"madrun watch:lint","watch:tape":"madrun watch:tape","watch:coverage:base":"madrun watch:coverage:base","watch:coverage:tape":"madrun watch:coverage:tape","watch:coverage":"madrun watch:coverage"},"repository":{"type":"git","url":"git://github.com/coderaiser/currify.git"},"keywords":["currify","partial","functional"],"author":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com","url":"http://coderaiser.github.io/"},"license":"MIT","bugs":{"url":"https://github.com/coderaiser/currify/issues"},"homepage":"https://github.com/coderaiser/currify","devDependencies":{"eslint-plugin-node":"^10.0.0","eslint-plugin-putout":"^2.0.0","madrun":"^3.0.5","nodemon":"^1.11.0","nyc":"^14.1.1","putout":"^6.1.0","redrun":"^7.0.0","supertape":"^1.1.0"},"dependencies":{},"gitHead":"43aea5aa59e7e67b0a81f253f1e24dd0530033e9","_id":"currify@4.0.0","_nodeVersion":"12.10.0","_npmVersion":"6.10.0","dist":{"shasum":"54637df9a9752de8a0d59efbfb5ce59384a1e306","size":2670,"noattachment":false,"key":"/currify/-/currify-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/currify/download/currify-4.0.0.tgz"},"maintainers":[{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"}],"_npmUser":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/currify_4.0.0_1568898378826_0.010725237131197662"},"_hasShrinkwrap":false,"publish_time":1568898378958,"_cnpm_publish_time":1568898378958,"_cnpmcore_publish_time":"2021-12-16T22:42:45.033Z"},"3.0.0":{"name":"currify","version":"3.0.0","description":"translate the evaluation of a function that takes multiple arguments into evaluating a sequence of functions, each with a single or more arguments","main":"lib/currify.js","scripts":{"test":"tape test/*.js","coverage":"nyc npm test","lint":"eslint lib test","build":"redrun clean 6to5 legacy:*","6to5":"babel -d legacy lib","wisdom":"npm run build","clean":"rimraf legacy/*","watcher":"nodemon -w test -w lib --exec","watch:test":"npm run watcher -- npm test","watch:lint":"npm run watcher -- 'npm run lint'","watch:tape":"nodemon -w test -w lib --exec tape","watch:coverage:base":"npm run watcher -- nyc npm test","watch:coverage:tape":"npm run watcher -- nyc tape","watch:coverage":"bin/redrun.js watch:coverage:base","legacy:index":"echo \"module.exports = require('./currify');\" > legacy/index.js"},"repository":{"type":"git","url":"git://github.com/coderaiser/currify.git"},"keywords":["currify","partial","functional"],"author":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com","url":"http://coderaiser.github.io/"},"license":"MIT","bugs":{"url":"https://github.com/coderaiser/currify/issues"},"homepage":"https://github.com/coderaiser/currify","devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/preset-env":"^7.0.0","eslint":"^5.6.1","eslint-plugin-node":"^7.0.1","nodemon":"^1.11.0","nyc":"^13.0.1","redrun":"^7.0.0","rimraf":"^2.4.3","tape":"^4.2.0"},"dependencies":{},"gitHead":"752920f5a98209402ec105cf9bd8a60d8bdc5f3e","_id":"currify@3.0.0","_npmVersion":"6.4.1","_nodeVersion":"10.11.0","_npmUser":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"},"dist":{"shasum":"ec5b18fe65c2b3b08daba7f2a75a01063b2c89c2","size":3156,"noattachment":false,"key":"/currify/-/currify-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/currify/download/currify-3.0.0.tgz"},"maintainers":[{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/currify_3.0.0_1539090321558_0.7404399595602145"},"_hasShrinkwrap":false,"publish_time":1539090321701,"_cnpm_publish_time":1539090321701,"_cnpmcore_publish_time":"2021-12-16T22:42:45.210Z"},"2.0.6":{"name":"currify","version":"2.0.6","description":"translate the evaluation of a function that takes multiple arguments into evaluating a sequence of functions, each with a single or more arguments","main":"lib/currify.js","scripts":{"test":"tape test/*.js","coverage":"nyc npm test","lint":"eslint lib test","build":"redrun clean 6to5 legacy:* bundle minify","minify":"minify dist/currify.js > dist/currify.min.js","6to5":"babel -d legacy/lib lib","wisdom":"npm run build","clean":"rimraf dist/* legacy/*","bundle:base":"browserify -s currify --ng false","bundle":"npm run bundle:base -- -r ./legacy/lib/currify.js:currify ./legacy/lib/currify.js -o dist/currify.js","watcher":"nodemon -w test -w lib --exec","watch:test":"npm run watcher -- npm test","watch:lint":"npm run watcher -- 'npm run lint'","watch:tape":"nodemon -w test -w lib --exec tape","watch:coverage:base":"npm run watcher -- nyc npm test","watch:coverage:tape":"npm run watcher -- nyc tape","watch:coverage":"bin/redrun.js watch:coverage:base","legacy:index":"echo \"module.exports = require('./lib/currify');\" > legacy/index.js"},"repository":{"type":"git","url":"git://github.com/coderaiser/currify.git"},"keywords":["currify","partial","functional"],"author":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com","url":"http://coderaiser.github.io/"},"license":"MIT","bugs":{"url":"https://github.com/coderaiser/currify/issues"},"homepage":"https://github.com/coderaiser/currify","devDependencies":{"babel-cli":"^6.1.1","babel-preset-es2015":"^6.0.15","browserify":"^14.0.0","eslint":"^4.0.0","minify":"^3.0.0","nodemon":"^1.11.0","nyc":"^11.0.2","redrun":"^5.0.1","rimraf":"^2.4.3","tape":"^4.2.0"},"gitHead":"6b415d6628fc307fac6b87b0938ce68aa8654f91","_id":"currify@2.0.6","_npmVersion":"5.2.0","_nodeVersion":"8.1.4","_npmUser":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"},"dist":{"shasum":"86064386778e315c043382d53ba278efc6a9ef87","size":3946,"noattachment":false,"key":"/currify/-/currify-2.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/currify/download/currify-2.0.6.tgz"},"maintainers":[{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/currify-2.0.6.tgz_1500044561841_0.6443738888483495"},"directories":{},"publish_time":1500044562786,"_hasShrinkwrap":false,"_cnpm_publish_time":1500044562786,"_cnpmcore_publish_time":"2021-12-16T22:42:45.443Z"},"2.0.5":{"name":"currify","version":"2.0.5","description":"translate the evaluation of a function that takes multiple arguments into evaluating a sequence of functions, each with a single or more arguments","main":"legacy/lib/currify.js","scripts":{"test":"tape test/*.js","coverage":"nyc npm test","lint":"eslint lib test","build":"redrun clean 6to5 legacy:* bundle minify","minify":"minify dist/currify.js > dist/currify.min.js","6to5":"babel -d legacy/lib lib","wisdom":"npm run build","clean":"rimraf dist/* legacy/*","bundle:base":"browserify -s currify --ng false","bundle":"npm run bundle:base -- -r ./legacy/lib/currify.js:currify ./legacy/lib/currify.js -o dist/currify.js","watcher":"nodemon -w test -w lib --exec","watch:test":"npm run watcher -- npm test","watch:lint":"npm run watcher -- 'npm run lint'","watch:tape":"nodemon -w test -w lib --exec tape","watch:coverage:base":"npm run watcher -- nyc npm test","watch:coverage:tape":"npm run watcher -- nyc tape","watch:coverage":"bin/redrun.js watch:coverage:base","legacy:index":"echo \"module.exports = require('./lib/currify');\" > legacy/index.js"},"repository":{"type":"git","url":"git://github.com/coderaiser/currify.git"},"keywords":["currify","partial","functional"],"author":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com","url":"http://coderaiser.github.io/"},"license":"MIT","bugs":{"url":"https://github.com/coderaiser/currify/issues"},"homepage":"https://github.com/coderaiser/currify","devDependencies":{"babel-cli":"^6.1.1","babel-preset-es2015":"^6.0.15","browserify":"^14.0.0","eslint":"^4.0.0","minify":"^3.0.0","nodemon":"^1.11.0","nyc":"^11.0.2","redrun":"^5.0.1","rimraf":"^2.4.3","tape":"^4.2.0"},"gitHead":"42c7324981b4056bf5ae530006ae5327ad5300d2","_id":"currify@2.0.5","_npmVersion":"5.2.0","_nodeVersion":"8.1.4","_npmUser":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"},"dist":{"shasum":"f044204fc01a573d799459c08ee3d2fe075f2e10","size":3932,"noattachment":false,"key":"/currify/-/currify-2.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/currify/download/currify-2.0.5.tgz"},"maintainers":[{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/currify-2.0.5.tgz_1500024677145_0.13382737175561488"},"directories":{},"publish_time":1500024678106,"_hasShrinkwrap":false,"_cnpm_publish_time":1500024678106,"_cnpmcore_publish_time":"2021-12-16T22:42:45.688Z"},"2.0.4":{"name":"currify","version":"2.0.4","description":"translate the evaluation of a function that takes multiple arguments into evaluating a sequence of functions, each with a single or more arguments","main":"lib/currify.js","scripts":{"test":"tape test/*.js","coverage":"nyc npm test","lint":"eslint lib test","build":"redrun clean 6to5 legacy:* bundle minify","minify":"minify dist/currify.js > dist/currify.min.js","6to5":"babel -d legacy/lib lib","wisdom":"npm run build","clean":"rimraf dist/* legacy/*","bundle:base":"browserify -s currify --ng false","bundle":"npm run bundle:base -- -r ./legacy/lib/currify.js:currify ./legacy/lib/currify.js -o dist/currify.js","watcher":"nodemon -w test -w lib --exec","watch:test":"npm run watcher -- npm test","watch:lint":"npm run watcher -- 'npm run lint'","watch:tape":"nodemon -w test -w lib --exec tape","watch:coverage:base":"npm run watcher -- nyc npm test","watch:coverage:tape":"npm run watcher -- nyc tape","watch:coverage":"bin/redrun.js watch:coverage:base","legacy:index":"echo \"module.exports = require('./lib/currify');\" > legacy/index.js"},"repository":{"type":"git","url":"git://github.com/coderaiser/currify.git"},"keywords":["currify","partial","functional"],"author":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com","url":"http://coderaiser.github.io/"},"license":"MIT","bugs":{"url":"https://github.com/coderaiser/currify/issues"},"homepage":"https://github.com/coderaiser/currify","devDependencies":{"babel-cli":"^6.1.1","babel-preset-es2015":"^6.0.15","browserify":"^14.0.0","eslint":"^3.10.2","minify":"^2.0.13","nodemon":"^1.11.0","nyc":"^10.0.0","redrun":"^5.0.1","rimraf":"^2.4.3","tape":"^4.2.0"},"gitHead":"050f34f2ef59fb26134c3d08a2be43601b221106","_id":"currify@2.0.4","_shasum":"0c36aad8094355fa41428dbc4e322b1bd5e1b9c3","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"},"dist":{"shasum":"0c36aad8094355fa41428dbc4e322b1bd5e1b9c3","size":3851,"noattachment":false,"key":"/currify/-/currify-2.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/currify/download/currify-2.0.4.tgz"},"maintainers":[{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/currify-2.0.4.tgz_1495549676104_0.46600458351895213"},"directories":{},"publish_time":1495549677060,"_hasShrinkwrap":false,"_cnpm_publish_time":1495549677060,"_cnpmcore_publish_time":"2021-12-16T22:42:45.959Z"},"2.0.3":{"name":"currify","version":"2.0.3","description":"translate the evaluation of a function that takes multiple arguments into evaluating a sequence of functions, each with a single or more arguments","main":"lib/currify.js","scripts":{"test":"tape test/*.js","coverage":"nyc npm test","lint":"eslint lib test","build":"redrun clean 6to5 legacy:* bundle bundle minify","minify":"minify dist/currify.js > dist/currify.min.js","6to5":"babel -d legacy/lib lib","wisdom":"npm run build","clean":"rimraf dist/* legacy/*","bundle:base":"browserify -s currify --ng false","bundle":"npm run bundle:base -- -r ./legacy/lib/currify.js:currify ./legacy/lib/currify.js -o dist/currify.js","watcher":"nodemon -w test -w lib --exec","watch:test":"npm run watcher -- npm test","watch:lint":"npm run watcher -- 'npm run lint'","watch:tape":"nodemon -w test -w lib --exec tape","watch:coverage:base":"npm run watcher -- nyc npm test","watch:coverage:tape":"npm run watcher -- nyc tape","watch:coverage":"bin/redrun.js watch:coverage:base","legacy:index":"echo \"module.exports = require('./lib/currify');\" > legacy/index.js"},"repository":{"type":"git","url":"git://github.com/coderaiser/currify.git"},"keywords":["currify","partial","functional"],"author":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com","url":"http://coderaiser.github.io/"},"license":"MIT","bugs":{"url":"https://github.com/coderaiser/currify/issues"},"homepage":"https://github.com/coderaiser/currify","devDependencies":{"babel-cli":"^6.1.1","babel-preset-es2015":"^6.0.15","browserify":"^13.0.0","eslint":"^3.10.2","minify":"^2.0.13","nodemon":"^1.11.0","nyc":"^10.0.0","redrun":"^5.0.1","rimraf":"^2.4.3","tape":"^4.2.0"},"gitHead":"be9ab0b0f7b8e685da89321df384ac902fa3c587","_id":"currify@2.0.3","_shasum":"170b6549331c5c81d6cee7744c893a2b57c322ca","_from":".","_npmVersion":"4.0.1","_nodeVersion":"7.2.0","_npmUser":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"},"dist":{"shasum":"170b6549331c5c81d6cee7744c893a2b57c322ca","size":3901,"noattachment":false,"key":"/currify/-/currify-2.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/currify/download/currify-2.0.3.tgz"},"maintainers":[{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/currify-2.0.3.tgz_1480950523998_0.6976097095757723"},"directories":{},"publish_time":1480950525971,"_hasShrinkwrap":false,"_cnpm_publish_time":1480950525971,"_cnpmcore_publish_time":"2021-12-16T22:42:46.166Z"},"2.0.2":{"name":"currify","version":"2.0.2","description":"translate the evaluation of a function that takes multiple arguments into evaluating a sequence of functions, each with a single or more arguments","main":"lib/currify.js","scripts":{"test":"tape test/*.js","coverage":"nyc npm test","lint":"eslint lib test","build":"redrun clean 6to5 legacy:* bundle bundle minify","minify":"minify dist/currify.js > dist/currify.min.js","6to5":"babel -d legacy/lib lib","wisdom":"npm run build","clean":"rimraf dist/* legacy/*","bundle:base":"browserify -s currify --ng false","bundle":"npm run bundle:base -- -r ./lib/currify.js:currify ./lib/currify.js -o dist/currify.js","watcher":"nodemon -w test -w lib --exec","watch:test":"npm run watcher -- npm test","watch:lint":"npm run watcher -- 'npm run lint'","watch:tape":"nodemon -w test -w lib --exec tape","watch:coverage:base":"npm run watcher -- nyc npm test","watch:coverage:tape":"npm run watcher -- nyc tape","watch:coverage":"bin/redrun.js watch:coverage:base","legacy:index":"echo \"module.exports = require('./lib/currify');\" > legacy/index.js"},"repository":{"type":"git","url":"git://github.com/coderaiser/currify.git"},"keywords":["currify","partial","functional"],"author":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com","url":"http://coderaiser.github.io/"},"license":"MIT","bugs":{"url":"https://github.com/coderaiser/currify/issues"},"homepage":"https://github.com/coderaiser/currify","devDependencies":{"babel-cli":"^6.1.1","babel-preset-es2015":"^6.0.15","browserify":"^13.0.0","eslint":"^3.10.2","minify":"^2.0.13","nodemon":"^1.11.0","nyc":"^10.0.0","redrun":"^5.0.1","rimraf":"^2.4.3","tape":"^4.2.0"},"gitHead":"c12ef5cc8caacd81d9a3aebd5b3fb3ba18a53878","_id":"currify@2.0.2","_shasum":"6b738b034ecba1fefe5d4e0b9cb2d0bf68f84c6e","_from":".","_npmVersion":"4.0.1","_nodeVersion":"7.2.0","_npmUser":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"},"dist":{"shasum":"6b738b034ecba1fefe5d4e0b9cb2d0bf68f84c6e","size":3447,"noattachment":false,"key":"/currify/-/currify-2.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/currify/download/currify-2.0.2.tgz"},"maintainers":[{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/currify-2.0.2.tgz_1479905681775_0.022433552192524076"},"directories":{},"publish_time":1479905682288,"_hasShrinkwrap":false,"_cnpm_publish_time":1479905682288,"_cnpmcore_publish_time":"2021-12-16T22:42:46.395Z"},"2.0.1":{"name":"currify","version":"2.0.1","description":"translate the evaluation of a function that takes multiple arguments into evaluating a sequence of functions, each with a single or more arguments","main":"lib/currify.js","scripts":{"test":"tape test/*.js","coverage":"nyc npm test","lint":"eslint lib test","build":"redrun clean 6to5 legacy:* bundle bundle minify","minify":"minify dist/currify.js > dist/currify.min.js","6to5":"babel -d legacy/lib lib","wisdom":"npm run build","clean":"rimraf dist/* legacy/*","bundle:base":"browserify -s currify --ng false","bundle":"npm run bundle:base -- -r ./lib/currify.js:currify ./lib/currify.js -o dist/currify.js","watcher":"nodemon -w test -w lib --exec","watch:test":"npm run watcher -- npm test","watch:lint":"npm run watcher -- 'npm run lint'","watch:tape":"nodemon -w test -w lib --exec tape","watch:coverage:base":"npm run watcher -- nyc npm test","watch:coverage:tape":"npm run watcher -- nyc tape","watch:coverage":"bin/redrun.js watch:coverage:base","legacy:index":"echo \"module.exports = require('./lib/currify');\" > legacy/index.js"},"repository":{"type":"git","url":"git://github.com/coderaiser/currify.git"},"keywords":["currify","partial","functional"],"author":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com","url":"http://coderaiser.github.io/"},"license":"MIT","bugs":{"url":"https://github.com/coderaiser/currify/issues"},"homepage":"https://github.com/coderaiser/currify","devDependencies":{"babel-cli":"^6.1.1","babel-preset-es2015":"^6.0.15","browserify":"^13.0.0","eslint":"^3.10.2","minify":"^2.0.13","nodemon":"^1.11.0","nyc":"^10.0.0","redrun":"^5.0.1","rimraf":"^2.4.3","tape":"^4.2.0"},"gitHead":"b259bf62e117cf6e326a965923132f1d29aede35","_id":"currify@2.0.1","_shasum":"67cb1cbdeeec11052f2c1f3d5550452a0daf84ac","_from":".","_npmVersion":"4.0.1","_nodeVersion":"7.2.0","_npmUser":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"},"dist":{"shasum":"67cb1cbdeeec11052f2c1f3d5550452a0daf84ac","size":3412,"noattachment":false,"key":"/currify/-/currify-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/currify/download/currify-2.0.1.tgz"},"maintainers":[{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/currify-2.0.1.tgz_1479904026044_0.06423824187368155"},"directories":{},"publish_time":1479904026645,"_hasShrinkwrap":false,"_cnpm_publish_time":1479904026645,"_cnpmcore_publish_time":"2021-12-16T22:42:46.628Z"},"2.0.0":{"name":"currify","version":"2.0.0","description":"translate the evaluation of a function that takes multiple arguments into evaluating a sequence of functions, each with a single or more arguments","main":"lib/currify.js","scripts":{"test":"tape test/*.js","coverage":"nyc npm test","lint":"eslint lib test","build":"redrun clean 6to5 legacy:* bundle bundle minify","minify":"minify dist/currify.js > dist/currify.min.js","6to5":"babel -d legacy/lib lib","wisdom":"npm run build","clean":"rimraf dist/* legacy/*","bundle:base":"browserify -s currify --ng false","bundle":"npm run bundle:base -- -r ./lib/currify.js:currify ./lib/currify.js -o dist/currify.js","watcher":"nodemon -w test -w lib --exec","watch:test":"npm run watcher -- npm test","watch:lint":"npm run watcher -- 'npm run lint'","watch:tape":"nodemon -w test -w lib --exec tape","watch:coverage:base":"npm run watcher -- nyc npm test","watch:coverage:tape":"npm run watcher -- nyc tape","watch:coverage":"bin/redrun.js watch:coverage:base","legacy:index":"echo \"module.exports = require('./lib/currify');\" > legacy/index.js"},"repository":{"type":"git","url":"git://github.com/coderaiser/currify.git"},"keywords":["currify","partial","functional"],"author":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com","url":"http://coderaiser.github.io/"},"license":"MIT","bugs":{"url":"https://github.com/coderaiser/currify/issues"},"homepage":"https://github.com/coderaiser/currify","devDependencies":{"babel-cli":"^6.1.1","babel-preset-es2015":"^6.0.15","browserify":"^13.0.0","eslint":"^3.10.2","minify":"^2.0.13","nodemon":"^1.11.0","nyc":"^10.0.0","redrun":"^5.0.1","rimraf":"^2.4.3","tape":"^4.2.0"},"gitHead":"7ee0affa1dff406f9e786126efe32615277e1911","_id":"currify@2.0.0","_shasum":"66251fcd660d0a5d6c3738bcb9f2e0f9ba9a3b91","_from":".","_npmVersion":"4.0.1","_nodeVersion":"7.2.0","_npmUser":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"},"dist":{"shasum":"66251fcd660d0a5d6c3738bcb9f2e0f9ba9a3b91","size":3372,"noattachment":false,"key":"/currify/-/currify-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/currify/download/currify-2.0.0.tgz"},"maintainers":[{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/currify-2.0.0.tgz_1479901640460_0.07890780339948833"},"directories":{},"publish_time":1479901641052,"_hasShrinkwrap":false,"_cnpm_publish_time":1479901641052,"_cnpmcore_publish_time":"2021-12-16T22:42:46.816Z"},"1.0.0":{"name":"currify","version":"1.0.0","description":"translate the evaluation of a function that takes multiple arguments into evaluating a sequence of functions, each with a single or more arguments","main":"lib/currify.js","scripts":{"test":"tape test/*.js","build":"npm-run-all clean 6to5 bundle bundle:es6 minify","minify":"minify dist/currify.js > dist/currify.min.js","6to5":"babel -d lib src","wisdom":"npm run build","jscs-fix":"jscs --esnext test src --fix","clean":"rimraf lib/* dist/*","bundle:base":"browserify -s currify --ng false","bundle":"npm run bundle:base -- -r ./lib/currify.js:currify ./lib/currify.js -o dist/currify.js","bundle:es6:base":"npm run bundle:base -- -r ./src/currify.js:currify ./src/currify.js","bundle:es6":"npm run bundle:es6:base -- -o dist/currify.es6.js"},"repository":{"type":"git","url":"git://github.com/coderaiser/currify.git"},"keywords":["currify","partial","functional"],"author":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com","url":"http://coderaiser.github.io/"},"license":"MIT","bugs":{"url":"https://github.com/coderaiser/currify/issues"},"homepage":"https://github.com/coderaiser/currify","devDependencies":{"babel-cli":"^6.1.1","babel-preset-es2015":"^6.0.15","browserify":"^12.0.1","jscs":"^2.4.0","npm-run-all":"^1.2.12","rimraf":"^2.4.3","tape":"^4.2.0"},"gitHead":"aeb6b45ce3b87d9982680945e829fab92c80b767","_id":"currify@1.0.0","_shasum":"bec879ddfdf06afd40f4764e5704c207c859b13d","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"},"maintainers":[{"name":"coderaiser","email":"mnemonic.enemy@gmail.com"}],"dist":{"shasum":"bec879ddfdf06afd40f4764e5704c207c859b13d","size":3517,"noattachment":false,"key":"/currify/-/currify-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/currify/download/currify-1.0.0.tgz"},"directories":{},"publish_time":1447141930261,"_hasShrinkwrap":false,"_cnpm_publish_time":1447141930261,"_cnpmcore_publish_time":"2021-12-16T22:42:47.036Z"}},"readme":"# Currify [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL]\n\nTranslate the evaluation of a function that takes multiple arguments into evaluating a sequence of functions, each with a single or more arguments.\n\n## Install\n\n```\nnpm i currify --save\n```\n\n## How to use?\n\n```js\nconst currify = require('currify');\n\nconst mean = (a, b, c) => (a + b) / c;\nconst mean1 = currify(mean, 1);\nconst mean2 = mean1(2);\n\nmean2(2);\n// returns\n1.5\n```\n\n## Related\n\n- [fullstore](https://github.com/coderaiser/fullstore \"fullstore\") - functional variables.\n\n- [zames](https://github.com/coderaiser/zames \"zames\") - converts callback-based functions to Promises and apply currying to arguments\n\n- [wraptile](https://github.com/coderaiser/wraptile \"wraptile\") - translate the evaluation of a function that takes multiple arguments into evaluating a sequence of 2 functions, each with a any count of arguments.\n\n## License\n\nMIT\n\n[NPMIMGURL]:                https://img.shields.io/npm/v/currify.svg?style=flat\n[BuildStatusIMGURL]:        https://img.shields.io/travis/coderaiser/currify/master.svg?style=flat\n[DependencyStatusIMGURL]:   https://img.shields.io/david/coderaiser/currify.svg?style=flat\n[LicenseIMGURL]:            https://img.shields.io/badge/license-MIT-317BF9.svg?style=flat\n[NPMURL]:                   https://npmjs.org/package/currify \"npm\"\n[BuildStatusURL]:           https://travis-ci.org/coderaiser/currify  \"Build Status\"\n[DependencyStatusURL]:      https://david-dm.org/coderaiser/currify \"Dependency Status\"\n[LicenseURL]:               https://tldrlegal.com/license/mit-license \"MIT License\"\n","_attachments":{},"homepage":"https://github.com/coderaiser/currify","bugs":{"url":"https://github.com/coderaiser/currify/issues"},"license":"MIT"}