package.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "@vue/babel-sugar-v-on@1.0.0",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@vue/babel-sugar-v-on@1.0.0",
  10. "_id": "@vue/babel-sugar-v-on@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-pjPuj+IFdj6GWwESRpgbf4lmgDM=",
  13. "_location": "/@vue/babel-sugar-v-on",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@vue/babel-sugar-v-on@1.0.0",
  19. "name": "@vue/babel-sugar-v-on",
  20. "escapedName": "@vue%2fbabel-sugar-v-on",
  21. "scope": "@vue",
  22. "rawSpec": "1.0.0",
  23. "saveSpec": null,
  24. "fetchSpec": "1.0.0"
  25. },
  26. "_requiredBy": [
  27. "/@vue/babel-preset-jsx"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/@vue/babel-sugar-v-on/download/@vue/babel-sugar-v-on-1.0.0.tgz",
  30. "_spec": "1.0.0",
  31. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  32. "author": {
  33. "name": "Nick Messing",
  34. "email": "dot.nick.dot.messing@gmail.com"
  35. },
  36. "dependencies": {
  37. "@babel/plugin-syntax-jsx": "^7.2.0",
  38. "@vue/babel-plugin-transform-vue-jsx": "^1.0.0",
  39. "camelcase": "^5.0.0"
  40. },
  41. "description": "Babel syntactic sugar for v-model support in Vue JSX",
  42. "devDependencies": {
  43. "@babel/cli": "^7.2.0",
  44. "@babel/core": "^7.2.0",
  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. "ninos": "^2.0.2",
  51. "nyc": "^13.1.0",
  52. "rollup": "^0.67.4",
  53. "rollup-plugin-babel": "4.0.3",
  54. "rollup-plugin-babel-minify": "^6.2.0",
  55. "rollup-plugin-istanbul": "^2.0.1",
  56. "vue": "^2.5.17",
  57. "vue-template-compiler": "^2.5.17"
  58. },
  59. "files": [],
  60. "gitHead": "32ab59219d8c6fef6ba8ff399132872bc7fff477",
  61. "license": "MIT",
  62. "main": "dist/plugin.js",
  63. "name": "@vue/babel-sugar-v-on",
  64. "nyc": {
  65. "exclude": [
  66. "dist",
  67. "test"
  68. ]
  69. },
  70. "private": false,
  71. "repository": {
  72. "type": "git",
  73. "url": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-v-on"
  74. },
  75. "scripts": {
  76. "build": "rollup -c",
  77. "build:test": "rollup -c rollup.config.testing.js",
  78. "prepublish": "yarn build",
  79. "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 --out-file test/functional-compiled.js",
  80. "pretest:snapshot": "yarn build:test",
  81. "test": "rm -rf coverage* && yarn test:snapshot && mv coverage coverage-snapshot && yarn test:functional && mv coverage coverage-functional",
  82. "test:functional": "ava -v test/functional-compiled.js",
  83. "test:snapshot": "nyc --reporter=html --reporter=text-summary ava -v test/snapshot.js"
  84. },
  85. "version": "1.0.0"
  86. }