package.json 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "@vue/babel-sugar-v-model@^1.2.3",
  3. "_id": "@vue/babel-sugar-v-model@1.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-A2jxx87mySr/ulAsSSyYE8un6SIH0NWHiLaCWpodPCVOlQVODCaSpiR4+IMsmBr73haG+oeCuSvMOM+ttWUqRQ==",
  6. "_location": "/@vue/babel-sugar-v-model",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@vue/babel-sugar-v-model@^1.2.3",
  12. "name": "@vue/babel-sugar-v-model",
  13. "escapedName": "@vue%2fbabel-sugar-v-model",
  14. "scope": "@vue",
  15. "rawSpec": "^1.2.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.2.3"
  18. },
  19. "_requiredBy": [
  20. "/@vue/babel-preset-jsx"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@vue/babel-sugar-v-model/-/babel-sugar-v-model-1.2.3.tgz",
  23. "_shasum": "fa1f29ba51ebf0aa1a6c35fa66d539bc459a18f2",
  24. "_spec": "@vue/babel-sugar-v-model@^1.2.3",
  25. "_where": "H:\\gs_nuxt\\node_modules\\@vue\\babel-preset-jsx",
  26. "author": {
  27. "name": "Nick Messing",
  28. "email": "dot.nick.dot.messing@gmail.com"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "@babel/plugin-syntax-jsx": "^7.2.0",
  33. "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
  34. "@vue/babel-plugin-transform-vue-jsx": "^1.2.1",
  35. "camelcase": "^5.0.0",
  36. "html-tags": "^2.0.0",
  37. "svg-tags": "^1.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Babel syntactic sugar for v-model support in Vue JSX",
  41. "devDependencies": {
  42. "@babel/cli": "^7.2.0",
  43. "@babel/core": "^7.2.0",
  44. "@babel/plugin-transform-arrow-functions": "^7.12.1",
  45. "@babel/preset-env": "^7.2.0",
  46. "@vue/test-utils": "^1.0.0-beta.26",
  47. "ava": "^0.25.0",
  48. "jsdom": "^13.0.0",
  49. "jsdom-global": "^3.0.2",
  50. "nyc": "^13.1.0",
  51. "rollup": "^0.67.4",
  52. "rollup-plugin-babel": "4.0.3",
  53. "rollup-plugin-istanbul": "^2.0.1",
  54. "rollup-plugin-uglify-es": "^0.0.1",
  55. "vue": "^2.5.17",
  56. "vue-template-compiler": "^2.5.17"
  57. },
  58. "files": [],
  59. "gitHead": "9305078ede632c52300b1e9cfab6485259e81e57",
  60. "license": "MIT",
  61. "main": "dist/plugin.js",
  62. "name": "@vue/babel-sugar-v-model",
  63. "nyc": {
  64. "exclude": [
  65. "dist",
  66. "test"
  67. ]
  68. },
  69. "peerDependencies": {
  70. "@babel/core": "^7.0.0-0"
  71. },
  72. "private": false,
  73. "publishConfig": {
  74. "access": "public"
  75. },
  76. "repository": {
  77. "type": "git",
  78. "url": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-v-model"
  79. },
  80. "scripts": {
  81. "build": "rollup -c",
  82. "build:test": "rollup -c rollup.config.testing.js",
  83. "prepublish": "yarn build",
  84. "pretest:functional": "yarn build:test && nyc --reporter=html --reporter=text-summary babel test/functional.js --plugins ./dist/plugin.testing.js,./node_modules/@vue/babel-plugin-transform-vue-jsx/dist/plugin.js,@babel/plugin-transform-arrow-functions --out-file test/functional-compiled.js",
  85. "pretest:snapshot": "yarn build:test",
  86. "test": "rm -rf coverage* && yarn test:snapshot && mv coverage coverage-snapshot && yarn test:functional && mv coverage coverage-functional",
  87. "test:functional": "ava -v test/functional-compiled.js",
  88. "test:snapshot": "nyc --reporter=html --reporter=text-summary ava -v test/snapshot.js"
  89. },
  90. "version": "1.2.3"
  91. }