This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
portapy/Download-Latest-Python/node_modules/joi/package.json

66 lines
1.6 KiB
JSON

{
"_from": "joi@^13.0.0",
"_id": "joi@13.7.0",
"_inBundle": false,
"_integrity": "sha512-xuY5VkHfeOYK3Hdi91ulocfuFopwgbSORmIwzcwHKESQhC7w1kD5jaVSPnqDxS2I8t3RZ9omCKAxNwXN5zG1/Q==",
"_location": "/joi",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "joi@^13.0.0",
"name": "joi",
"escapedName": "joi",
"rawSpec": "^13.0.0",
"saveSpec": null,
"fetchSpec": "^13.0.0"
},
"_requiredBy": [
"/wait-on"
],
"_resolved": "https://registry.npmjs.org/joi/-/joi-13.7.0.tgz",
"_shasum": "cfd85ebfe67e8a1900432400b4d03bbd93fb879f",
"_spec": "joi@^13.0.0",
"_where": "C:\\Users\\broak\\Desktop\\Python-Node-Project\\Download-Latest-Python\\node_modules\\wait-on",
"bugs": {
"url": "https://github.com/hapijs/joi/issues"
},
"bundleDependencies": false,
"dependencies": {
"hoek": "5.x.x",
"isemail": "3.x.x",
"topo": "3.x.x"
},
"deprecated": false,
"description": "Object schema validation",
"devDependencies": {
"code": "5.x.x",
"hapitoc": "1.x.x",
"lab": "15.x.x"
},
"engines": {
"node": ">=8.9.0"
},
"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",
"version": "npm run toc && git add API.md README.md"
},
"version": "13.7.0"
}