quantified-self-lib
Advanced tools
Comparing version 1.0.0-pre-1 to 1.0.0-pre-10
{ | ||
"name": "quantified-self-lib", | ||
"version": "1.0.0-pre-1", | ||
"description": "A utility lib to work with tcx, fit and Suunto files", | ||
"version": "1.0.0-pre-10", | ||
"description": "A Library to for processing GPX, TCX, FIT and JSON files from services such as Strava, Movescount, Garmin, Polar etc", | ||
"main": "lib/index.js", | ||
@@ -27,2 +27,3 @@ "types": "lib/index.d.ts", | ||
"geolib": "^2.0.24", | ||
"gxparser": "^1.0.0", | ||
"lowpassf": "^0.5.0", | ||
@@ -52,3 +53,2 @@ "moving-median": "^1.0.0", | ||
], | ||
"collectCoverage": true, | ||
"globals": { | ||
@@ -55,0 +55,0 @@ "ts-jest": { |
@@ -1,1 +0,25 @@ | ||
# quantified-self-lib | ||
# Quantified Self Lib | ||
*A Library to for processing GPX, TCX, FIT and JSON files from services such as Strava, Movescount, Garmin, Polar etc* | ||
Master | ||
[![codebeat badge](https://codebeat.co/badges/e99f7c8a-3b7a-4d5b-9034-2dfd38c0e0a3)](https://codebeat.co/projects/github-com-jimmykane-quantified-self-lib-develop) | ||
[![Build Status](https://travis-ci.org/jimmykane/quantified-self-lib.svg?branch=master)](https://travis-ci.org/jimmykane/quantified-self-lib.svg?branch=master) | ||
[![codecov](https://codecov.io/gh/jimmykane/quantified-self-lib/branch/master/graph/badge.svg)](https://codecov.io/gh/jimmykane/quantified-self-lib) | ||
Develop | ||
[![codebeat badge](https://codebeat.co/badges/f39e837c-2885-47bb-94b3-a8718ad561a6)](https://codebeat.co/projects/github-com-jimmykane-quantified-self-lib-develop) | ||
[![Build Status](https://travis-ci.org/jimmykane/quantified-self-lib.svg?branch=develop)](https://travis-ci.org/jimmykane/quantified-self-lib.svg?branch=develop) | ||
[![codecov](https://codecov.io/gh/jimmykane/quantified-self-lib/branch/develop/graph/badge.svg)](https://codecov.io/gh/jimmykane/quantified-self-lib) | ||
About | ||
----- | ||
Quantified Self Lib tries to achieve a common domain model and lib for sport activity formats | ||
such as GPX, TCX, FIT and other popular formats. | ||
Currently the support is limit to the main formats: GPX, TCX, FIT and JSON* | ||
*JSON is for specific services while GPX, TCX, FIT should be compatible with the move common services, | ||
such as Strava, Movescount, Garmin, Polar and any other service that supprots the above exports. |
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
261595
217
5439
26
7
1
+ Addedgxparser@^1.0.0
+ Addedgxparser@1.0.0(transitive)