geojson-precision
Advanced tools
Comparing version 0.1.0 to 0.2.0
(function() { | ||
var geojson_precision = {}; | ||
@@ -80,7 +79,6 @@ function parse(t, precision) { | ||
geojson_precision.parse = parse; | ||
module.exports = parse; | ||
module.exports.parse = parse; | ||
module.exports = geojson_precision; | ||
}()); | ||
{ | ||
"name": "geojson-precision", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Remove meaningless precision from GeoJSON", | ||
"main": "index.js", | ||
"dependencies": {}, | ||
"dependencies": { | ||
"commander": "^2.4.0" | ||
}, | ||
"devDependencies": { | ||
@@ -15,2 +17,5 @@ "assert": "^1.1.2", | ||
}, | ||
"bin": { | ||
"geojson-precision": "./bin/geojson-precision" | ||
}, | ||
"repository": { | ||
@@ -22,3 +27,4 @@ "type": "git", | ||
"geojson", | ||
"precision" | ||
"precision", | ||
"geojson precision" | ||
], | ||
@@ -25,0 +31,0 @@ "author": "John J Czaplewski <jczaplew@gmail.com>", |
@@ -6,5 +6,11 @@ # geojson-precision | ||
```` | ||
npm install geojson-precision | ||
npm install [-g] geojson-precision | ||
```` | ||
## CLI | ||
````geojson-precision -p 4 input.json output.json```` | ||
## API | ||
@@ -11,0 +17,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6585560
9
58
1
745
+ Addedcommander@^2.4.0
+ Addedcommander@2.20.3(transitive)