typeis.js
Version:
The fast and reliable JS type-checking toolbox!
62 lines (61 loc) • 1.35 kB
JSON
{
"name": "typeis.js",
"version": "1.0.18",
"description": "The fast and reliable JS type-checking toolbox!",
"main": "typeis.cjs.js",
"module": "typeis.js",
"files": [
"typeis.cjs.js",
"typeis.js",
"dist/",
"test/"
],
"scripts": {
"clean": "rimraf typeis.cjs.js typeis.js dist",
"build": "npm run clean && rollup -c",
"test": "mocha",
"prepare": "npm run build"
},
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"type",
"utils",
"javascript",
"typechecking",
"isArray",
"isArrayLike",
"isBoolean",
"isFunction",
"isNull",
"isNumber",
"isObject",
"isObjectLike",
"isPlainObject",
"isString",
"isSymbol",
"isUndefined",
"isArguments"
],
"author": "iClusterDev",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@rollup/plugin-babel": "^5.0.2",
"@rollup/plugin-commonjs": "^12.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"mocha": "^7.2.0",
"rimraf": "^3.0.2",
"rollup": "^2.11.2",
"rollup-plugin-uglify": "^6.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iClusterDev/TypeIs.JS.git"
},
"homepage": "git+https://github.com/iClusterDev/TypeIs.JS.git",
"bugs": {}
}