Tumortisch-Dist/resources/app/node_modules/joi/package.json
2021-06-15 16:00:08 +02:00

64 lines
1.7 KiB
JSON

{
"_from": "joi@^14.3.1",
"_id": "joi@14.3.1",
"_inBundle": false,
"_integrity": "sha512-LQDdM+pkOrpAn4Lp+neNIFV3axv1Vna3j38bisbQhETPMANYRbFJFUyOZcOClYvM/hppMhGWuKSFEK9vjrB+bQ==",
"_location": "/joi",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "joi@^14.3.1",
"name": "joi",
"escapedName": "joi",
"rawSpec": "^14.3.1",
"saveSpec": null,
"fetchSpec": "^14.3.1"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/joi/-/joi-14.3.1.tgz",
"_shasum": "164a262ec0b855466e0c35eea2a885ae8b6c703c",
"_spec": "joi@^14.3.1",
"_where": "C:\\Daten\\Git\\Tumortisch",
"bugs": {
"url": "https://github.com/hapijs/joi/issues"
},
"bundleDependencies": false,
"dependencies": {
"hoek": "6.x.x",
"isemail": "3.x.x",
"topo": "3.x.x"
},
"deprecated": "This module has moved and is now available at @hapi/joi. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.",
"description": "Object schema validation",
"devDependencies": {
"code": "5.x.x",
"hapitoc": "1.x.x",
"lab": "18.x.x"
},
"homepage": "https://github.com/hapijs/joi",
"keywords": [
"hapi",
"schema",
"validation"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"name": "joi",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/joi.git"
},
"scripts": {
"test": "lab -t 100 -a code -L",
"test-cov-html": "lab -r html -o coverage.html -a code",
"test-debug": "lab -a code",
"toc": "hapitoc && node docs/check-errors-list.js",
"version": "npm run toc && git add API.md README.md"
},
"version": "14.3.1"
}