is-empty-array
Version:
Check if an array is empty.
33 lines (32 loc) • 761 B
JSON
{
"name": "is-empty-array",
"version": "1.1.0",
"description": "Check if an array is empty.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/gummesson/is-empty-array.git"
},
"keywords": [
"array",
"empty"
],
"author": "Ellen Gummesson",
"license": "MIT",
"bugs": {
"url": "https://github.com/gummesson/is-empty-array/issues"
},
"homepage": "https://github.com/gummesson/is-empty-array",
"dependencies": {},
"devDependencies": {
"covert": "^1.0.1",
"smokestack": "^3.2.1",
"tap-closer": "^1.0.0",
"tape": "^3.5.0"
},
"scripts": {
"test": "node test/",
"test:browser": "browserify test/ | tap-closer | smokestack",
"test:cover": "covert test/"
}
}