UNPKG

topological-sort-group

Version:

Topological sorting and cycle detection. Optional grouping for parallel processing

52 lines (51 loc) 1.32 kB
{ "name": "topological-sort-group", "version": "4.0.2", "description": "Topological sorting and cycle detection. Optional grouping for parallel processing", "keywords": [ "topological", "sort", "cycle", "detection", "group" ], "homepage": "https://github.com/kmalakoff/topological-sort-group", "repository": { "type": "git", "url": "git+ssh://git@github.com/kmalakoff/topological-sort-group.git" }, "license": "MIT", "author": "Kevin Malakoff <kmalakoff@gmail.com> (https://github.com/kmalakoff)", "type": "module", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" }, "./package.json": "./package.json" }, "main": "dist/cjs/index.js", "source": "src/index.ts", "types": "dist/cjs/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsds build", "format": "tsds format", "prepublishOnly": "tsds validate", "test": "tsds test:node --no-timeouts", "test:engines": "nvu engines tsds test:node --no-timeouts", "version": "tsds version" }, "devDependencies": { "@types/mocha": "^10.0.10", "@types/node": "^25.0.1", "node-version-use": "^2.1.5", "ts-dev-stack": "^1.21.3", "tsds-config": "^0.2.1" }, "engines": { "node": ">=0.8" } }