File: control

package info (click to toggle)
node-prop-types 15.7.2%2B~15.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 460 kB
  • sloc: javascript: 4,123; makefile: 6
file content (36 lines) | stat: -rw-r--r-- 1,186 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
35
36
Source: node-prop-types
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-loose-envify (>= 1.3.1)
 , node-object-assign (>= 4.1.1)
 , node-react
 , webpack (>= 4~)
 , uglifyjs.terser
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-prop-types
Vcs-Git: https://salsa.debian.org/js-team/node-prop-types.git
Homepage: https://reactjs.org
Rules-Requires-Root: no

Package: node-prop-types
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-loose-envify (>= 1.3.1)
 , node-object-assign (>= 4.1.1)
 , node-react
Provides: ${nodejs:Provides}
Description: Runtime type checking for React props and similar objects
 You can use prop-types to document the intended types of properties passed to
 components. React (and potentially other libraries) will check props passed to
 your components against those definitions, and warn in development if they
 don’t match.
 .
 Node.js is an event-based server-side JavaScript engine.