elr-utility-lib
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "elr-utility-lib", | ||
"version": "1.0.5", | ||
"description": "JavaScript Utility Library", | ||
"main": "dist/elr-utility-lib.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Beth3346/elr-utility-lib.git" | ||
"version": "1.0.6", | ||
"author": "Elizabeth Rogers", | ||
"bugs": { | ||
"url": "https://github.com/Beth3346/elr-utility-lib", | ||
"email": "beth@elizabeth-rogers.com" | ||
}, | ||
"scripts": { | ||
"build": "build" | ||
}, | ||
"dependencies": { | ||
@@ -20,9 +17,38 @@ "babel-runtime": "^6.0.0", | ||
"babel-preset-es2015": "^6.14.0", | ||
"chai": "^3.5.0", | ||
"chai-arrays": "0.0.1", | ||
"chai-subset": "^1.3.0", | ||
"codecov": "^1.0.1", | ||
"del": "^2.2.2", | ||
"ghooks": "^1.3.2", | ||
"gulp": "^3.9.1", | ||
"gulp-babel": "^6.1.2", | ||
"gulp-jshint": "^2.0.1", | ||
"gulp-mocha": "^3.0.1", | ||
"gulp-notify": "^2.2.0", | ||
"gulp-plumber": "^1.1.0", | ||
"gulp-sourcemaps": "^2.1.1", | ||
"jshint": "^2.9.3" | ||
"jshint": "^2.9.3", | ||
"mocha": "^3.2.0", | ||
"mocha-notifier-reporter": "^0.1.2", | ||
"nyc": "^10.0.0" | ||
}, | ||
"homepage": "http://www.elizabeth-rogers.com/elr-utilities/js-utility-lib.html", | ||
"keywords": [ | ||
"javascript, jquery, utility, ui" | ||
], | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"main": "dist/main.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Beth3346/elr-utility-lib.git" | ||
}, | ||
"scripts": { | ||
"build": "build", | ||
"test": "nyc mocha --compilers js:babel-core/register", | ||
"test watch": "nyc mocha watch --compilers js:babel-core/register", | ||
"cover": "nyc --reporter=lcov npm t", | ||
"check-coverage": "nyc check-coverage --statements 0 --branches 0 --functions 0 --lines 0", | ||
"report-coverage": "cat ./coverage/lcov.info | codecov" | ||
} | ||
} |
@@ -1,5 +0,39 @@ | ||
# ELR Utilitiy Lib | ||
# elr-utility-lib | ||
###License | ||
[![Build Status](https://travis-ci.org/Beth3346/elr-utility-lib.svg?branch=master)](https://travis-ci.org/Beth3346/elr-utility-lib) | ||
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) | ||
ELR-Utilitiy Lib is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT) | ||
JavaScript Utility Library | ||
## Installation | ||
Download node at [nodejs.org](http://nodejs.org) and install it, if you haven't already. | ||
```sh | ||
npm install elr-utility-lib --save | ||
``` | ||
## Dependencies | ||
- [babel-runtime](https://github.com/babel/babel/tree/master/packages): babel selfContained runtime | ||
- [jquery](https://github.com/jquery/jquery): JavaScript library for DOM operations | ||
## Dev Dependencies | ||
- [babel-core](https://github.com/babel/babel/tree/master/packages): Babel compiler core. | ||
- [babel-preset-es2015](https://github.com/babel/babel/tree/master/packages): Babel preset for all es2015 plugins. | ||
- [del](https://github.com/sindresorhus/del): Delete files and folders | ||
- [gulp](https://github.com/gulpjs/gulp): The streaming build system | ||
- [gulp-babel](https://github.com/babel/gulp-babel): Use next generation JavaScript, today | ||
- [gulp-jshint](https://github.com/spalger/gulp-jshint): JSHint plugin for gulp | ||
- [gulp-sourcemaps](https://github.com/floridoo/gulp-sourcemaps): Source map support for Gulp.js | ||
- [jshint](https://github.com/jshint/jshint): Static analysis tool for JavaScript | ||
## License | ||
SEE LICENSE IN LICENSE.md | ||
_Generated by [package-json-to-readme](https://github.com/zeke/package-json-to-readme)_ |
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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 website
QualityPackage does not have a website.
Found 1 instance in 1 package
306831
17
1184
1
40
19
1