UNPKG

node-web-crawler

Version:

Node Web Crawler is a web spider written with Nodejs. It gives you the full power of jQuery on the server to parse a big number of pages as they are downloaded, asynchronously. Scraping should be simple and fun!

59 lines (55 loc) 1.42 kB
{ "bitwise" : true, "camelcase" : true, "curly" : true, "eqeqeq" : true, "freeze" : true, "forin" : true, "immed" : false, "indent" : 4, "latedef" : false, "newcap" : false, "noarg" : true, "noempty" : true, "nonbsp" : true, "nonew" : false, "plusplus" : false, "quotmark" : "single", "undef" : true, "unused" : true, "strict" : true, "maxparams" : false, "maxdepth" : false, "maxstatements" : false, "maxcomplexity" : false, "maxlen" : 120, "asi" : false, "boss" : false, "debug" : false, "eqnull" : false, "es5" : false, "esnext" : false, "moz" : false, "evil" : false, "expr" : true, "funcscope" : false, "globalstrict" : false, "iterator" : false, "lastsemic" : false, "laxbreak" : false, "laxcomma" : false, "loopfunc" : false, "multistr" : false, "noyield" : false, "notypeof" : false, "proto" : false, "scripturl" : false, "shadow" : false, "sub" : false, "supernew" : false, "validthis" : false, "devel" : true, "mocha" : true, "node" : true, "globals" : {} }