join-deep
Version:
Deep join an array
48 lines (47 loc) • 1.03 kB
JSON
{
"name": "join-deep",
"version": "1.2.18",
"description": "Deep join an array",
"keywords": [
"deep",
"join",
"array",
"joinDeep"
],
"homepage": "https://github.com/kmalakoff/join-deep",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kmalakoff/join-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": {
"reduce-deep": "^1.3.14"
},
"devDependencies": {
"@types/mocha": "*",
"@types/node": "*",
"lodash.flattendeep": "*"
},
"engines": {
"node": ">=0.8"
},
"tsds": {
"source": "src/index.mjs",
"targets": [
"cjs"
]
}
}