optionull
Version:
An implementation for the nullable design pattern in javascript
40 lines (39 loc) • 991 B
JSON
{
"name": "optionull",
"version": "1.1.6",
"description": "An implementation for the nullable design pattern in javascript",
"main": "index.js",
"unpkg": "dist/optionull.min.js",
"types": "index.d.ts",
"scripts": {
"build": "grunt",
"lint": "eslint ./src/optionull.js",
"test": "grunt && nyc mocha"
},
"keywords": [
"Nullable",
"Optional"
],
"repository": {
"type": "git",
"url": "https://github.com/chefomar/optionull.git"
},
"author": "omardev <elshinnaweyom@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babelify": "^10.0.0",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2",
"grunt": "^1.0.4",
"grunt-browserify": "^5.3.0",
"grunt-contrib-clean": "^2.0.0",
"mocha": "^5.2.0",
"nyc": "^14.1.1",
"uglifyify": "^5.0.1"
}
}