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

59 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/hoek@8.x.x",
"_id": "@hapi/hoek@8.5.1",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==",
2023-12-18 13:12:25 +08:00
"_location": "/@hapi/hoek",
"_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/hoek@8.x.x",
2023-12-18 13:12:25 +08:00
"name": "@hapi/hoek",
"escapedName": "@hapi%2fhoek",
"scope": "@hapi",
2024-01-16 21:26:16 +08:00
"rawSpec": "8.x.x",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "8.x.x"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/@hapi/joi",
"/@hapi/topo"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/@hapi/hoek/-/hoek-8.5.1.tgz",
"_shasum": "fde96064ca446dec8c55a8c2f130957b070c6e06",
"_spec": "@hapi/hoek@8.x.x",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\@hapi\\joi",
2023-12-18 13:12:25 +08:00
"bugs": {
"url": "https://github.com/hapijs/hoek/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {},
2024-01-16 21:26:16 +08:00
"deprecated": "This version has been deprecated and is no longer supported or maintained",
2023-12-18 13:12:25 +08:00
"description": "General purpose node utilities",
"devDependencies": {
"@hapi/code": "6.x.x",
"@hapi/lab": "20.x.x"
},
"files": [
"lib"
],
"homepage": "https://github.com/hapijs/hoek#readme",
"keywords": [
"utilities"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"name": "@hapi/hoek",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/hoek.git"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -Y",
"test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
},
"types": "lib/index.d.ts",
2024-01-16 21:26:16 +08:00
"version": "8.5.1"
2023-12-18 13:12:25 +08:00
}