is-noop
Version:
Check whether a value is an empty, noop function.
40 lines (39 loc) • 788 B
JSON
{
"name": "is-noop",
"version": "1.0.2",
"description": "Check whether a value is an empty, noop function.",
"author": {
"name": "John Otander",
"email": "johnotander@gmail.com",
"url": "johnotander.com"
},
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "https://github.com/johnotander/is-noop.git"
},
"keywords": [
"noop",
"empty",
"function"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/johnotander/is-noop/issues"
},
"homepage": "https://github.com/johnotander/is-noop",
"dependencies": {
"function-regex": "^1.0.2",
"is-blank": "^1.0.0",
"is-function": "^1.0.1"
},
"devDependencies": {
"ava": "*"
}
}