You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.7 KiB

1 month ago
  1. {
  2. "name": "@vue/babel-sugar-composition-api-render-instance",
  3. "version": "1.4.0",
  4. "description": "Babel syntactic sugar for replaceing `this` with `getCurrentInstance()` in Vue JSX with @vue/composition-api",
  5. "main": "dist/plugin.js",
  6. "repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-composition-api-render-instance",
  7. "author": "luwanquan <luwanquan@f-road.com.cn>",
  8. "license": "MIT",
  9. "private": false,
  10. "publishConfig": {
  11. "access": "public"
  12. },
  13. "files": [],
  14. "scripts": {
  15. "prepublish": "yarn build",
  16. "build": "rollup -c",
  17. "build:test": "rollup -c rollup.config.testing.js",
  18. "pretest": "yarn build:test && cd ../babel-sugar-v-model && yarn build:test",
  19. "test": "nyc --reporter=html --reporter=text-summary ava -v test/test.js"
  20. },
  21. "devDependencies": {
  22. "@babel/cli": "^7.2.0",
  23. "@babel/core": "^7.2.0",
  24. "@babel/preset-env": "^7.2.0",
  25. "ava": "^0.25.0",
  26. "nyc": "^13.1.0",
  27. "rollup": "^0.67.4",
  28. "rollup-plugin-babel": "4.0.3",
  29. "rollup-plugin-istanbul": "^2.0.1",
  30. "rollup-plugin-uglify-es": "^0.0.1",
  31. "vue": "^2.5.17"
  32. },
  33. "dependencies": {
  34. "@babel/plugin-syntax-jsx": "^7.2.0"
  35. },
  36. "peerDependencies": {
  37. "@babel/core": "^7.0.0-0"
  38. },
  39. "nyc": {
  40. "exclude": [
  41. "dist",
  42. "test"
  43. ]
  44. },
  45. "gitHead": "6566e12067f5d6c02d3849b574a1b84de5634008"
  46. ,"_resolved": "https://registry.npmmirror.com/@vue/babel-sugar-composition-api-render-instance/-/babel-sugar-composition-api-render-instance-1.4.0.tgz"
  47. ,"_integrity": "sha512-6ZDAzcxvy7VcnCjNdHJ59mwK02ZFuP5CnucloidqlZwVQv5CQLijc3lGpR7MD3TWFi78J7+a8J56YxbCtHgT9Q=="
  48. ,"_from": "@vue/babel-sugar-composition-api-render-instance@1.4.0"
  49. }