-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
29 lines (29 loc) · 813 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: rappalyzer
Type: Package
Title: Identify Technologies Used On Websites
Version: 0.2.0
Date: 2022-10-01
Author: Bob Rudis ([email protected])
Maintainer: Bob Rudis <[email protected]>
Description: The 'Wappalyzer' project <https://wappalyzer.com/> maintains a database
of features that can be compared and combined to identify what technologies -- servers,
frameworks, analytics tools, etc. -- are being used by a target web site. Methods are
provided that mimic the functionality of 'Wappalyzer' in R.
URL: https://github.com/hrbrmstr/rappalyzer
BugReports: https://github.com/hrbrmstr/rappalyzer/issues
License: MIT + file LICENSE
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0),
V8
Imports:
purrr,
dplyr,
jsonlite,
rvest,
xml2,
httr
RoxygenNote: 7.2.1
Encoding: UTF-8