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

62 lines
1.7 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "@hapi/topo@3.x.x",
"_id": "@hapi/topo@3.1.6",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==",
2023-12-18 13:12:25 +08:00
"_location": "/@hapi/topo",
"_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/topo@3.x.x",
2023-12-18 13:12:25 +08:00
"name": "@hapi/topo",
"escapedName": "@hapi%2ftopo",
"scope": "@hapi",
2024-01-16 21:26:16 +08:00
"rawSpec": "3.x.x",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "3.x.x"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/@hapi/joi"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/@hapi/topo/-/topo-3.1.6.tgz",
"_shasum": "68d935fa3eae7fdd5ab0d7f953f3205d8b2bfc29",
"_spec": "@hapi/topo@3.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/topo/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
"@hapi/hoek": "^8.3.0"
2023-12-18 13:12:25 +08:00
},
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": "Topological sorting with grouping support",
"devDependencies": {
"@hapi/code": "6.x.x",
"@hapi/lab": "20.x.x"
},
2024-01-16 21:26:16 +08:00
"files": [
"lib"
],
2023-12-18 13:12:25 +08:00
"homepage": "https://github.com/hapijs/topo#readme",
"keywords": [
"topological",
"sort",
"toposort",
"topsort"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"name": "@hapi/topo",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/topo.git"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L",
"test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
},
2024-01-16 21:26:16 +08:00
"version": "3.1.6"
2023-12-18 13:12:25 +08:00
}