mirror of
https://github.com/JonasunderscoreJones/aka-worker.git
synced 2025-10-23 09:59:19 +02:00
Initial commit (by create-cloudflare CLI)
This commit is contained in:
parent
8cb86120f1
commit
fff961078a
1777 changed files with 1011798 additions and 0 deletions
30
cool-dawn-3d3b/node_modules/github-from-package/package.json
generated
vendored
Normal file
30
cool-dawn-3d3b/node_modules/github-from-package/package.json
generated
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"name" : "github-from-package",
|
||||
"version" : "0.0.0",
|
||||
"description" : "return the github url from a package.json file",
|
||||
"main" : "index.js",
|
||||
"devDependencies" : {
|
||||
"tap" : "~0.3.0",
|
||||
"tape" : "~0.1.5"
|
||||
},
|
||||
"scripts" : {
|
||||
"test" : "tap test/*.js"
|
||||
},
|
||||
"repository" : {
|
||||
"type" : "git",
|
||||
"url" : "git://github.com/substack/github-from-package.git"
|
||||
},
|
||||
"homepage" : "https://github.com/substack/github-from-package",
|
||||
"keywords" : [
|
||||
"github",
|
||||
"package.json",
|
||||
"npm",
|
||||
"repository"
|
||||
],
|
||||
"author" : {
|
||||
"name" : "James Halliday",
|
||||
"email" : "mail@substack.net",
|
||||
"url" : "http://substack.net"
|
||||
},
|
||||
"license" : "MIT"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue