UNPKG

f-utility

Version:

functional utilities

158 lines (157 loc) 4.1 kB
{ "name": "f-utility", "version": "3.6.0", "description": "functional utilities", "license": "ISC", "repository": "brekk/f-utility", "author": "brekk", "main": "f-utility.js", "module": "f-utility.es.js", "browser": "f-utility.umd.js", "scripts": { "docs": "nps docs", "dependencies": "nps dependencies", "readme": "nps readme", "lint": "nps lint", "test": "nps test", "build": "nps build", "care": "nps care", "precommit": "nps precommit", "prepublishOnly": "nps prepublishOnly" }, "keywords": [ "functional programming", "functional", "pattern", "fp", "utility", "composable", "hoc", "tool", "toolbelt" ], "dependencies": { "entrust": "^0.0.21", "fantasy-land": "3.4.0", "fast.js": "^0.1.1", "flatmap-fast": "^3.0.0", "katsu-curry": "^0.7.8" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^8.0.3", "babel-jest": "^21.2.0", "babel-plugin-module-resolver": "^3.0.0", "babel-plugin-syntax-async-functions": "^6.13.0", "babel-plugin-transform-async-to-generator": "^6.24.1", "babel-plugin-transform-es2015-destructuring": "^6.23.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babel-preset-fbjs": "^2.1.4", "babel-preset-react": "^6.24.1", "babel-preset-stage-2": "^6.24.1", "babel-register": "^6.26.0", "bluebird": "^3.5.1", "chalk": "^2.3.0", "del-cli": "^1.1.0", "depcheck": "^0.6.8", "documentation": "^5.3.5", "dont-break": "^1.12.0", "eslint": "^4.13.1", "eslint-config-prettier": "^3.3.0", "eslint-config-standard": "^11.0.0-beta.0", "eslint-plugin-ava": "^4.4.0", "eslint-plugin-babel": "^4.1.2", "eslint-plugin-fp": "^2.3.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-node": "^5.2.1", "eslint-plugin-prettier": "^3.0.0", "eslint-plugin-promise": "^3.6.0", "eslint-plugin-react": "^7.5.1", "eslint-plugin-standard": "^3.0.1", "execa": "^0.8.0", "fantasy-eithers": "^0.0.2", "germs": "^0.1.9", "husky": "^0.14.3", "jayin": "^0.0.3", "jest": "^21.2.1", "jest-cli": "^21.2.1", "jest-t-assert": "^0.2.0", "madge": "^3.0.1", "nps": "^5.7.1", "nps-utils": "^1.5.0", "prettier": "^1.15.2", "ramda": "^0.26.1", "rollup": "^0.66.6", "rollup-plugin-alias": "^1.4.0", "rollup-plugin-babel-minify": "^3.1.2", "rollup-plugin-babili": "^3.1.1", "rollup-plugin-buble": "^0.19.4", "rollup-plugin-cleanup": "^3.0.0", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-json": "^3.1.0", "rollup-plugin-node-resolve": "^3.0.0", "rollup-plugin-progress": "^0.4.0", "testperf": "^2.0.3" }, "reveal": true, "clinton": { "inherit": false, "rules": { "cli": "error", "editorconfig": "off", "filename-case": [ "error", { "case": "kebabCase" } ], "gulp": [ "error", "optional" ], "keywords": "error", "license": "ISC", "max-depth": "warn", "no-callback": "error", "no-dup-keywords": "error", "no-empty-keywords": "error", "no-git-merge-conflict": "error", "pkg-dependency-order": "error", "pkg-description": "off", "pkg-engine": "off", "pkg-main": "error", "pkg-name": "error", "pkg-normalize": "warn", "pkg-property-order": "error", "pkg-schema": "error", "pkg-shorthand-repository": "error", "pkg-user-order": "error", "readme": "error", "test-script": "error", "use-travis": "off", "valid-version": "error", "ava": "off", "gitignore": "error", "xo": "off" } }, "jest": { "modulePaths": [ "src" ], "moduleDirectories": [ "node_modules", "src" ], "mapCoverage": true, "moduleFileExtensions": [ "js", "json" ], "testMatch": [ "**/*.spec.(jsx|js)" ] } }