76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"_from": "hosted-git-info@^3.0.5",
|
|
"_id": "hosted-git-info@3.0.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-fWqc0IcuXs+BmE9orLDyVykAG9GJtGLGuZAAqgcckPgv5xad4AcXGIv8galtQvlwutxSlaMcdw7BUtq2EIvqCQ==",
|
|
"_location": "/hosted-git-info",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "hosted-git-info@^3.0.5",
|
|
"name": "hosted-git-info",
|
|
"escapedName": "hosted-git-info",
|
|
"rawSpec": "^3.0.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/app-builder-lib"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.7.tgz",
|
|
"_shasum": "a30727385ea85acfcee94e0aad9e368c792e036c",
|
|
"_spec": "hosted-git-info@^3.0.5",
|
|
"_where": "/home/shihaam/www/freezer.shihaam.me/node_modules/app-builder-lib",
|
|
"author": {
|
|
"name": "Rebecca Turner",
|
|
"email": "me@re-becca.org",
|
|
"url": "http://re-becca.org"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/npm/hosted-git-info/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
|
|
"devDependencies": {
|
|
"standard": "^11.0.1",
|
|
"standard-version": "^4.4.0",
|
|
"tap": "^12.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"git-host.js",
|
|
"git-host-info.js"
|
|
],
|
|
"homepage": "https://github.com/npm/hosted-git-info",
|
|
"keywords": [
|
|
"git",
|
|
"github",
|
|
"bitbucket",
|
|
"gitlab"
|
|
],
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "hosted-git-info",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/npm/hosted-git-info.git"
|
|
},
|
|
"scripts": {
|
|
"postrelease": "npm publish && git push --follow-tags",
|
|
"posttest": "standard",
|
|
"prerelease": "npm t",
|
|
"release": "standard-version -s",
|
|
"test": "tap -J --100 --no-esm test/*.js",
|
|
"test:coverage": "tap --coverage-report=html -J --100 --no-esm test/*.js"
|
|
},
|
|
"version": "3.0.7"
|
|
}
|