UNPKG

bower

Version:

The browser package manager

35 lines (34 loc) 600 B
{ "name": "filled-array", "version": "1.1.0", "description": "Returns an array filled with the specified input", "license": "MIT", "repository": "sindresorhus/filled-array", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "xo && ava" }, "keywords": [ "array", "elements", "el", "filled", "repeat", "repeating", "string", "str", "text", "fill" ], "devDependencies": { "ava": "*", "xo": "*" } }