mh-two-thousand-and-two
2024-04-12 3d2ec2fd0578d3ba0a414b0cc4e4a2ae60878596
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
  "_args": [
    [
      "@hapi/topo@3.1.6",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_development": true,
  "_from": "@hapi/topo@3.1.6",
  "_id": "@hapi/topo@3.1.6",
  "_inBundle": false,
  "_integrity": "sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==",
  "_location": "/@hapi/topo",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@hapi/topo@3.1.6",
    "name": "@hapi/topo",
    "escapedName": "@hapi%2ftopo",
    "scope": "@hapi",
    "rawSpec": "3.1.6",
    "saveSpec": null,
    "fetchSpec": "3.1.6"
  },
  "_requiredBy": [
    "/@hapi/joi"
  ],
  "_resolved": "https://registry.npmmirror.com/@hapi/topo/-/topo-3.1.6.tgz",
  "_spec": "3.1.6",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "bugs": {
    "url": "https://github.com/hapijs/topo/issues"
  },
  "dependencies": {
    "@hapi/hoek": "^8.3.0"
  },
  "description": "Topological sorting with grouping support",
  "devDependencies": {
    "@hapi/code": "6.x.x",
    "@hapi/lab": "20.x.x"
  },
  "files": [
    "lib"
  ],
  "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.6"
}