{ "_from": "toposort@^2.0.2", "_id": "toposort@2.0.2", "_inBundle": false, "_integrity": "sha512-0a5EOkAUp8D4moMi2W8ZF8jcga7BgZd91O/yabJCFY8az+XSzeGyTKs0Aoo897iV1Nj6guFq8orWDS96z91oGg==", "_location": "/yup/toposort", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "toposort@^2.0.2", "name": "toposort", "escapedName": "toposort", "rawSpec": "^2.0.2", "saveSpec": null, "fetchSpec": "^2.0.2" }, "_requiredBy": [ "/yup" ], "_resolved": "https://registry.npmmirror.com/toposort/-/toposort-2.0.2.tgz", "_shasum": "ae21768175d1559d48bef35420b2f4962f09c330", "_spec": "toposort@^2.0.2", "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\yup", "author": { "name": "Marcel Klehr", "email": "mklehr@gmx.net" }, "bugs": { "url": "https://github.com/marcelklehr/toposort/issues" }, "bundleDependencies": false, "deprecated": false, "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" }