/
var
/
www
/
myprog.com.ua
/
server
/
node
/
node_modules
/
tinycolor
/
/var/www/myprog.com.ua/server/node/node_modules/tinycolor
mkdir
upload
Name
Size
Mode
Actions
.npmignore
49
0644
edit
dl
rm
example.js
155
0644
edit
dl
rm
package.json
381
0644
edit
dl
rm
README.md
83
0644
edit
dl
rm
tinycolor.js
1160
0644
edit
dl
rm
Edit:
/var/www/myprog.com.ua/server/node/node_modules/tinycolor/example.js
(155B)
require('./tinycolor'); console.log('this should be red and have an underline!'.grey.underline); console.log('this should have a blue background!'.bgBlue);
Save
require('./tinycolor'); console.log('this should be red and have an underline!'.grey.underline); console.log('this should have a blue background!'.bgBlue);