File: control

package info (click to toggle)
node-caniuse-lite 1.0.30000926%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 524 kB
  • sloc: makefile: 14; sh: 2
file content (33 lines) | stat: -rw-r--r-- 1,165 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
Source: node-caniuse-lite
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 11~)
 , nodejs
 , node-babel-cli
 , node-babel-preset-env
 , node-mz
 , node-ramda (>= 0.26.1+dfsg-2~)
 , node-write-file-promise
 , node-caniuse-db (>= 1.0.30000926~)
 , quilt
Standards-Version: 4.3.0
Homepage: https://github.com/ben-eb/caniuse-lite#readme
Vcs-Git: https://salsa.debian.org/ruby-team/node-caniuse-lite.git
Vcs-Browser: https://salsa.debian.org/ruby-team/node-caniuse-lite

Package: node-caniuse-lite
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: smaller version of caniuse-db, with only the essentials
 caniuse-lite, is a smaller dataset of caniuse-db that keeps essential parts of
 the data in a compact format. It does this in multiple ways, such as
 converting null array entries into empty strings, representing support data as
 an integer rather than a string, and using base62 references instead of longer
 human-readable keys.
 .
 Node.js is an event-based server-side JavaScript engine.