UNPKG

stew-select

Version:

CSS selectors that allow regular expressions. Stew is a meatier soup.

28 lines (27 loc) 1.18 kB
{ "name" : "stew-select", "version" : "0.0.5", "description" : "CSS selectors that allow regular expressions. Stew is a meatier soup.", "homepage" : "http://heyrod.com/stew", "repository" : { "type": "git", "url": "https://github.com/rodw/stew.git" }, "bugs" : "https://github.com/rodw/stew/issues", "license" : "MIT", "author" : "Rod Waldhoff <http://heyrod.com/>", "Contributors" : [ ], "devDependencies": { "htmlparser" : "latest", "coffee-script" : "latest", "docco" : "latest", "jscoverage" : "latest", "expresso": "latest", "mocha" : "latest", "should" : "latest" }, "main" : "lib/stew.js", "scripts": { "test" : "mocha -R list --compilers coffee:coffee-script -t 3000 test/test-*.coffee", "compile" : "coffee -c lib/*.coffee", "slashdot-example" : "coffee docs/example.litcoffee" }, "engines" : { "node": ">=0.8" }, "keywords" : [ "css", "scraping", "screen-scrape", "regular expression", "regexp", "select", "selector", "soup", "soupselect", "html", "dom", "scraper" ] }