fliphub-monorepo
Version:
the builder of builders
25 lines (24 loc) • 548 B
JSON
{
"name": "insert-at-index",
"version": "0.0.2",
"main": "index.js",
"description": "insert a value, or an array, into an array at an index",
"scripts": {
"test": "node test/index"
},
"keywords": [
"array",
"insert",
"index",
"fliphub"
],
"author": "James <aretecode@gmail.com>",
"homepage": "https://github.com/fliphub/fliphub#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/fliphub/fliphub.git"
},
"bugs": {
"url": "https://github.com/fliphub/fliphub/issues"
}
}