UNPKG

tester-scraper

Version:

Sebuah Module Scraper yang dibuat oleh Sxyz dan SuzakuTeam untuk memudahkan penggunaan scraper di project ESM maupun CJS.

42 lines (41 loc) 996 B
{ "name": "tester-scraper", "version": "1.1.7", "description": "Sebuah Module Scraper yang dibuat oleh Sxyz dan SuzakuTeam untuk memudahkan penggunaan scraper di project ESM maupun CJS.", "keywords": [ "Scraper", "Sxyz", "SuzakuTeam", "web-scraping", "scrape" ], "author": "<SuzakuTeam>", "license": "ISC", "type": "module", "exports": { "import": "./esm/index.js", "require": "./cjs/index.cjs" }, "main": "./cjs/index.cjs", "module": "./esm/index.js", "scripts": { "formatall": "prettier --write .", "start": "node esm/index.js" }, "dependencies": { "acorn": "^8.15.0", "axios": "^1.9.0", "axios-cookiejar-support": "^6.0.2", "cheerio": "^1.0.0", "child_process": "^1.0.2", "crypto-js": "^4.2.0", "fake-useragent": "^1.0.1", "file-type": "^21.0.0", "form-data": "^4.0.2", "https": "^1.0.0", "node-fetch": "^2.7.0", "qs": "^6.14.0", "util": "^0.12.5", "ws": "^8.18.2" } }