UNPKG

transportation

Version:
51 lines (50 loc) 1.3 kB
{ "name": "transportation", "version": "1.2.36", "description": "Import GTFS into a semantic model", "main": "index.js", "bin": { "transportation": "bin/transportation" }, "scripts": { "standard": "standard && standard ./bin/*", "tap": "tap --no-check-coverage ./test", "test": "npm run standard && npm run tap && npm run test-cli", "test-cli": "./bin/transportation --version && ./bin/transportation positions ./test/import/gtfs/data/generic" }, "keywords": [ "GTFS", "gtfs", "transportation", "transit", "GeoJSON", "geojson" ], "author": "Falco Nogatz <fnogatz@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/fnogatz/transportation" }, "dependencies": { "@turf/distance": "^6.3.0", "@turf/length": "^6.3.0", "@turf/nearest-point-on-line": "^6.3.0", "async": "^3.0.1", "char-spinner": "^1.0.1", "commander": "^9.1.0", "concat-stream": "^2.0.0", "csv": "^6.0.5", "geobuf": "^3.0.2", "moment": "^2.29.1", "require-all": "^3.0.0", "tconsole": "^1.0.0", "turf-featurecollection": "^1.0.1", "turf-linestring": "^1.0.2", "turf-point": "^2.0.0" }, "devDependencies": { "standard": "^16.0.3", "tap": "^16.0.1" } }