mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-31 10:14:35 +01:00
Bumps [validator](https://github.com/validatorjs/validator.js) from 10.11.0 to 13.7.0. - [Release notes](https://github.com/validatorjs/validator.js/releases) - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/validatorjs/validator.js/compare/10.11.0...13.7.0) --- updated-dependencies: - dependency-name: validator dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
38 lines
932 B
JSON
38 lines
932 B
JSON
{
|
|
"name": "cyphernodeconf",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"homepage": "",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"coverageHtml": "jest --coverage --coverageReporters html",
|
|
"lint": "./node_modules/.bin/eslint lib/**/*.js",
|
|
"lintfix": "./node_modules/.bin/eslint lib/**/**.js --fix"
|
|
},
|
|
"author": "jash <jash@schulterklopfer-productions.de>",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"cyphernode"
|
|
],
|
|
"dependencies": {
|
|
"@rauschma/stringio": "^1.4.0",
|
|
"ajv": "^6.10.0",
|
|
"chalk": "^2.4.2",
|
|
"coinstring": "^2.3.0",
|
|
"colorsys": "^1.0.22",
|
|
"ejs": "^2.6.1",
|
|
"inquirer": "^6.3.1",
|
|
"lunicode": "^2.0.1",
|
|
"parse5": "^5.1.0",
|
|
"tmp": "^0.1.0",
|
|
"validator": "^13.7.0",
|
|
"wrap-ansi": "^5.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.16.0",
|
|
"jest": "^24.8.0"
|
|
},
|
|
"repository": "git@github.com:schulterklopfer/cyphernodeconf.git",
|
|
"license": "MIT"
|
|
}
|