UNPKG

@crstn/redirect

Version:

A small package to crawl a site and return a redirect template. This is helpful for migration from one to another website with different url schemes.

41 lines (40 loc) 748 B
{ "name": "@crstn/redirect", "version": "1.2.0", "description": "", "keywords": [ "apache", "htaccess", "redirect", "redirects", "301", "cli", "crawl", "crawler", "crawling" ], "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": { "name": "crstn", "email": "hallo@crstn.io" }, "license": "MIT", "dependencies": { "commander": "^2.15.1", "js-crawler": "^0.3.20", "lodash": "^4.17.10", "pkginfo": "^0.4.1", "regex-escape": "^3.4.8", "validator": "^10.3.0" }, "bin": { "redirect": "./index.js" }, "repository": { "type": "git", "url": "git+https://github.com/crstnio/redirect.git" } }