WIP - add extractor, generate snippet_data
This commit is contained in:
58
node_modules/@hapi/topo/package.json
generated
vendored
Executable file
58
node_modules/@hapi/topo/package.json
generated
vendored
Executable file
@ -0,0 +1,58 @@
|
||||
{
|
||||
"_from": "@hapi/topo@3.x.x",
|
||||
"_id": "@hapi/topo@3.1.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-JmS9/vQK6dcUYn7wc2YZTqzIKubAQcJKu2KCKAru6es482U5RT5fP1EXCPtlXpiK7PR0On/kpQKI4fRKkzpZBQ==",
|
||||
"_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.3.tgz",
|
||||
"_shasum": "c7a02e0d936596d29f184e6d7fdc07e8b5efce11",
|
||||
"_spec": "@hapi/topo@3.x.x",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/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": "6.x.x",
|
||||
"@hapi/lab": "20.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.3"
|
||||
}
|
||||
Reference in New Issue
Block a user