not-empty-object
Version:
Shortcut. Check if a thing is a "not-empty-object". Also the opposite, if it's "not-object-or-is-empty".
41 lines (40 loc) • 922 B
JSON
{
"name": "not-empty-object",
"version": "1.0.0",
"description": "Shortcut. Check if a thing is a \"not-empty-object\". Also the opposite, if it's \"not-object-or-is-empty\".",
"author": {
"name": "Wiredcraft",
"email": "info@wiredcraft.com",
"url": "http://wiredcraft.com"
},
"contributors": [
"Makara Wang"
],
"keywords": [
"Not",
"Empty",
"Object"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Wiredcraft/not-empty-object"
},
"bugs": {
"url": "https://github.com/Wiredcraft/not-empty-object/issues"
},
"homepage": "https://github.com/Wiredcraft/not-empty-object",
"dependencies": {
"file-register": "^0.1.0"
},
"devDependencies": {
"coveralls": "^2.11.11",
"istanbul": "^0.4.4",
"jscs": "^3.0.6",
"mocha": "^3.1.2",
"should": "^11.1.1"
},
"scripts": {
"test": "make test"
}
}