forked from galvogalvo/sitemap-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·83 lines (83 loc) · 1.99 KB
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"author": {
"name": "Hazem Hagrass"
},
"bugs": {
"url": "https://github.com/hazemhagrass/advanced-sitemap-generator/issues"
},
"bundleDependencies": false,
"dependencies": {
"async": "3.2.0",
"chalk": "^4.1.0",
"cheerio": "1.0.0-rc.3",
"cherio": "^1.0.0-rc.2",
"cld": "^2.7.0",
"compare-urls": "^2.0.0",
"country-language": "^0.1.7",
"cp-file": "9.0.0",
"crypto-random-string": "3.3.0",
"follow-redirects": "^1.13.0",
"https": "^1.0.0",
"lodash": "4.17.20",
"mitt": "2.1.0",
"node-translate": "0.0.4",
"normalize-url": "5.3.0",
"puppeteer": "^5.4.1",
"request": "^2.88.2",
"simplecrawler": "1.1.9",
"superagent": "^6.1.0",
"superagent-interface-promise": "^1.1.3",
"translate": "^1.1.2",
"url": "^0.11.0",
"url-exists": "^1.0.3",
"url-parse": "1.4.7",
"valid-url": "^1.0.9"
},
"deprecated": false,
"description": "Easily create XML sitemaps for your website.",
"devDependencies": {
"grunt": "^1.3.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-nodeunit": "^2.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-docco": "^0.5.0",
"grunt-shell": "^3.0.1",
"grunt-todos": "^0.3.0",
"jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^5.1.0",
"time-grunt": "^2.0.0",
"eslint": "7.13.0",
"husky": "4.3.0",
"jest": "26.6.3",
"lint-staged": "10.5.1",
"prettier": "2.1.2"
},
"engines": {
"node": ">=6"
},
"homepage": "https://github.com/hazemhagrass/advanced-sitemap-generator",
"keywords": [
"sitemap",
"xml",
"sitemap.xml",
"generator",
"crawler",
"seo",
"google",
"ecosystem:node"
],
"license": "MIT",
"main": "src/index.js",
"name": "advanced-sitemap-generator",
"prettier": {
"singleQuote": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/hazemhagrass/advanced-sitemap-generator.git"
},
"scripts": {
"test": "grunt nodeunit"
},
"version": "1.8.8"
}