{ "_args": [ [ "toposort@2.0.2", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_development": true, "_from": "toposort@2.0.2", "_id": "toposort@2.0.2", "_inBundle": false, "_integrity": "sha512-0a5EOkAUp8D4moMi2W8ZF8jcga7BgZd91O/yabJCFY8az+XSzeGyTKs0Aoo897iV1Nj6guFq8orWDS96z91oGg==", "_location": "/toposort", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "toposort@2.0.2", "name": "toposort", "escapedName": "toposort", "rawSpec": "2.0.2", "saveSpec": null, "fetchSpec": "2.0.2" }, "_requiredBy": [ "/@vue/cli-plugin-unit-mocha/mochapack", "/mochapack" ], "_resolved": "https://registry.npmjs.org/toposort/-/toposort-2.0.2.tgz", "_spec": "2.0.2", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "Marcel Klehr", "email": "mklehr@gmx.net" }, "bugs": { "url": "https://github.com/marcelklehr/toposort/issues" }, "description": "Topological sort of directed ascyclic graphs (like dependecy lists)", "devDependencies": { "vows": "0.7.x" }, "homepage": "https://github.com/marcelklehr/toposort#readme", "keywords": [ "topological", "sort", "sorting", "graphs", "graph", "dependency", "list", "dependencies", "acyclic" ], "license": "MIT", "main": "index.js", "name": "toposort", "repository": { "type": "git", "url": "git+https://github.com/marcelklehr/toposort.git" }, "scripts": { "test": "node test.js" }, "version": "2.0.2" }