existential-assign
Version:
Check for the existential value of a variable/object. Assign one if the value doesn't exist.
34 lines (33 loc) • 773 B
JSON
{
"name": "existential-assign",
"description": "Check for the existential value of a variable/object. Assign one if the value doesn't exist.",
"homepage": "https://github.com/Kikobeats/existential-assign",
"version": "1.3.1",
"main": "dist/existential-assign.js",
"authors": [
"Kiko Beats josefrancisco.verdu@gmail.com"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kikobeats/existential-assign.git"
},
"bugs": {
"url": "https://github.com/kikobeats/existential-assign/issues"
},
"keywords": [
"assign",
"default",
"existence",
"existential",
"exists",
"operator"
],
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"test",
"tests"
],
"license": "MIT"
}