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 1
1
{
2
2
"name" : " robots-parser" ,
3
3
"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 ." ,
5
5
"keywords" : [
6
6
" robots.txt" ,
7
7
" parser" ,
15
15
"directories" : {
16
16
"test" : " tests"
17
17
},
18
+ "homepage" : " https://github.com/samclarke/robots-parser" ,
19
+ "bugs" : {
20
+ "url" : " https://github.com/samclarke/robots-parser/issues"
21
+ },
18
22
"scripts" : {
19
23
"test" : " nyc --reporter=text-summary --reporter=html --reporter=lcovonly mocha"
20
24
},
27
31
"files" : [
28
32
" /Robots.js" ,
29
33
" /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"
31
41
],
42
+ "engines" : {
43
+ "node" : " >=0.10"
44
+ },
32
45
"prettier" : {
33
46
"tabWidth" : 4 ,
34
47
"useTabs" : true ,
You can’t perform that action at this time.
0 commit comments