robots-parser
Advanced tools
Comparing version 2.4.0 to 3.0.0
{ | ||
"name": "robots-parser", | ||
"version": "2.4.0", | ||
"description": "NodeJS robots.txt parser with support for wildcard (*) matching.", | ||
"version": "3.0.0", | ||
"description": "A specification compliant robots.txt parser with wildcard (*) matching support.", | ||
"keywords": [ | ||
@@ -18,2 +18,6 @@ "robots.txt", | ||
}, | ||
"homepage": "https://github.com/samclarke/robots-parser", | ||
"bugs": { | ||
"url": "https://github.com/samclarke/robots-parser/issues" | ||
}, | ||
"scripts": { | ||
@@ -31,4 +35,13 @@ "test": "nyc --reporter=text-summary --reporter=html --reporter=lcovonly mocha" | ||
"/index.js", | ||
"/index.d.ts" | ||
"/index.d.ts", | ||
"/README.md", | ||
"/LICENSE.md", | ||
"/CHANGELOG.md", | ||
"/SECURITY.md", | ||
"test/*.js", | ||
".gitignore" | ||
], | ||
"engines": { | ||
"node": ">=0.10" | ||
}, | ||
"prettier": { | ||
@@ -35,0 +48,0 @@ "tabWidth": 4, |
@@ -1,3 +0,1 @@ | ||
var URL = require('url').URL; | ||
/** | ||
@@ -4,0 +2,0 @@ * Trims the white space from the start and end of the line. |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
43540
10
1058
0
0
195