File: control

package info (click to toggle)
node-babel-plugin-transform-vue-jsx 3.5.0%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 92 kB
  • sloc: javascript: 264; sh: 2; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,074 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: node-babel-plugin-transform-vue-jsx
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
Standards-Version: 4.1.0
Homepage: https://github.com/vuejs/babel-plugin-transform-vue-jsx#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-babel-plugin-transform-vue-jsx.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-babel-plugin-transform-vue-jsx.git

Package: node-babel-plugin-transform-vue-jsx
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-esutils (>= 2.0.2)
Description: Babel plugin for Vue 2.0 JSX
 Babel is a JavaScript compiler to use next generation JavaScript, today.
 .
 ES2015 and beyond: Babel has support for the latest version of JavaScript
 through syntax transformers. These plugins allow you to use new syntax, right
 now without waiting for browser support.
 .
 Node.js is an event-based server-side JavaScript engine.