UNPKG

pp-is

Version:

Collection of methods for check

46 lines (45 loc) 1.35 kB
{ "name": "pp-is", "description": "Collection of methods for check", "version": "1.2.7", "main": "dist/pp-is.min.js", "scripts": { "build": "rollup -c && terser -o ./dist/pp-is.min.js --compress --mangle --comments false -- ./dist/pp-is.rollup.js && rm -rf ./dist/pp-is.rollup.js", "djs": "documentation build ./dist/pp-is.js -f html -o ./djs && php -S localhost:8091 -t ./djs", "docs": "jsdoc ./dist/pp-is.js -d docs && php -S localhost:8091 -t ./docs", "serve-webpack": "cp dist/pp-is.js ./test/js/ && webpack --config ./test/config/webpack.config.js && php -S localhost:8090 -t ./test", "compile": "terser --output dist/pp-is.min.js --compress --mangle --comments false -- dist/pp-is.js" }, "repository": { "type": "git", "url": "git+https://github.com/carlos-sweb/pp-is.git" }, "keywords": [ "isArray", "isBoolean", "isDate", "isFunction", "isNull", "isNumber", "isObject", "isString", "isUndefined", "isElement", "isEmpty", "isEmail", "isNaN", "isRegExp", "isUrl", "isHTMLCollection", "isNodeList", "isBlank", "isPromise", "isNil" ], "author": "Carlos Illesca", "license": "MIT", "bugs": { "url": "https://github.com/carlos-sweb/pp-is/issues" }, "homepage": "https://github.com/carlos-sweb/pp-is#readme" }