UNPKG

aire-checker

Version:

ES6 utility for comparing and validating primitives array, boolean, function, number, object, string, symbol, null, undefined.

47 lines 1.29 kB
{ "name": "aire-checker", "version": "0.1.1", "description": "ES6 utility for comparing and validating primitives array, boolean, function, number, object, string, symbol, null, undefined.", "main": "index.js", "directories": { "lib": "lib", "test": "test" }, "scripts": { "test": "mocha", "dev": "mocha --compilers --no-deprecation js:babel-register", "test-nyc": "nyc mocha --compilers --no-deprecation js:babel-register --timeout 10000", "lint": "eslint ./ --fix", "coverage": "nyc --reporter=lcov --reporter=text-lcov npm test" }, "keywords": [ "aire-checker", "ES6", "Check", "Checker", "Compare", "Comparison", "Validate", "Validation" ], "author": "K. Lae Kettavong", "license": "MIT", "devDependencies": { "babel-cli": "^6.26.0", "babel-eslint": "^10.0.1", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-2": "^6.24.1", "chai": "^4.2.0", "eslint": "^5.8.0", "mocha": "^5.2.0", "nyc": "^13.1.0" }, "repository": { "type": "git", "url": "git+https://github.com/laekettavong/aire-checker.git" }, "bugs": { "url": "https://github.com/laekettavong/aire-checker/issues" }, "homepage": "https://github.com/laekettavong/aire-checker#readme" }