UNPKG

uncurrify

Version:

uncurry function that was curried before

41 lines (40 loc) 973 B
{ "name": "uncurrify", "version": "2.1.0", "description": "uncurry function that was curried before", "main": "lib/uncurrify.js", "scripts": { "test": "madrun test", "lint": "madrun lint", "fix:lint": "madrun fix:lint", "coverage": "madrun coverage" }, "repository": { "type": "git", "url": "git://github.com/coderaiser/uncurrify.git" }, "keywords": [ "curry", "uncurry", "functional" ], "author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)", "license": "MIT", "bugs": { "url": "https://github.com/coderaiser/uncurrify/issues" }, "homepage": "https://github.com/coderaiser/uncurrify", "engines": { "node": ">=8" }, "devDependencies": { "eslint": "^7.12.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-putout": "^6.8.1", "madrun": "^8.0.2", "nyc": "^15.1.0", "putout": "^12.0.0", "supertape": "^3.6.1", "try-catch": "^3.0.0" } }