]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/html/index.html
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / html / index.html
1 <!doctype html>
2
3 <html>
4 <head>
5 <style>
6   html { background:#202050;
7         font-family:CentSchbook Mono BT, Bitstream Vera Sans Mono, monofont, monospace;
8   }
9 body { background:#ddd; width:600px; border:10px solid #fff; margin:2em auto; padding:2em }
10 h1 {
11   font-size:200px;
12   line-height:1;
13   font-family:"gubblebum-blocky", monospace;
14   color:#f00;
15   text-align:center;
16   padding:0;
17   margin:0 auto;
18   text-indent:-999em;
19   height:202px;
20   width:519px;
21   background:url(npm.png) center;
22 }
23 h2 {
24   color:#202050;
25   font-size:100%;
26 }
27 p, ul, ol { margin:1em 0 0; padding:0 }
28 li { list-style-position:inside }
29 a { color:#f00; text-decoration:none; }
30 a:hover { text-decoration:underline; }
31 code { background:#fff ; outline: 1px solid #ccc; padding:0 2px; }
32
33 @font-face {
34         font-family:monofont;
35         src: url(http://foohack.com/tpl/fonts/Bitstream-Vera-Sans-Mono/VeraMono.ttf) format("truetype");
36 }
37 @font-face {
38         font-family:monofont;
39         font-style:italic;
40         src: url(http://foohack.com/tpl/fonts/Bitstream-Vera-Sans-Mono/VeraMoIt.ttf) format("truetype");
41 }
42 @font-face {
43         font-family:monofont;
44         font-weight:bold;
45         src: url(http://foohack.com/tpl/fonts/Bitstream-Vera-Sans-Mono/VeraMoBd.ttf) format("truetype");
46 }
47 @font-face {
48         font-family:monofont;
49         font-style:italic;
50         font-weight:bold;
51         src: url(http://foohack.com/tpl/fonts/Bitstream-Vera-Sans-Mono/VeraMoBI.ttf) format("truetype");
52 }
53
54 </style>
55         <title>npm - JavaScript Package Manager</title>
56 </head>
57 <h1>npm</h1>
58
59 <p>npm is a package manager for <a href="http://nodejs.org/">node</a>.  You can use it to install
60   and publish your node programs.  It manages dependencies and does other cool stuff.</p>
61
62 <h2>Easy Zero Line Install</h2>
63
64 <p><a href="https://nodejs.org/en/download/">Install Node.js</a> <br>
65 (npm comes with it.)</p>
66
67 <p>Because a one-line install is one too many.</p>
68
69 <h2>Fancy Install</h2>
70
71 <ol>
72   <li><a href="https://github.com/npm/npm">Get the code.</a>
73   <li>Do what <a href="doc/README.html">the README</a>
74       says to do.
75 </ol>
76
77 <p>There's a pretty thorough install script at
78 <a href="https://npmjs.org/install.sh">https://npmjs.org/install.sh</a></p>
79
80 <p>For maximum security, make sure to thoroughly inspect every
81 program that you run on your computer!</p>
82
83 <h2>Other Cool Stuff</h2>
84
85 <ul>
86   <li><a href="doc/README.html">README</a>
87   <li><a href="doc/">Help Documentation</a>
88   <li><a href="https://www.npmjs.com/">Search for Packages</a>
89   <li><a href="https://github.com/npm/npm/issues">Bugs</a>
90 </ul>
91
92 </body>
93 </html>