extra-function
Version:
A function is a set of statements that performs a task or calculates a value.
96 lines (95 loc) • 1.98 kB
JSON
{
"name": "extra-function",
"version": "1.3.3",
"description": "A function is a set of statements that performs a task or calculates a value.",
"main": "index.js",
"module": "index.mjs",
"sideEffects": false,
"exports": {
"require": {
"default": "./index.js",
"types": "./index.d.ts"
},
"import": {
"default": "./index.mjs",
"types": "./index.d.ts"
}
},
"scripts": {
"test": "jest",
"build": "node ./build",
"publish-docs": "node ./build publish-docs",
"publish-packages": "node ./build publish-packages"
},
"keywords": [
"extra",
"function",
"after",
"arity",
"before",
"flip",
"once",
"partial",
"partialRight",
"InvocationControl",
"Resolver",
"ARGUMENTS",
"COMPARE",
"FALSE",
"IDENTITY",
"NOOP",
"TRUE",
"apply",
"attach",
"attachRight",
"bind",
"call",
"compose",
"composeRight",
"contextify",
"curry",
"curryRight",
"debounce",
"debounceEarly",
"decontextify",
"defer",
"delay",
"is",
"isAsync",
"isGenerator",
"length",
"memoize",
"name",
"negate",
"restrict",
"restrictAfter",
"restrictBefore",
"restrictOnce",
"reverse",
"spread",
"throttle",
"throttleEarly",
"unspread"
],
"author": "wolfram77@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/extra-function.git"
},
"bugs": {
"url": "https://github.com/nodef/extra-function/issues"
},
"homepage": "https://github.com/nodef/extra-function#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/jest": "^29.5.13",
"extra-build": "^2.2.46",
"extra-sleep": "^1.1.1",
"jest": "^29.7.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^6.1.1",
"ts-jest": "^29.2.5"
}
}