UNPKG

sitemap-xml-parser

Version:

It parses xml based on sitemap.xml and gets all files described in sitemap. Supports gz format

33 lines (32 loc) 800 B
{ "name": "sitemap-xml-parser", "version": "0.0.2", "main": "index.js", "private": false, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/shinkawax/sitemap-xml-parser.git" }, "keywords": [ "sitemap", "xml", "parse", "gz" ], "author": "shinkawax", "license": "MIT", "bugs": { "url": "https://github.com/shinkawax/sitemap-xml-parser/issues" }, "homepage": "https://github.com/shinkawax/sitemap-xml-parser#readme", "description": "It parses xml based on sitemap.xml and gets all files described in sitemap. Supports gz format", "dependencies": { "bluebird": "^3.5.5", "request": "^2.88.0", "xml2js": "^0.4.19" } }