123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- {
- "_from": "vue-touch-keyboard",
- "_id": "vue-touch-keyboard@0.3.2",
- "_inBundle": false,
- "_integrity": "sha512-+GAZSMdiPfop2At9fhGLzs2Jodd6BQla4q4Mm+VkpQLUaxmFFU64NWsjxvkkYjncAgbv/oO5wi+rM1X4eVHCbg==",
- "_location": "/vue-touch-keyboard",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "vue-touch-keyboard",
- "name": "vue-touch-keyboard",
- "escapedName": "vue-touch-keyboard",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/vue-touch-keyboard/-/vue-touch-keyboard-0.3.2.tgz",
- "_shasum": "b005cddf1fc2f0f7f0137cc3201a998a4ba2a749",
- "_spec": "vue-touch-keyboard",
- "_where": "/Users/zhengkaixin/Documents/HBuilderProjects/jp-changyi",
- "author": {
- "name": "Icebob"
- },
- "bugs": {
- "url": "https://github.com/icebob/vue-touch-keyboard/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "babel-runtime": "^6.26.0"
- },
- "deprecated": false,
- "description": "Virtual keyboard component for Vue.js",
- "devDependencies": {
- "babel-core": "^6.26.3",
- "babel-loader": "6.3.2",
- "babel-plugin-transform-runtime": "6.23.0",
- "babel-preset-es2015": "^6.24.1",
- "babel-preset-stage-0": "^6.24.1",
- "chai": "3.5.0",
- "conventional-changelog-cli": "1.2.0",
- "conventional-github-releaser": "1.1.3",
- "coveralls": "2.11.16",
- "css-loader": "0.26.2",
- "eslint": "3.16.1",
- "eslint-friendly-formatter": "2.0.7",
- "eslint-loader": "1.6.3",
- "eslint-plugin-html": "2.0.1",
- "eslint-plugin-vue": "2.0.1",
- "extract-text-webpack-plugin": "1.0.1",
- "file-loader": "0.10.1",
- "git-commit-message-convention": "git://github.com/kazupon/git-commit-message-convention.git#065dfffbe2de5f6f16150aac9d4db7fdf5515e56",
- "inject-loader": "2.0.1",
- "isparta-loader": "2.0.0",
- "jade": "1.11.0",
- "jade-loader": "0.8.0",
- "karma": "1.3.0",
- "karma-chai": "0.1.0",
- "karma-chrome-launcher": "1.0.1",
- "karma-coverage": "^1.1.2",
- "karma-coveralls": "1.1.2",
- "karma-mocha": "^1.3.0",
- "karma-phantomjs-launcher": "^1.0.4",
- "karma-sinon-chai": "1.2.4",
- "karma-sourcemap-loader": "0.3.7",
- "karma-spec-reporter": "0.0.32",
- "karma-webpack": "1.8.0",
- "lodash": "^4.17.14",
- "lolex": "1.6.0",
- "mocha": "2.5.3",
- "mocha-generators": "1.2.0",
- "mocha-loader": "0.7.1",
- "node-sass": "^4.12.0",
- "npm-check": "^5.9.0",
- "phantomjs-prebuilt": "^2.1.16",
- "sass-loader": "3.2.0",
- "sinon": "1.17.7",
- "sinon-chai": "2.8.0",
- "stats-webpack-plugin": "0.4.3",
- "style-loader": "0.13.2",
- "url-loader": "0.5.8",
- "vue": "^2.6.10",
- "vue-hot-reload-api": "^2.3.3",
- "vue-html-loader": "1.2.4",
- "vue-loader": "11.1.3",
- "vue-style-loader": "2.0.3",
- "vue-template-compiler": "^2.6.10",
- "webpack": "1.13.2",
- "webpack-dev-middleware": "1.10.1",
- "webpack-dev-server": "1.16.1",
- "webpack-merge": "0.14.1"
- },
- "files": [
- "dist/vue-touch-keyboard.js",
- "dist/vue-touch-keyboard.css",
- "src"
- ],
- "homepage": "https://github.com/icebob/vue-touch-keyboard",
- "keywords": [
- "vue",
- "vuejs",
- "form",
- "generator",
- "schema",
- "json"
- ],
- "license": "MIT",
- "main": "dist/vue-touch-keyboard.js",
- "name": "vue-touch-keyboard",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/icebob/vue-touch-keyboard.git"
- },
- "scripts": {
- "build": "webpack --progress --config webpack.build.config.js",
- "changelog": "conventional-changelog -i CHANGELOG.md -s -r 0",
- "ci": "karma start test/unit/karma.conf.js --auto-watch --no-single-run --reporters=dots --port=9877",
- "coverage": "npm run test && npm run coverall",
- "coverall": "cat ./test/unit/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
- "deps": "npm-check -u",
- "dev": "webpack-dev-server --config webpack.dev.config.js --inline --hot --content-base dev/",
- "docs": "cd docs && gitbook serve",
- "e2e": "node test/e2e/runner.js",
- "lint": "eslint --ext=.js,.vue src test/unit/specs",
- "prebuild": "npm run test",
- "pretest": "npm run lint",
- "test": "npm run unit",
- "unit": "karma start test/unit/karma.conf.js"
- },
- "version": "0.3.2"
- }
|