distance-to-polygon
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "distance-to-polygon", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Compute distance from a point to an arbitrary shaped polygon, line, or point", | ||
@@ -8,3 +8,5 @@ "main": "dist/distance-to-polygon.js", | ||
"test": "mocha --compilers js:babel-core/register test/distance-to-polygon.js && npm run build", | ||
"build": "babel lib -d dist" | ||
"build": "babel lib -d dist", | ||
"coverage": "babel-node node_modules/isparta/bin/isparta cover ./node_modules/mocha/bin/_mocha -- test/distance-to-polygon.js", | ||
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls" | ||
}, | ||
@@ -28,12 +30,15 @@ "repository": { | ||
"babel-cli": "^6.11.4", | ||
"babel-core": "^6.11.4", | ||
"babel-core": "^6.13.2", | ||
"babel-eslint": "^6.1.2", | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-preset-stage-1": "^6.5.0", | ||
"babel-preset-es2015": "^6.13.2", | ||
"babel-preset-stage-1": "^6.13.0", | ||
"chai": "^3.5.0", | ||
"eslint": "^3.2.2", | ||
"eslint-config-airbnb-base": "^5.0.1", | ||
"eslint-plugin-import": "^1.12.0", | ||
"mocha": "^3.0.0" | ||
"coveralls": "^2.11.12", | ||
"eslint": "^3.3.1", | ||
"eslint-config-airbnb-base": "^5.0.2", | ||
"eslint-plugin-import": "^1.13.0", | ||
"isparta": "^4.0.0", | ||
"mocha": "^3.0.2", | ||
"mocha-lcov-reporter": "^1.2.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
8135
9
13