Gazebo_simulation-Frontend/node_modules/topo/package.json

64 lines
1.4 KiB
JSON
Executable File

{
"_args": [
[
"topo@2.0.2",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "topo@2.0.2",
"_id": "topo@2.0.2",
"_inBundle": false,
"_integrity": "sha1-zVYVdSU5BXwNwEkaYhw7xvvh0YI=",
"_location": "/topo",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "topo@2.0.2",
"name": "topo",
"escapedName": "topo",
"rawSpec": "2.0.2",
"saveSpec": null,
"fetchSpec": "2.0.2"
},
"_requiredBy": [
"/joi"
],
"_resolved": "https://registry.npmjs.org/topo/-/topo-2.0.2.tgz",
"_spec": "2.0.2",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"bugs": {
"url": "https://github.com/hapijs/topo/issues"
},
"dependencies": {
"hoek": "4.x.x"
},
"description": "Topological sorting with grouping support",
"devDependencies": {
"code": "3.x.x",
"lab": "10.x.x"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/hapijs/topo#readme",
"keywords": [
"topological",
"sort",
"toposort",
"topsort"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"name": "topo",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/topo.git"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
},
"version": "2.0.2"
}