app-usage-stats
Advanced tools
Comparing version 0.4.1 to 0.5.0
{ | ||
"name": "app-usage-stats", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"description": "A convention for tracking javascript application usage", | ||
"repository": "https://github.com/75lb/app-usage-stats.git", | ||
"license": "MIT", | ||
"main": "main.js", | ||
"main": "lib/app-usage-stats", | ||
"keywords": [], | ||
"engines": { | ||
"node": ">=0.10.0" | ||
"node": ">=4.0.0" | ||
}, | ||
"scripts": { | ||
"test": "node test.js", | ||
"docs": "jsdoc2md -t jsdoc2md/README.hbs src/lib/*.js > README.md; echo", | ||
"es5": "rm -rf es5 && babel --presets babel-preset-es2015 --no-comments src --out-dir es5" | ||
"test": "test-runner test/*.js", | ||
"docs": "jsdoc2md -t jsdoc2md/README.hbs src/lib/*.js > README.md; echo" | ||
}, | ||
"dependencies": { | ||
"array-back": "^1.0.4", | ||
"core-js": "^2.4.1", | ||
"feature-detect-es6": "^1.3.1", | ||
"home-path": "^1.0.3", | ||
@@ -27,13 +24,6 @@ "test-value": "^2.1.0", | ||
"devDependencies": { | ||
"core-assert": "^0.2.1", | ||
"babel-preset-es2015": "^6.18.0", | ||
"mkdirp": "^0.5.1", | ||
"rimraf": "^2.5.4", | ||
"test-runner": "^0.3.0" | ||
}, | ||
"standard": { | ||
"ignore": [ | ||
"es5" | ||
] | ||
} | ||
} |
@@ -120,2 +120,2 @@ [![view on npm](http://img.shields.io/npm/v/app-usage-stats.svg)](https://www.npmjs.org/package/app-usage-stats) | ||
© 2016 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown). | ||
© 2016-17 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown). |
@@ -1,1 +0,1 @@ | ||
1483613158093 | ||
1486674072532 |
@@ -1,1 +0,1 @@ | ||
1483613158094 | ||
1486674072534 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
4
3
3
27463
31
583
1
- Removedcore-js@^2.4.1
- Removedfeature-detect-es6@^1.3.1