X-Git-Url: https://git.josue.xyz/?p=VSoRC%2F.git;a=blobdiff_plain;f=node_modules%2Fnode-static%2Fnode_modules%2Fcolors%2Flib%2Findex.js;fp=node_modules%2Fnode-static%2Fnode_modules%2Fcolors%2Flib%2Findex.js;h=0000000000000000000000000000000000000000;hp=9df5ab7df3077098a1f0905c46c0ac78da4af404;hb=5e96dd57ddd883604e87f62bdddcb111c63a6e1a;hpb=acb5f682a2b75b972710cabd81658f63071324b0 diff --git a/node_modules/node-static/node_modules/colors/lib/index.js b/node_modules/node-static/node_modules/colors/lib/index.js deleted file mode 100644 index 9df5ab7..0000000 --- a/node_modules/node-static/node_modules/colors/lib/index.js +++ /dev/null @@ -1,13 +0,0 @@ -var colors = require('./colors'); -module['exports'] = colors; - -// Remark: By default, colors will add style properties to String.prototype. -// -// If you don't wish to extend String.prototype, you can do this instead and -// native String will not be touched: -// -// var colors = require('colors/safe); -// colors.red("foo") -// -// -require('./extendStringPrototype')();