caltopo-to-geojson
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "caltopo-to-geojson", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Converts CalTopo JSON to GeoJSON objects.", | ||
"author": "Scott Hardy <scott.the.hardy@gmail.com>", | ||
"license": "MIT", | ||
"repository": "git@github.com:scott113341/caltopo-to-geojson.git", | ||
"homepage": "https://github.com/scott113341/caltopo-to-geojson", | ||
"bugs": "https://github.com/scott113341/caltopo-to-geojson/issues", | ||
"main": "lib/index.js", | ||
"files": [ | ||
"lib/" | ||
], | ||
"scripts": { | ||
"precompile-lib": "rm -rf lib/ && mkdir -p lib/", | ||
"compile-lib": "babel -d lib/ src/", | ||
"prepublish": "npm run compile-lib", | ||
"test": "npm run compile-lib && babel-node test/index.js" | ||
"clean": "rm -r -f lib/ && mkdir lib/", | ||
"prebuild": "npm run clean", | ||
"build": "babel --copy-files --out-dir lib/ src/", | ||
"preversion": "npm run test && npm run build", | ||
"test": "npm run build && node lib/test/index.js" | ||
}, | ||
"devDependencies": { | ||
"babel": "6.5.2", | ||
"babel-cli": "6.6.5", | ||
"babel-cli": "6.7.5", | ||
"babel-preset-es2015": "6.6.0", | ||
"babel-preset-stage-0": "6.5.0", | ||
"cash-mkdir": "0.2.0", | ||
"cash-rm": "0.2.0", | ||
"tape": "4.5.1" | ||
}, | ||
"license": "MIT" | ||
} | ||
} |
# caltopo-to-geojson | ||
[![Version][version-badge]][version-href] | ||
[![Build status][build-badge]][build-href] | ||
[![Dependencies][deps-badge]][deps-href] | ||
[![npm-version][npm-version-badge]][npm-version-href] | ||
[![build-status][build-status-badge]][build-status-href] | ||
[![dependencies][dependencies-badge]][dependencies-href] | ||
[![dev-dependencies][dev-dependencies-badge]][dev-dependencies-href] | ||
@@ -11,9 +12,12 @@ | ||
[version-badge]: https://img.shields.io/npm/v/caltopo-to-geojson.svg?style=flat-square | ||
[version-href]: https://www.npmjs.com/package/caltopo-to-geojson | ||
[npm-version-badge]: https://img.shields.io/npm/v/caltopo-to-geojson.svg?style=flat-square | ||
[npm-version-href]: https://www.npmjs.com/package/caltopo-to-geojson | ||
[build-badge]: https://img.shields.io/travis/scott113341/caltopo-to-geojson.svg?style=flat-square | ||
[build-href]: https://travis-ci.org/scott113341/caltopo-to-geojson | ||
[build-status-badge]: https://img.shields.io/travis/scott113341/caltopo-to-geojson.svg?style=flat-square | ||
[build-status-href]: https://travis-ci.org/scott113341/caltopo-to-geojson | ||
[deps-badge]: https://img.shields.io/david/dev/scott113341/caltopo-to-geojson.svg?style=flat-square | ||
[deps-href]: https://david-dm.org/scott113341/caltopo-to-geojson#info=devDependencies | ||
[dependencies-badge]: https://img.shields.io/david/scott113341/caltopo-to-geojson.svg?style=flat-square | ||
[dependencies-href]: https://david-dm.org/scott113341/caltopo-to-geojson#info=dependencies | ||
[dev-dependencies-badge]: https://img.shields.io/david/dev/scott113341/caltopo-to-geojson.svg?style=flat-square | ||
[dev-dependencies-href]: https://david-dm.org/scott113341/caltopo-to-geojson#info=devDependencies |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
12347
1
23
7
11
259