UNPKG

jstrip

Version:

webpage crawler manipulation

47 lines (46 loc) 995 B
{ "name": "jstrip", "version": "2.9.21", "description": "webpage crawler manipulation", "main": "jStrip.js", "scripts": { "test": "nyc mocha test", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "keywords": [ "crawl", "html", "scrape", "jquery", "jpretty", "json", "api", "jstrip" ], "author": "frankc60", "license": "MIT", "devDependencies": { "chai": "^4.1.2", "coveralls": "^3.0.0", "eslint": "^4.19.1", "eslint-config-airbnb-base": "^12.1.0", "eslint-plugin-import": "2.11.0", "mocha": "5.1.1", "nyc": "11.7.1" }, "dependencies": { "jpretty": "1.1.7", "jquery": "^3.3.1", "jsdom": "11.9.0", "pretty": "^2.0.0", "request": "^2.85.0" }, "repository": { "type": "git", "url": "https://github.com/frankc60/jStrip.git" }, "bugs": { "url": "https://github.com/frankc60/jStrip/issues" }, "homepage": "https://github.com/frankc60/jStrip#readme" }