-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 1.43 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
{
"name": "github-link-converter-downloader",
"version": "1.0.1",
"description": "# GitHub Link Converter\nDownloader\nConvert GitHub links between release tag pattern and release download pattern, blob pattern and raw pattern, or download it with `wget` or `curl`.\n## Command Line\n`Usage: node githubLinkConverterDownloadwer.js <url1> <url2> ... [-w|--wget | -c|--curl]`\n## GitHub Link Converter Site\n[https://Willie169.github.io/github-link-converter-downloader](https://Willie169.github.io/github-link-converter-downloader)\n## NPM Package\n[https://www.npmjs.com/package/github-link-converter-downloader](https://www.npmjs.com/package/github-link-converter-downloader)",
"main": "githubLinkConverterDownloadwer.js",
"scripts": {
"test": "node githubUrlConverter.js \"https://github.com/username/repo/releases/tag/v1.0.0/file.zip\" \"https://github.com/username/repo/blob/main/file.js\" \"https://raw.githubusercontent.com/username/repo/main/file.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Willie169/github-link-converter-downloader.git"
},
"keywords": [
"github",
"link",
"converter",
"downloader",
"wget",
"curl",
"url",
"pattern"
],
"author": "willie169",
"license": "MIT",
"bugs": {
"url": "https://github.com/Willie169/github-link-converter-downloader/issues"
},
"homepage": "https://github.com/Willie169/github-link-converter-downloader#readme"
}