is-undefined
Version:
Check if a value is undefined or not.
48 lines • 975 B
JSON
{
"name": "is-undefined",
"version": "1.0.12",
"description": "Check if a value is undefined or not.",
"main": "lib/index.js",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "node test"
},
"keywords": [
"undefined",
"utility",
"check"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/IonicaBizau/is-undefined.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/is-undefined/issues"
},
"homepage": "https://github.com/IonicaBizau/is-undefined#readme",
"devDependencies": {
"tester": "^1.3.1"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}