{ "_args": [ [ "toposort@2.0.2", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "toposort@2.0.2", "_id": "toposort@2.0.2", "_inBundle": false, "_integrity": "sha1-riF2gXXRVZ1IvvNUILL0li8JwzA=", "_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": [ "/@buffetjs/utils/yup", "/strapi-admin/yup", "/strapi-plugin-content-manager/yup", "/strapi-plugin-content-type-builder/yup", "/yup" ], "_resolved": "https://registry.npmjs.org/toposort/-/toposort-2.0.2.tgz", "_spec": "2.0.2", "_where": "/home/freeclou/app.optimyar.com/backend", "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" }