UNPKG

contraction-hierarchy-js

Version:
50 lines (49 loc) 1.18 kB
{ "name": "contraction-hierarchy-js", "version": "1.2.1", "description": "Contraction Hierarchy", "main": "index.js", "module": "main.js", "scripts": { "test": "cd test && node routing-tests.js", "build": "rollup -c", "prepublishOnly": "npm run build", "proto": "pbf src/structure.proto > src/structure.js" }, "repository": { "type": "git", "url": "git+https://github.com/royhobbstn/contraction-hierarchy-js.git" }, "keywords": [ "contraction", "hierarchy", "dijkstra", "algorithm" ], "author": "Daniel Trone", "license": "MIT", "bugs": { "url": "https://github.com/royhobbstn/contraction-hierarchy-js/issues" }, "homepage": "https://github.com/royhobbstn/contraction-hierarchy-js#readme", "dependencies": { "esm": "3.2.25", "geokdbush": "1.1.0", "kdbush": "2.0.1", "nanoclone": "0.2.1", "pbf": "^3.2.0" }, "devDependencies": { "ngraph.graph": "0.0.18", "ngraph.path": "1.1.0", "rollup-plugin-commonjs": "10.0.1", "rollup-plugin-node-resolve": "5.2.0", "rollup-plugin-terser": "5.1.1" }, "files": [ "src", "index.js", "main.js", "dist" ] }