UNPKG

deep-empty-object

Version:

Check an object, if all or some of its leaf nodes are empty. It detects empty string, empty array, empty object, null, undefined in the target object.

26 lines (25 loc) 645 B
{ "name": "deep-empty-object", "version": "1.0.5", "description": "Check an object, if all or some of its leaf nodes are empty. It detects empty string, empty array, empty object, null, undefined in the target object.", "main": "index.js", "scripts": { "test": "jasmine test/test.js", "fecs": "fecs check index.js test/ --reporter=baidu" }, "keywords": [ "object", "deep", "empty" ], "author": "Dafrok", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/Dafrok/deep-empty-object.git" }, "devDependencies": { "fecs": "^0.6.0-beta.2", "jasmine": "^2.4.1" } }