UNPKG

mrspider-regex-data-extractor

Version:

mrspider middleware to extract data using regular expressions.

32 lines (31 loc) 817 B
{ "name": "mrspider-regex-data-extractor", "version": "1.1.0", "description": "mrspider middleware to extract data using regular expressions.", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha --recursive", "test-watch": "mocha --recursive --watch", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha --check-leaks test/ --recursive", "cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*" }, "keywords": [ "mrspider", "crawl", "spider", "regular", "expressions", "regex" ], "author": "Sean Hayes <seanowenhayes@gmail.com>", "license": "ISC", "dependencies": { "chai": "^3.4.1", "istanbul": "^0.4.1", "mocha": "^2.3.4", "through2": "^2.0.1" } }