File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " robots-parser" ,
33 "version" : " 2.4.0" ,
4- "description" : " NodeJS robots.txt parser with support for wildcard (*) matching." ,
4+ "description" : " A specification compliant robots.txt parser with wildcard (*) matching support ." ,
55 "keywords" : [
66 " robots.txt" ,
77 " parser" ,
1515 "directories" : {
1616 "test" : " tests"
1717 },
18+ "homepage" : " https://github.com/samclarke/robots-parser" ,
19+ "bugs" : {
20+ "url" : " https://github.com/samclarke/robots-parser/issues"
21+ },
1822 "scripts" : {
1923 "test" : " nyc --reporter=text-summary --reporter=html --reporter=lcovonly mocha"
2024 },
2731 "files" : [
2832 " /Robots.js" ,
2933 " /index.js" ,
30- " /index.d.ts"
34+ " /index.d.ts" ,
35+ " /README.md" ,
36+ " /LICENSE.md" ,
37+ " /CHANGELOG.md" ,
38+ " /SECURITY.md" ,
39+ " test/*.js" ,
40+ " .gitignore"
3141 ],
42+ "engines" : {
43+ "node" : " >=0.10"
44+ },
3245 "prettier" : {
3346 "tabWidth" : 4 ,
3447 "useTabs" : true ,
You can’t perform that action at this time.
0 commit comments