UNPKG

vue-ls-xq

Version:

Vue localstorage.From git+https://github.com/RobinCK/vue-ls.git,but change some code

140 lines (139 loc) 5.55 kB
{ "name": "vue-ls-xq", "version": "0.0.1", "description": "Vue localstorage.From git+https://github.com/RobinCK/vue-ls.git,but change some code", "main": "dist/vue-ls.js", "jsnext:main": "src/index.js", "unpkg": "dist/vue-ls.min.js", "files": [ "src", "dist/*.js" ], "scripts": { "build": "node_modules/.bin/rollup -c ./build/rollup.config.js && NODE_ENV=production node_modules/.bin/rollup -c ./build/rollup.config.js", "test": "NODE_ENV=test node_modules/.bin/nyc node_modules/.bin/ava", "test:browserstack": "RUN_ON_BSTACK=true BSTACK_LOCAL=true node_modules/.bin/gulp test --env bstack_chrome_50,bstack_chrome_57,bstack_ie_9,bstack_ie_11,bstack_edge_13,bstack_edge_14,bstack_firefox_40,bstack_firefox_52,bstack_safari_8,bstack_safari_10", "test:browserstack:chrome": "RUN_ON_BSTACK=true BSTACK_LOCAL=true node_modules/.bin/gulp test --env bstack_chrome_50,bstack_chrome_57", "test:browserstack:ie": "RUN_ON_BSTACK=true BSTACK_LOCAL=true node_modules/.bin/gulp test --env bstack_ie_9,bstack_ie_11", "test:browserstack:edge": "RUN_ON_BSTACK=true BSTACK_LOCAL=true node_modules/.bin/gulp test --env bstack_edge_13,bstack_edge_14", "test:browserstack:firefox": "RUN_ON_BSTACK=true BSTACK_LOCAL=true node_modules/.bin/gulp test --env bstack_firefox_40,bstack_firefox_52", "test:browserstack:safari": "RUN_ON_BSTACK=true BSTACK_LOCAL=true node_modules/.bin/gulp test --env bstack_safari_8,bstack_safari_10", "test:phantomjs": "RUN_ON_BSTACK=false node_modules/.bin/gulp test --env phantomjs", "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 ./", "report": "npm test && node_modules/.bin/nyc report --reporter=html", "coveralls": "./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls", "codecov": "./node_modules/.bin/nyc report --reporter=lcovonly && codecov -t $CODECOV_TOKEN", "patch": "npm version patch --no-git-tag-version && git add package.json && git commit -m 'update version' && git push origin master && bower version patch && git push origin master --follow-tags && npm publish", "minor": "npm version minor --no-git-tag-version && git add package.json && git commit -m 'update version' && git push origin master && bower version minor && git push origin master --follow-tags && npm publish", "major": "npm version major --no-git-tag-version && git add package.json && git commit -m 'update version' && git push origin master && bower version major && git push origin master --follow-tags && npm publish" }, "keywords": [ "storage", "localstorage", "local-storage", "vue-localstorage", "vuejs-localstorage", "vue-local-storage", "vuejs-local-storage", "memorystroage", "sessionstorage", "session-storage", "vue-sessionstorage", "vuejs-sessionstorage", "vue-session-storage", "vuejs-session-storage", "memory-stroage", "vue-ls", "vue", "vuejs", "vue-plugin", "watch", "es6-modules" ], "repository": { "type": "git", "url": "https://github.com/shaunxiao/vue-ls" }, "author": "xq <xiaoqizcf@gmail.com>", "bugs": { "url": "https://github.com/shaunxiao/vue-ls/issues" }, "engines": { "node": ">=6.11.5" }, "license": "MIT", "devDependencies": { "ava": "^0.25.0", "babel-core": "^6.26.0", "babel-eslint": "^8.0.0", "babel-loader": "^7.0.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", "babel-plugin-transform-object-assign": "^6.22.0", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.6.1", "babel-register": "^6.26.0", "browserstack-automate": "https://github.com/browserstack/browserstack-integration-nodejs.git#master", "chromedriver": "^2.28.0", "connect": "^3.6.0", "coveralls": "^3.0.0", "eslint": "^4.7.0", "eslint-config-airbnb-base": "^12.0.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-node": "^6.0.1", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^3.0.1", "get-gulp-args": "^0.0.1", "gulp": "github:gulpjs/gulp#4.0", "gulp-nightwatch": "^0.3.2", "gulp-util": "^3.0.8", "jasmine": "^3.1.0", "jasmine-core": "^3.1.0", "karma": "^2.0.0", "karma-chrome-launcher": "^2.0.0", "karma-jasmine": "^1.1.0", "karma-sauce-launcher": "^1.1.0", "karma-webpack": "^3.0.0", "mock-browser": "^0.92.12", "nightwatch": "^1.0.1", "nyc": "^11.0.3", "phantomjs": "^2.1.7", "remove": "^0.1.5", "rollup": "^0.58.0", "rollup-plugin-babel": "^3.0.2", "rollup-plugin-local-resolve": "^1.0.7", "rollup-plugin-uglify": "^3.0.0", "selenium-server": "^3.3.1", "serve-static": "^1.12.1", "vue": "^2.2.4", "webpack": "^4.5.0" }, "semistandard": { "ignore": [ "node_modules", "bower_components", "build", "dist", "test" ] }, "ava": { "babel": { "babelrc": true, "plugins": [ "transform-es2015-modules-commonjs" ] }, "tap": true, "files": [ "./test/unit/ava/*.js" ], "require": [ "babel-register", "babel-polyfill" ] } }