package.json 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "@vue/babel-sugar-v-on@^1.2.3",
  3. "_id": "@vue/babel-sugar-v-on@1.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kt12VJdz/37D3N3eglBywV8GStKNUhNrsxChXIV+o0MwVXORYuhDTHJRKPgLJRb/EY3vM2aRFQdxJBp9CLikjw==",
  6. "_location": "/@vue/babel-sugar-v-on",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@vue/babel-sugar-v-on@^1.2.3",
  12. "name": "@vue/babel-sugar-v-on",
  13. "escapedName": "@vue%2fbabel-sugar-v-on",
  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-on/-/babel-sugar-v-on-1.2.3.tgz",
  23. "_shasum": "342367178586a69f392f04bfba32021d02913ada",
  24. "_spec": "@vue/babel-sugar-v-on@^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-plugin-transform-vue-jsx": "^1.2.1",
  34. "camelcase": "^5.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "Babel syntactic sugar for v-model support in Vue JSX",
  38. "devDependencies": {
  39. "@babel/cli": "^7.2.0",
  40. "@babel/core": "^7.2.0",
  41. "@babel/plugin-transform-arrow-functions": "^7.12.1",
  42. "@babel/preset-env": "^7.2.0",
  43. "@vue/test-utils": "^1.0.0-beta.26",
  44. "ava": "^0.25.0",
  45. "jsdom": "^13.0.0",
  46. "jsdom-global": "^3.0.2",
  47. "ninos": "^2.0.2",
  48. "nyc": "^13.1.0",
  49. "rollup": "^0.67.4",
  50. "rollup-plugin-babel": "4.0.3",
  51. "rollup-plugin-babel-minify": "^6.2.0",
  52. "rollup-plugin-istanbul": "^2.0.1",
  53. "vue": "^2.5.17",
  54. "vue-template-compiler": "^2.5.17"
  55. },
  56. "files": [],
  57. "gitHead": "9305078ede632c52300b1e9cfab6485259e81e57",
  58. "license": "MIT",
  59. "main": "dist/plugin.js",
  60. "name": "@vue/babel-sugar-v-on",
  61. "nyc": {
  62. "exclude": [
  63. "dist",
  64. "test"
  65. ]
  66. },
  67. "peerDependencies": {
  68. "@babel/core": "^7.0.0-0"
  69. },
  70. "private": false,
  71. "publishConfig": {
  72. "access": "public"
  73. },
  74. "repository": {
  75. "type": "git",
  76. "url": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-v-on"
  77. },
  78. "scripts": {
  79. "build": "rollup -c",
  80. "build:test": "rollup -c rollup.config.testing.js",
  81. "prepublish": "yarn build",
  82. "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",
  83. "pretest:snapshot": "yarn build:test",
  84. "test": "rm -rf coverage* && yarn test:snapshot && mv coverage coverage-snapshot && yarn test:functional && mv coverage coverage-functional",
  85. "test:functional": "ava -v test/functional-compiled.js",
  86. "test:snapshot": "nyc --reporter=html --reporter=text-summary ava -v test/snapshot.js"
  87. },
  88. "version": "1.2.3"
  89. }