Skip to main content
Module

x/value_schema/package.json

simple, easy-to-use, and declarative input validator; supports Node.js, TypeScript, and Deno
Go to Latest
File
{ "name": "adjuster", "description": "validate and adjust input values", "version": "0.2.0", "author": "shimataro", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/shimataro/node-adjuster.git" }, "bugs": { "url": "https://github.com/shimataro/node-adjuster/issues" }, "homepage": "https://github.com/shimataro/node-adjuster#readme", "keywords": [ "param", "params", "parameter", "parameters", "validate", "validator", "ajust", "adjuster" ], "main": "./dist/index.js", "engines": { "node": ">= 4.0.0" }, "scripts": { "build": "gulp build", "build-js": "gulp build-js", "watch": "gulp watch", "watch-gulpfile": "gulp watch-gulpfile", "watch-js": "gulp watch-js", "postinstall": "npm run build", "check-updates": "ncu", "test": "NODE_PATH=./src jest" }, "devDependencies": { "jest": "^22.4.3", "npm-check-updates": "^2.13.0" }, "dependencies": { "babel-core": "^6.26.0", "babel-preset-env": "^1.6.1", "gulp": "^3.9.1", "gulp-babel": "^7.0.0" }, "jest": { "verbose": false, "moduleFileExtensions": [ "es", "js" ], "testRegex": "\\.(test|spec)\\.es$", "transform": { "\\.es$": "babel-jest" } }}