UNPKG

reduce-deep

Version:
58 lines (57 loc) 1.31 kB
{ "name": "reduce-deep", "version": "1.5.0", "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)", "type": "module", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" }, "./package.json": "./package.json" }, "main": "dist/cjs/index.js", "source": "src/index.ts", "types": "dist/cjs/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsds build", "format": "tsds format", "prepublishOnly": "tsds validate", "test": "tsds test:node --no-timeouts", "test:engines": "nvu engines tsds test:node --no-timeouts", "version": "tsds version" }, "dependencies": { "isflattenable": ">=1.1.1" }, "devDependencies": { "@types/mocha": "*", "@types/node": "*", "lodash.constant": ">=2.4.0", "node-version-use": "*", "ts-dev-stack": "*", "tsds-config": "*" }, "engines": { "node": ">=0.8" } }