12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "_from": "@hapi/topo@3.x.x",
- "_id": "@hapi/topo@3.1.6",
- "_inBundle": false,
- "_integrity": "sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==",
- "_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.6.tgz",
- "_shasum": "68d935fa3eae7fdd5ab0d7f953f3205d8b2bfc29",
- "_spec": "@hapi/topo@3.x.x",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@hapi\\joi",
- "bugs": {
- "url": "https://github.com/hapijs/topo/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@hapi/hoek": "^8.3.0"
- },
- "deprecated": "This version has been deprecated and is no longer supported or maintained",
- "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"
- }
|