filtered-array-to-sentence
Version:
Filter an array and produce a human-readable result as a string
48 lines (47 loc) • 1.11 kB
JSON
{
"name": "filtered-array-to-sentence",
"version": "1.0.0",
"description": "Filter an array and produce a human-readable result as a string",
"repository": "shinnn/filtered-array-to-sentence",
"scripts": {
"pretest": "eslint --config @shinnn browser.js index.js test.js",
"test": "bower install && node --strong_mode test.js | tap-spec",
"coverage": "node --strong_mode node_modules/.bin/istanbul -x=bower_components/** cover test.js"
},
"license": "MIT",
"files": [
"index.js"
],
"keywords": [
"to-sentence",
"sentence",
"arr",
"array",
"join",
"human",
"readable",
"string",
"separator",
"comma",
"and",
"filter",
"filtered",
"filtering",
"browser",
"client-side"
],
"dependencies": {
"array-to-sentence": "^1.0.3",
"indexed-filter": "^1.0.0"
},
"devDependencies": {
"@shinnn/eslint-config": "^1.2.0",
"bower": "^1.6.3",
"eslint": "^1.7.3",
"istanbul": "^0.4.0",
"nop": "^1.0.0",
"require-bower-files": "^3.0.0",
"tap-spec": "^4.1.0",
"tape": "^4.2.2"
}
}