fpo
Version:
FP library for JavaScript. Supports named-argument style methods.
37 lines (36 loc) • 1.12 kB
JSON
{
"name": "fpo",
"version": "6.1.10",
"description": "FP library for JavaScript. Supports named-argument style methods.",
"main": "./dist/fpo.js",
"scripts": {
"test": "node scripts/node-tests.js",
"test:dist": "TEST_DIST=true npm test",
"test:package": "TEST_PACKAGE=true npm test",
"test:all": "npm test && npm run test:dist && npm run test:package",
"coverage": "istanbul cover scripts/node-tests.js",
"coverage:report": "npm run coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"build-core": "node scripts/build-core.js",
"build": "npm run build-core",
"prepare": "npm run build",
"prepublish": "npm run build && npm run test:all",
"publish": "npm run coverage:report"
},
"devDependencies": {
"coveralls": "~3.0.0",
"qunit": "~2.9.1",
"terser": "~3.14.1"
},
"repository": "getify/fpo",
"keywords": [
"fp",
"functional programming"
],
"bugs": {
"url": "https://github.com/getify/fpo/issues",
"email": "getify@gmail.com"
},
"homepage": "https://github.com/getify/fpo",
"author": "Kyle Simpson <getify@gmail.com>",
"license": "MIT"
}