Comparing version 2.2.5 to 2.2.6
{ | ||
"name": "vue-ls", | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"description": "Vue plugin for work with LocalStorage from Vue context", | ||
@@ -23,3 +23,6 @@ "main": "dist/vue-ls.js", | ||
"test:phantomjs": "RUN_ON_BSTACK=false node_modules/.bin/gulp test --env phantomjs", | ||
"test:chrome": "RUN_ON_BSTACK=false node_modules/.bin/gulp test --env chrome", | ||
"test:e2e": "RUN_ON_BSTACK=false node_modules/.bin/gulp test --env chrome", | ||
"test:unit": "node_modules/.bin/karma start build/karma.dev.config.js", | ||
"test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2 && npm run sauce -- 3 && npm run sauce -- 4 && npm run sauce -- 5", | ||
"sauce": "node_modules/.bin/karma start build/karma.sauce.config.js", | ||
"lint": "node_modules/.bin/eslint ./", | ||
@@ -57,3 +60,5 @@ "hint": "node_modules/.bin/jshint", | ||
"devDependencies": { | ||
"ava": "^0.18.2", | ||
"ava": "jamestalmage/ava#karma-ava", | ||
"babel-core": "^6.24.0", | ||
"babel-loader": "^6.4.1", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
@@ -78,3 +83,10 @@ "babel-plugin-transform-es2015-modules-commonjs": "^6.23.0", | ||
"gulp-util": "^3.0.8", | ||
"jasmine": "^2.5.3", | ||
"jasmine-core": "^2.5.2", | ||
"jshint": "^2.9.4", | ||
"karma": "^1.5.0", | ||
"karma-chrome-launcher": "^2.0.0", | ||
"karma-jasmine": "^1.1.0", | ||
"karma-sauce-launcher": "^1.1.0", | ||
"karma-webpack": "^2.0.3", | ||
"mock-browser": "^0.92.12", | ||
@@ -84,2 +96,3 @@ "nightwatch": "^0.9.14", | ||
"phantomjs": "^2.1.7", | ||
"remove": "^0.1.5", | ||
"rollup": "^0.41.6", | ||
@@ -89,3 +102,4 @@ "rollup-plugin-babel": "^2.7.1", | ||
"serve-static": "^1.12.1", | ||
"vue": "^2.2.4" | ||
"vue": "^2.2.4", | ||
"webpack": "^2.3.1" | ||
}, | ||
@@ -96,2 +110,3 @@ "semistandard": { | ||
"bower_components", | ||
"build", | ||
"dist", | ||
@@ -106,3 +121,3 @@ "test" | ||
"files": [ | ||
"./test/unit/*.js" | ||
"./test/unit/ava/*.js" | ||
], | ||
@@ -109,0 +124,0 @@ "require": [ |
<div align="center"> | ||
<img width="130" alt="vue-ls logo" src="https://cdn.rawgit.com/RobinCK/0ef39abfff9a44061cee5b2c072e892e/raw/e2b95a57825ac9b8e845609ff9fc5fdaae37b55a/logo.svg"> | ||
</div> | ||
[![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=flat-square)](https://github.com/Flet/semistandard)[![VueJS 1.x](https://img.shields.io/badge/vuejs-1.x-brightgreen.svg?style=flat-square)](https://github.com/RobinCK/vue-ls)[![VueJS 2.x](https://img.shields.io/badge/vuejs-2.x-brightgreen.svg?style=flat-square)](https://github.com/RobinCK/vue-ls)[![Build Status](https://img.shields.io/travis/RobinCK/vue-ls.svg?style=flat-square)](https://travis-ci.org/RobinCK/vue-ls)[![Coverage Status](https://img.shields.io/coveralls/RobinCK/vue-ls.svg?style=flat-square)](https://coveralls.io/github/RobinCK/vue-ls?branch=master)[![Code Climate](https://img.shields.io/codeclimate/github/RobinCK/vue-ls.svg?style=flat-square)](https://codeclimate.com/github/RobinCK/vue-ls)[![Inline docs](http://inch-ci.org/github/RobinCK/vue-ls.svg?branch=master&style=flat-square)](http://inch-ci.org/github/RobinCK/vue-ls) | ||
[![npm](https://img.shields.io/npm/dt/vue-ls.svg?style=flat-square)](https://github.com/RobinCK/vue-ls)[![Dependencies](https://david-dm.org/robinck/vue-ls.svg?style=flat-square)](https://david-dm.org/robinck/vue-ls)[![devDependencies](https://david-dm.org/robinck/vue-ls/dev-status.svg?style=flat-square)](https://david-dm.org/robinck/vue-ls#info=devDependencies&view=table)[![Bower version](https://img.shields.io/bower/v/vue-ls.svg?style=flat-square)](https://github.com/RobinCK/vue-ls)[![NPM version](https://img.shields.io/npm/v/vue-ls.svg?style=flat-square)](https://www.npmjs.com/package/vue-ls)[![npm](https://img.shields.io/npm/l/vue-ls.svg?style=flat-square)](https://github.com/RobinCK/vue-ls/blob/master/LICENSE) | ||
[![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=flat-square)](https://github.com/Flet/semistandard)[![VueJS 1.x](https://img.shields.io/badge/vuejs-1.x-brightgreen.svg?style=flat-square)](https://github.com/RobinCK/vue-ls)[![VueJS 2.x](https://img.shields.io/badge/vuejs-2.x-brightgreen.svg?style=flat-square)](https://github.com/RobinCK/vue-ls)[![Build Status](https://img.shields.io/travis/RobinCK/vue-ls.svg?style=flat-square)](https://travis-ci.org/RobinCK/vue-ls)[![Coverage Status](https://img.shields.io/coveralls/RobinCK/vue-ls.svg?style=flat-square)](https://coveralls.io/github/RobinCK/vue-ls?branch=master)[![Code Climate](https://img.shields.io/codeclimate/github/RobinCK/vue-ls.svg?style=flat-square)](https://codeclimate.com/github/RobinCK/vue-ls)[![Inline docs](http://inch-ci.org/github/RobinCK/vue-ls.svg?branch=master&style=flat-square)](http://inch-ci.org/github/RobinCK/vue-ls) | ||
[![Build Status](https://cdn.rawgit.com/RobinCK/65849005c282a0e59d93b7e8ce05b980/raw/72ec5d77d535103016832f4aa592e93e4b83f9ee/browsers_support.svg)](https://saucelabs.com/beta/builds/1defc2f5e76e4478817fc085438416d3) | ||
</div> | ||
[![npm](https://img.shields.io/npm/dt/vue-ls.svg)](https://github.com/RobinCK/vue-ls)[![Dependencies](https://david-dm.org/robinck/vue-ls.svg?style=flat-square)](https://david-dm.org/robinck/vue-ls)[![devDependencies](https://david-dm.org/robinck/vue-ls/dev-status.svg?style=flat-square)](https://david-dm.org/robinck/vue-ls#info=devDependencies&view=table)[![Bower version](https://img.shields.io/bower/v/vue-ls.svg?style=flat-square)](https://github.com/RobinCK/vue-ls)[![NPM version](https://img.shields.io/npm/v/vue-ls.svg?style=flat-square)](https://www.npmjs.com/package/vue-ls)[![npm](https://img.shields.io/npm/l/vue-ls.svg?style=flat-square)](https://github.com/RobinCK/vue-ls/blob/master/LICENSE) | ||
# vue-ls | ||
@@ -11,0 +12,0 @@ |
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
34335
157
41