1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/@hapi/joi/package.json

60 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "@hapi/joi@^15.0.1",
2023-12-18 13:12:25 +08:00
"_id": "@hapi/joi@15.1.1",
"_inBundle": false,
"_integrity": "sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ==",
"_location": "/@hapi/joi",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "@hapi/joi@^15.0.1",
2023-12-18 13:12:25 +08:00
"name": "@hapi/joi",
"escapedName": "@hapi%2fjoi",
"scope": "@hapi",
2024-01-16 21:26:16 +08:00
"rawSpec": "^15.0.1",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^15.0.1"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/@vue/cli-shared-utils"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/@hapi/joi/-/joi-15.1.1.tgz",
"_shasum": "c675b8a71296f02833f8d6d243b34c57b8ce19d7",
"_spec": "@hapi/joi@^15.0.1",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\@vue\\cli-shared-utils",
2023-12-18 13:12:25 +08:00
"bugs": {
"url": "https://github.com/hapijs/joi/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
"@hapi/address": "2.x.x",
"@hapi/bourne": "1.x.x",
"@hapi/hoek": "8.x.x",
"@hapi/topo": "3.x.x"
},
2024-01-16 21:26:16 +08:00
"deprecated": "Switch to 'npm install joi'",
2023-12-18 13:12:25 +08:00
"description": "Object schema validation",
"devDependencies": {
"@hapi/code": "6.x.x",
"@hapi/lab": "20.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"
},
"version": "15.1.1"
}