UNPKG

geonames-reader

Version:

An async-friendly streaming parser for geonames data.

50 lines (49 loc) 1.07 kB
{ "name": "geonames-reader", "version": "0.2.4", "description": "An async-friendly streaming parser for geonames data.", "main": "index.js", "scripts": { "test": "mocha test -R list" }, "repository": { "type": "git", "url": "https://github.com/naturalatlas/geonames-reader.git" }, "keywords": [ "geonames", "geoname", "geo", "gis", "mapping", "parser", "streaming" ], "author": { "name": "Brian Reavis", "url": "https://github.com/brianreavis", "email": "brian@naturalatlas.com" }, "licenses": [ { "type": "Apache License, Version 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ], "bugs": { "url": "https://github.com/naturalatlas/geonames-reader/issues" }, "homepage": "https://github.com/naturalatlas/geonames-reader", "dependencies": { "pull-stream": "^2.24.0", "pull-file": "^0.4.3", "pull-tobits": "^0.2.1" }, "devDependencies": { "mocha": "^1.20.1", "chai": "^1.9.1" }, "engines": { "node": ">=0.10.0" } }