File: control

package info (click to toggle)
node-fbjs 3.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,128 kB
  • sloc: javascript: 9,935; makefile: 9
file content (41 lines) | stat: -rw-r--r-- 1,267 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
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: node-fbjs
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Priority: optional
#Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , gulp
 , node-babel7
 , node-del
 , node-gulp-flatten
 , node-gulp-rename
 , node-gulp-babel (>= 8.0~)
 , node-merge-stream
 , npm <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-fbjs
Vcs-Git: https://salsa.debian.org/js-team/node-fbjs.git
Homepage: https://github.com/facebook/fbjs#readme
Rules-Requires-Root: no

Package: node-fbjs
Architecture: all
Depends:
 ${misc:Depends}
 , node-isomorphic-fetch
 , node-loose-envify
 , node-object-assign
 , node-promise
 , node-setimmediate
 , node-ua-parser-js
Provides: ${nodejs:Provides}
Description: collection of utility libraries used by other Facebook JS projects
 To make it easier for Facebook to share and consume their own JavaScript.
 Primarily this will allow it to ship code without worrying too much about
 where it lives, keeping with the spirit of `@providesModule` but working in
 the broader JavaScript ecosystem.
 .
 Node.js is an event-based server-side JavaScript engine.