package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "_from": "vue-touch-keyboard",
  3. "_id": "vue-touch-keyboard@0.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+GAZSMdiPfop2At9fhGLzs2Jodd6BQla4q4Mm+VkpQLUaxmFFU64NWsjxvkkYjncAgbv/oO5wi+rM1X4eVHCbg==",
  6. "_location": "/vue-touch-keyboard",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "vue-touch-keyboard",
  12. "name": "vue-touch-keyboard",
  13. "escapedName": "vue-touch-keyboard",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/vue-touch-keyboard/-/vue-touch-keyboard-0.3.2.tgz",
  23. "_shasum": "b005cddf1fc2f0f7f0137cc3201a998a4ba2a749",
  24. "_spec": "vue-touch-keyboard",
  25. "_where": "/Users/zhengkaixin/Documents/HBuilderProjects/jp-changyi",
  26. "author": {
  27. "name": "Icebob"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/icebob/vue-touch-keyboard/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "babel-runtime": "^6.26.0"
  35. },
  36. "deprecated": false,
  37. "description": "Virtual keyboard component for Vue.js",
  38. "devDependencies": {
  39. "babel-core": "^6.26.3",
  40. "babel-loader": "6.3.2",
  41. "babel-plugin-transform-runtime": "6.23.0",
  42. "babel-preset-es2015": "^6.24.1",
  43. "babel-preset-stage-0": "^6.24.1",
  44. "chai": "3.5.0",
  45. "conventional-changelog-cli": "1.2.0",
  46. "conventional-github-releaser": "1.1.3",
  47. "coveralls": "2.11.16",
  48. "css-loader": "0.26.2",
  49. "eslint": "3.16.1",
  50. "eslint-friendly-formatter": "2.0.7",
  51. "eslint-loader": "1.6.3",
  52. "eslint-plugin-html": "2.0.1",
  53. "eslint-plugin-vue": "2.0.1",
  54. "extract-text-webpack-plugin": "1.0.1",
  55. "file-loader": "0.10.1",
  56. "git-commit-message-convention": "git://github.com/kazupon/git-commit-message-convention.git#065dfffbe2de5f6f16150aac9d4db7fdf5515e56",
  57. "inject-loader": "2.0.1",
  58. "isparta-loader": "2.0.0",
  59. "jade": "1.11.0",
  60. "jade-loader": "0.8.0",
  61. "karma": "1.3.0",
  62. "karma-chai": "0.1.0",
  63. "karma-chrome-launcher": "1.0.1",
  64. "karma-coverage": "^1.1.2",
  65. "karma-coveralls": "1.1.2",
  66. "karma-mocha": "^1.3.0",
  67. "karma-phantomjs-launcher": "^1.0.4",
  68. "karma-sinon-chai": "1.2.4",
  69. "karma-sourcemap-loader": "0.3.7",
  70. "karma-spec-reporter": "0.0.32",
  71. "karma-webpack": "1.8.0",
  72. "lodash": "^4.17.14",
  73. "lolex": "1.6.0",
  74. "mocha": "2.5.3",
  75. "mocha-generators": "1.2.0",
  76. "mocha-loader": "0.7.1",
  77. "node-sass": "^4.12.0",
  78. "npm-check": "^5.9.0",
  79. "phantomjs-prebuilt": "^2.1.16",
  80. "sass-loader": "3.2.0",
  81. "sinon": "1.17.7",
  82. "sinon-chai": "2.8.0",
  83. "stats-webpack-plugin": "0.4.3",
  84. "style-loader": "0.13.2",
  85. "url-loader": "0.5.8",
  86. "vue": "^2.6.10",
  87. "vue-hot-reload-api": "^2.3.3",
  88. "vue-html-loader": "1.2.4",
  89. "vue-loader": "11.1.3",
  90. "vue-style-loader": "2.0.3",
  91. "vue-template-compiler": "^2.6.10",
  92. "webpack": "1.13.2",
  93. "webpack-dev-middleware": "1.10.1",
  94. "webpack-dev-server": "1.16.1",
  95. "webpack-merge": "0.14.1"
  96. },
  97. "files": [
  98. "dist/vue-touch-keyboard.js",
  99. "dist/vue-touch-keyboard.css",
  100. "src"
  101. ],
  102. "homepage": "https://github.com/icebob/vue-touch-keyboard",
  103. "keywords": [
  104. "vue",
  105. "vuejs",
  106. "form",
  107. "generator",
  108. "schema",
  109. "json"
  110. ],
  111. "license": "MIT",
  112. "main": "dist/vue-touch-keyboard.js",
  113. "name": "vue-touch-keyboard",
  114. "repository": {
  115. "type": "git",
  116. "url": "git+https://github.com/icebob/vue-touch-keyboard.git"
  117. },
  118. "scripts": {
  119. "build": "webpack --progress --config webpack.build.config.js",
  120. "changelog": "conventional-changelog -i CHANGELOG.md -s -r 0",
  121. "ci": "karma start test/unit/karma.conf.js --auto-watch --no-single-run --reporters=dots --port=9877",
  122. "coverage": "npm run test && npm run coverall",
  123. "coverall": "cat ./test/unit/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
  124. "deps": "npm-check -u",
  125. "dev": "webpack-dev-server --config webpack.dev.config.js --inline --hot --content-base dev/",
  126. "docs": "cd docs && gitbook serve",
  127. "e2e": "node test/e2e/runner.js",
  128. "lint": "eslint --ext=.js,.vue src test/unit/specs",
  129. "prebuild": "npm run test",
  130. "pretest": "npm run lint",
  131. "test": "npm run unit",
  132. "unit": "karma start test/unit/karma.conf.js"
  133. },
  134. "version": "0.3.2"
  135. }