/
lostSun
/
project-client-server-apps
Обзор
Документация
Войти
/
lostSun
/
project-client-server-apps
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
server/node_modules/github-from-package/package.json
30 строк
753 B
1lostsun
update project
25 май 2025, 13:12
25 май 2025, 13:12
78a0079
Код
Авторство
О чём код?
{ "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" }