71 lines
2.0 KiB
JSON
71 lines
2.0 KiB
JSON
{
|
|
"_from": "toposort-class@^1.0.1",
|
|
"_id": "toposort-class@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-OsLcGGbYF3rMjPUf8oKktyvCiUxSbqMMS39m33MAjLTC1DVIH6x3WSt63/M77ihI09+Sdfk1AXvfhCEeUmC7mg==",
|
|
"_location": "/toposort-class",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "toposort-class@^1.0.1",
|
|
"name": "toposort-class",
|
|
"escapedName": "toposort-class",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/sequelize"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/toposort-class/-/toposort-class-1.0.1.tgz",
|
|
"_shasum": "7ffd1f78c8be28c3ba45cd4e1a3f5ee193bd9988",
|
|
"_spec": "toposort-class@^1.0.1",
|
|
"_where": "/var/www/api.medcify.app/node_modules/sequelize",
|
|
"author": "",
|
|
"bugs": {
|
|
"url": "https://github.com/gustavohenke/toposort/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Topological sort of directed acyclic graphs (like dependecy lists)",
|
|
"devDependencies": {
|
|
"babel-eslint": "^4.0.5",
|
|
"eslint": "^1.0.0",
|
|
"grunt": "^0.4.5",
|
|
"grunt-babel": "^5.0.1",
|
|
"grunt-banner": "^0.4.0",
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
"grunt-contrib-uglify": "^0.9.1",
|
|
"matcha": "^0.6.0",
|
|
"mocha": "^2.2.5"
|
|
},
|
|
"homepage": "https://github.com/gustavohenke/toposort#readme",
|
|
"keywords": [
|
|
"topological",
|
|
"sort",
|
|
"sorting",
|
|
"graphs",
|
|
"graph",
|
|
"dependency",
|
|
"list",
|
|
"dependencies",
|
|
"acyclic",
|
|
"browser"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"name": "toposort-class",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gustavohenke/toposort.git"
|
|
},
|
|
"scripts": {
|
|
"benchmark": "matcha benchmark/general.js",
|
|
"benchmark-save": "matcha -R csv benchmark/general.js > benchmark/results.csv",
|
|
"eslint": "eslint src/toposort.js test/spec.js Gruntfile.js",
|
|
"test": "mocha -b test"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|