package.json 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "@vue/babel-sugar-v-model@1.0.0-beta.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@vue/babel-sugar-v-model@1.0.0-beta.3",
  10. "_id": "@vue/babel-sugar-v-model@1.0.0-beta.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-6pNbDgi/WMEloTSbgZFWBZWQmTw=",
  13. "_location": "/@vue/babel-sugar-v-model",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@vue/babel-sugar-v-model@1.0.0-beta.3",
  19. "name": "@vue/babel-sugar-v-model",
  20. "escapedName": "@vue%2fbabel-sugar-v-model",
  21. "scope": "@vue",
  22. "rawSpec": "1.0.0-beta.3",
  23. "saveSpec": null,
  24. "fetchSpec": "1.0.0-beta.3"
  25. },
  26. "_requiredBy": [
  27. "/@vue/babel-preset-jsx"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/@vue/babel-sugar-v-model/download/@vue/babel-sugar-v-model-1.0.0-beta.3.tgz",
  30. "_spec": "1.0.0-beta.3",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  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-helper-vue-jsx-merge-props": "^1.0.0-beta.3",
  39. "@vue/babel-plugin-transform-vue-jsx": "^1.0.0-beta.3",
  40. "camelcase": "^5.0.0",
  41. "html-tags": "^2.0.0",
  42. "svg-tags": "^1.0.0"
  43. },
  44. "description": "Babel syntactic sugar for v-model support in Vue JSX",
  45. "devDependencies": {
  46. "@babel/cli": "^7.2.0",
  47. "@babel/core": "^7.2.0",
  48. "@babel/preset-env": "^7.2.0",
  49. "@vue/test-utils": "^1.0.0-beta.26",
  50. "ava": "^0.25.0",
  51. "jsdom": "^13.0.0",
  52. "jsdom-global": "^3.0.2",
  53. "nyc": "^13.1.0",
  54. "rollup": "^0.67.4",
  55. "rollup-plugin-babel": "4.0.3",
  56. "rollup-plugin-istanbul": "^2.0.1",
  57. "rollup-plugin-uglify-es": "^0.0.1",
  58. "vue": "^2.5.17",
  59. "vue-template-compiler": "^2.5.17"
  60. },
  61. "files": [],
  62. "gitHead": "44d4d3a822fffea4c978b46975c987f445e2be23",
  63. "license": "MIT",
  64. "main": "dist/plugin.js",
  65. "name": "@vue/babel-sugar-v-model",
  66. "nyc": {
  67. "exclude": [
  68. "dist",
  69. "test"
  70. ]
  71. },
  72. "private": false,
  73. "repository": {
  74. "type": "git",
  75. "url": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-v-model"
  76. },
  77. "scripts": {
  78. "build": "rollup -c",
  79. "build:test": "rollup -c rollup.config.testing.js",
  80. "prepublish": "yarn build",
  81. "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",
  82. "pretest:snapshot": "yarn build:test",
  83. "test": "rm -rf coverage* && yarn test:snapshot && mv coverage coverage-snapshot && yarn test:functional && mv coverage coverage-functional",
  84. "test:functional": "ava -v test/functional-compiled.js",
  85. "test:snapshot": "nyc --reporter=html --reporter=text-summary ava -v test/snapshot.js"
  86. },
  87. "version": "1.0.0-beta.3"
  88. }