UNPKG

isset

Version:

Determine if a variable is set and is not NULL

39 lines (38 loc) 846 B
{ "name": "isset", "version": "1.0.4", "description": "Determine if a variable is set and is not NULL", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/FlamingoJS/isset.git" }, "main": "index.js", "scripts": { "test": "mocha --compilers js:babel-core/register" }, "keywords": [ "isset", "required", "present" ], "author": { "name": "Bruno Queiros", "email": "brunoofq@gmail.com", "url": "https://github.com/brunoqueiros" }, "files": [ "index.js" ], "bugs": { "url": "https://github.com/FlamingoJS/isset/issues" }, "homepage": "https://github.com/FlamingoJS/isset#readme", "dependencies": {}, "devDependencies": { "babel-core": "^6.3.21", "babel-preset-es2015": "^6.3.13", "chai": "^3.4.1", "mocha": "^2.3.4" } }