UNPKG

@justalk/pornhub-api

Version:

Very complete scrapper for the famous porn website pornhub

52 lines (51 loc) 1.31 kB
{ "name": "@justalk/pornhub-api", "version": "3.5.0", "description": "Very complete scrapper for the famous porn website pornhub", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/justalk/pornhub-api.git" }, "author": "Justal Kevin <justal.kevin@gmail.com> (teamkd.online)", "engines": { "node": ">=12.0" }, "scripts": { "test": "xo --fix && nyc --reporter=html --reporter=text ava --verbose --timeout=20s", "test-no": "ava tests/static/* --verbose --timeout=20s", "test-s": "ava tests/static/*.js --verbose --timeout=20s", "test-p": "ava tests/dynamic/tests_page.js --verbose --timeout=20s", "coverage": "nyc report --reporter=text-lcov | coveralls", "postinstall": "node src/packages/postinstall.js" }, "keywords": [ "porn", "pornhub", "api", "scraper", "sex", "download" ], "dependencies": { "diff": "^4.0.2", "ejs": "^3.1.5", "got": "6.6.3", "html-entities": "^1.3.1", "jsdom": "^16.3.0", "promise": "^8.1.0", "uglify-js": "^3.10.1" }, "devDependencies": { "ava": "^2.4.0", "coveralls": "^3.1.0", "nock": "^13.0.4", "nyc": "^15.1.0", "xo": "*" }, "bugs": { "url": "https://github.com/justalk/pornhub-api/issues" }, "homepage": "https://github.com/justalk/pornhub-api#readme", "main": "src/index.js" }