mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-22 07:34:16 +00:00
32 lines
No EOL
782 B
JSON
32 lines
No EOL
782 B
JSON
{
|
|
"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",
|
|
"homepage": "https://github.com/coderaiser/currify",
|
|
"authors": [
|
|
"coderaiser <mnemonic.enemy@gmail.com>"
|
|
],
|
|
"main": "lib/currify.js",
|
|
"moduleType": [
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"curry",
|
|
"functional"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"test"
|
|
],
|
|
"version": "2.0.3",
|
|
"_release": "2.0.3",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v2.0.3",
|
|
"commit": "be9ab0b0f7b8e685da89321df384ac902fa3c587"
|
|
},
|
|
"_source": "https://github.com/coderaiser/currify.git",
|
|
"_target": "2.0.3",
|
|
"_originalSource": "currify"
|
|
} |