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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: vue.js
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Build-Depends: debhelper-compat (= 13)
, node-babel7
, node-babylon
, node-de-indent
, node-he
, node-magic-string
, node-rollup-plugin-alias (>= 3.1~)
, node-rollup-plugin-buble
, node-rollup-plugin-commonjs (>= 15~)
, node-rollup-plugin-node-resolve (>= 9~)
, node-rollup-plugin-replace
, dh-sequence-nodejs
, rollup
, uglifyjs.terser
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/vue.js
Vcs-Git: https://salsa.debian.org/js-team/vue.js.git
Homepage: https://github.com/vuejs/vue
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-vue
Architecture: all
Depends: ${misc:Depends}
, node-de-indent
, node-he
Breaks: node-vue-template-compiler (<< 2.6.11+dfsg-1~)
Provides: ${nodejs:Provides}
Replaces: node-vue-template-compiler
Description: Core library of the Vue JavaScript framework
Vue is a flexible, non-opinionated, non-monolithic, incrementally adoptable
JavaScript framework for building user interfaces with JavaScript or
TypeScript.
.
It provides data-reactive components with a simple and flexible API.
.
The core library focuses on declarative rendering and component composition.
.
Vue core when used in combination with its supporting libraries and modern
tooling is also perfectly capable of powering sophisticated Single-Page
Applications.
.
Node.js is an event-based server-side JavaScript engine.
Package: libjs-vue
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Multi-Arch: foreign
Description: Core library of the Vue JavaScript framework, browser build
Vue is a flexible, non-opinionated, non-monolithic, incrementally adoptable
JavaScript framework for building user interfaces with JavaScript or
TypeScript.
.
It provides data-reactive components with a simple and flexible API.
.
The core library focuses on declarative rendering and component composition.
.
Vue core when used in combination with its supporting libraries and modern
tooling is also perfectly capable of powering sophisticated Single-Page
Applications.
.
This package contains the browser (UMD) build.
|