foreword
Version:
A JavaScript library for functional data transformation
42 lines (41 loc) • 876 B
JSON
{
"name": "foreword",
"version": "0.10.2",
"description": "A JavaScript library for functional data transformation",
"author": "Brandon Chartier",
"main": "index.js",
"license": "MIT",
"keywords": [
"javascript",
"library",
"utility",
"functional",
"array",
"maybe",
"number",
"object",
"string",
"data",
"transformation"
],
"engines": {
"node": ">=8.9.0"
},
"scripts": {
"test": "standard && nyc --reporter=lcov tape test/**/*.js",
"lint": "standard --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abstract-tools/foreword.git"
},
"bugs": {
"url": "https://github.com/abstract-tools/foreword/issues"
},
"homepage": "http://abstract.tools/foreword",
"devDependencies": {
"nyc": "14.1.1",
"standard": "14.3.0",
"tape": "4.11.0"
}
}