reduce-deep
Version:
Deep reduce an array
51 lines (50 loc) • 1.08 kB
JSON
{
"name": "reduce-deep",
"version": "1.3.14",
"description": "Deep reduce an array",
"keywords": [
"deep",
"reduce",
"array",
"flatten",
"flattenDeep",
"join",
"joinDeep"
],
"homepage": "https://github.com/kmalakoff/reduce-deep",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kmalakoff/reduce-deep.git"
},
"license": "MIT",
"author": "Kevin Malakoff <kmalakoff@gmail.com> (https://github.com/kmalakoff)",
"main": "dist/cjs/index.cjs",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsds build",
"format": "biome check --write --unsafe src/ test/",
"test": "tsds test:node --no-timeouts",
"test:engines": "nvu engines npm test",
"version": "tsds version"
},
"dependencies": {
"isflattenable": "^1.1.13"
},
"devDependencies": {
"@types/mocha": "*",
"@types/node": "*",
"lodash.constant": "*"
},
"engines": {
"node": ">=0.8"
},
"tsds": {
"source": "src/index.mjs",
"targets": [
"cjs"
]
}
}