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/topo/package.json

59 lines
1.5 KiB
JSON
Executable File

{
"_from": "@hapi/topo@3.x.x",
"_id": "@hapi/topo@3.1.2",
"_inBundle": false,
"_integrity": "sha512-r+aumOqJ5QbD6aLPJWqVjMAPsx5pZKz+F5yPqXZ/WWG9JTtHbQqlzrJoknJ0iJxLj9vlXtmpSdjlkszseeG8OA==",
"_location": "/@hapi/topo",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@hapi/topo@3.x.x",
"name": "@hapi/topo",
"escapedName": "@hapi%2ftopo",
"scope": "@hapi",
"rawSpec": "3.x.x",
"saveSpec": null,
"fetchSpec": "3.x.x"
},
"_requiredBy": [
"/@hapi/joi"
],
"_resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-3.1.2.tgz",
"_shasum": "57cc1317be1a8c5f47c124f9b0e3c49cd78424d2",
"_spec": "@hapi/topo@3.x.x",
"_where": "/home/soeren/dev/keksaccountgui/node_modules/@hapi/joi",
"bugs": {
"url": "https://github.com/hapijs/topo/issues"
},
"bundleDependencies": false,
"dependencies": {
"@hapi/hoek": "8.x.x"
},
"deprecated": false,
"description": "Topological sorting with grouping support",
"devDependencies": {
"@hapi/code": "5.x.x",
"@hapi/lab": "19.x.x"
},
"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"
},
"version": "3.1.2"
}