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
|
Source: node-prop-types
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
debhelper (>= 9)
, dh-buildinfo
, nodejs
, node-fbjs (>= 0.8.16)
, webpack
, uglifyjs
Standards-Version: 4.1.3
Homepage: https://facebook.github.io/react/
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-prop-types.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-prop-types.git
Package: node-prop-types
Architecture: all
Depends:
${misc:Depends}
, nodejs
, node-fbjs (>= 0.8.16)
, node-loose-envify (>= 1.3.1)
, node-object-assign (>= 4.1.1)
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.
|