node-array-flatten
Version:
A modern, efficient, and lightweight utility for flattening nested arrays in Node.js and JavaScript. Leverages native Array.prototype.flat() for optimal performance.
44 lines (43 loc) • 1.11 kB
JSON
{
"name": "node-array-flatten",
"version": "1.1.0",
"description": "A modern, efficient, and lightweight utility for flattening nested arrays in Node.js and JavaScript. Leverages native Array.prototype.flat() for optimal performance.",
"main": "flatten.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vish052/node-array-flatten.git"
},
"author": "Vishal Sharma",
"license": "MIT",
"keywords": [
"array",
"flatten",
"flat",
"nested",
"utility",
"javascript",
"node",
"array-flatten",
"array-flat",
"array-utility",
"list",
"deep-flatten",
"es2019",
"es-next",
"performance",
"functional",
"immutable",
"collection",
"transform"
],
"homepage": "https://github.com/vish052/node-array-flatten#readme",
"engines": {
"node": ">=12.0.0"
},
"devDependencies": {
"jest": "^29.7.0"
}
}