This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/@hapi/joi/package.json

63 lines
1.7 KiB
JSON

{
"_from": "@hapi/joi@^15.0.1",
"_id": "@hapi/joi@15.1.0",
"_inBundle": false,
"_integrity": "sha512-n6kaRQO8S+kepUTbXL9O/UOL788Odqs38/VOfoCrATDtTvyfiO3fgjlSRaNkHabpTLgM7qru9ifqXlXbXk8SeQ==",
"_location": "/@hapi/joi",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@hapi/joi@^15.0.1",
"name": "@hapi/joi",
"escapedName": "@hapi%2fjoi",
"scope": "@hapi",
"rawSpec": "^15.0.1",
"saveSpec": null,
"fetchSpec": "^15.0.1"
},
"_requiredBy": [
"/@vue/cli-shared-utils"
],
"_resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-15.1.0.tgz",
"_shasum": "940cb749b5c55c26ab3b34ce362e82b6162c8e7a",
"_spec": "@hapi/joi@^15.0.1",
"_where": "/home/soeren/dev/keksaccountgui/node_modules/@vue/cli-shared-utils",
"bugs": {
"url": "https://github.com/hapijs/joi/issues"
},
"bundleDependencies": false,
"dependencies": {
"@hapi/address": "2.x.x",
"@hapi/hoek": "6.x.x",
"@hapi/marker": "1.x.x",
"@hapi/topo": "3.x.x"
},
"deprecated": false,
"description": "Object schema validation",
"devDependencies": {
"@hapi/code": "5.x.x",
"@hapi/lab": "18.x.x",
"hapitoc": "1.x.x"
},
"homepage": "https://github.com/hapijs/joi",
"keywords": [
"schema",
"validation"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"name": "@hapi/joi",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/joi.git"
},
"scripts": {
"test": "lab -t 100 -a @hapi/code -L",
"test-cov-html": "lab -r html -o coverage.html -a @hapi/code",
"toc": "hapitoc && node docs/check-errors-list.js",
"version": "npm run toc && git add API.md README.md"
},
"version": "15.1.0"
}