File: control

package info (click to toggle)
node-vue-hot-reload-api 2.3.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 296 kB
  • sloc: javascript: 380; makefile: 6
file content (34 lines) | stat: -rw-r--r-- 1,131 bytes parent folder | download
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
Source: node-vue-hot-reload-api
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , nodejs
 , node-buble
 , node-vue <!nocheck>
 , jest <!nocheck>
Standards-Version: 4.6.0
Homepage: https://github.com/vuejs/vue-hot-reload-api#readme
Vcs-Git: https://salsa.debian.org/js-team/node-vue-hot-reload-api.git
Vcs-Browser: https://salsa.debian.org/js-team/node-vue-hot-reload-api
Rules-Requires-Root: no

Package: node-vue-hot-reload-api
Architecture: all
Depends:
 ${misc:Depends}
Multi-Arch: foreign
Description: hot reload API for *.vue components
 Hot reload API for Vue components. This is what vue-loader and vueify use
 under the hood.
 .
 You will only be using this if you are writing some build toolchain based on
 Vue components. For normal application usage, just use vue-loader or vueify.
 .
 This package is a dependency of node-vue-loader.
 .
 Node.js is an event-based server-side JavaScript engine.