UNPKG

census-boundaries

Version:

Downloads and converts US Census TIGER data representing all boundaries in the United States

71 lines (70 loc) 1.77 kB
{ "name": "census-boundaries", "version": "2.0.6", "description": "Downloads and converts US Census TIGER data representing all boundaries in the United States", "main": "dist/index.js", "keywords": [ "census", "geojson", "convert", "index", "civic", "civil" ], "repository": { "type": "git", "url": "git+https://github.com/staeco/census-boundaries.git" }, "contributors": [ "Contra <yo@contra.io> (http://contra.io)" ], "license": "MIT", "bugs": { "url": "https://github.com/staeco/census-boundaries/issues" }, "homepage": "https://github.com/staeco/census-boundaries#readme", "files": [ "src", "dist", "bin" ], "scripts": { "preversion": "npm run clean && npm run build", "build": "babel src --out-dir dist", "clean": "rimraf dist", "lint": "eslint src", "test": "npm run-script lint" }, "devDependencies": { "babel": "^6.3.26", "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^8.0.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-runtime": "^6.4.3", "babel-preset-es2015": "^6.3.13", "babel-preset-es2015-loose": "^8.0.0", "babel-preset-stage-0": "^6.3.13", "babel-register": "^6.26.0", "eslint": "^4.0.0", "eslint-cli": "^1.1.1", "rimraf": "^3.0.0" }, "dependencies": { "JSONStream": "^1.3.2", "async": "^3.0.0", "babel-runtime": "^6.26.0", "chalk": "^3.0.0", "debug": "^4.0.0", "ftp": "^0.3.10", "lodash.clone": "^4.5.0", "meow": "^6.0.0", "once": "^1.3.3", "plural": "^1.0.0", "pump": "^3.0.0", "shp2json": "^1.2.1", "superagent": "^5.0.0", "through2-asyncmap": "^1.1.0", "url-join": "^4.0.0" } }