array-range
Version:
creates a new array with given range
37 lines (36 loc) • 740 B
JSON
{
"name": "array-range",
"version": "1.0.1",
"description": "creates a new array with given range",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"dependencies": {},
"devDependencies": {
"tape": "^3.0.2"
},
"scripts": {
"test": "node test.js"
},
"keywords": [
"filled",
"array",
"fill",
"list",
"dense",
"range",
"functional"
],
"repository": {
"type": "git",
"url": "git://github.com/mattdesl/array-range.git"
},
"homepage": "https://github.com/mattdesl/array-range",
"bugs": {
"url": "https://github.com/mattdesl/array-range/issues"
}
}