@stdlib/utils-curry
Version:
Transform a function into a sequence of functions each accepting a single argument.
77 lines (76 loc) • 1.59 kB
JSON
{
"name": "@stdlib/utils-curry",
"version": "0.2.2",
"description": "Transform a function into a sequence of functions each accepting a single argument.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
}
],
"main": "./lib",
"directories": {
"doc": "./docs",
"lib": "./lib",
"dist": "./dist"
},
"types": "./docs/types",
"scripts": {},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/utils-curry.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-is-function": "^0.2.2",
"@stdlib/assert-is-positive-integer": "^0.2.1",
"@stdlib/string-format": "^0.2.2",
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
},
"devDependencies": {},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"stdutils",
"stdutil",
"utilities",
"utils",
"util",
"curry",
"partial",
"partially",
"apply",
"function",
"fun",
"func",
"fcn",
"functional",
"transform"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}