= Packaging react = <> == Introduction == In this page will be tracked packaging information about '''react''' nodejs module. Please '''do not edit''' this page by hand. Use [[Javascript/Nodejs/Tasks#edit|this script]] instead. For more information about packaging a Node.js module, please take a look at [[Javascript/Nodejs|this page]]. == Build Dependencies == || '''Name'''||'''npm'''||'''debian'''||'''task'''|| ||'''None'''|| == Dependencies == || '''Name'''||'''npm'''||'''debian'''||'''task'''|| || react || react (15.4.2) || || || || ├── fbjs || fbjs (0.8.12) || || || || │   ├── core-js || core-js (2.4.1) || node-core-js (2.4.1-2) || || || │   ├── isomorphic-fetch || isomorphic-fetch (2.2.1) || || || || │   │   ├── node-fetch || node-fetch (1.6.3) || || || || │   │   │   ├── encoding || encoding (0.1.12) || node-encoding (0.1.12-2) || || || │   │   │   │   └── iconv-lite || iconv-lite (0.4.15) || node-iconv-lite (0.4.13-2) || || || │   │   │   └── is-stream || is-stream (1.1.0) || node-is-stream (1.1.0-1) || || || │   │   └── whatwg-fetch || whatwg-fetch (2.0.3) || || || || │   ├── loose-envify || loose-envify (1.3.1) || node-loose-envify (1.3.0+dfsg1-1) || || || │   │   └── js-tokens || js-tokens (3.0.1) || node-js-tokens (2.0.0-1) || || || │   ├── object-assign || object-assign (4.1.1) || node-object-assign (4.1.0-1) || || || │   ├── promise || promise (7.1.1) || node-promise (5.0.0-1) || || || │   │   └── asap || asap (2.0.5) || || || || │   ├── setimmediate || setimmediate (1.0.5) || node-setimmediate (1.0.5-1) || || || │   └── ua-parser-js || ua-parser-js (0.7.12) || || || || ├── loose-envify || loose-envify (1.3.1) || node-loose-envify (1.3.0+dfsg1-1) || || || └── object-assign || object-assign (4.1.1) || node-object-assign (4.1.0-1) || || == Package.json == The '''package.json''' for '''react''' can be seen by typing: {{{ npm view react }}}