12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "_args": [
- [
- "hosted-git-info@4.0.2",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "hosted-git-info@4.0.2",
- "_id": "hosted-git-info@4.0.2",
- "_inBundle": false,
- "_integrity": "sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==",
- "_location": "/hosted-git-info",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "hosted-git-info@4.0.2",
- "name": "hosted-git-info",
- "escapedName": "hosted-git-info",
- "rawSpec": "4.0.2",
- "saveSpec": null,
- "fetchSpec": "4.0.2"
- },
- "_requiredBy": [
- "/normalize-package-data"
- ],
- "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.0.2.tgz",
- "_spec": "4.0.2",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Rebecca Turner",
- "email": "me@re-becca.org",
- "url": "http://re-becca.org"
- },
- "bugs": {
- "url": "https://github.com/npm/hosted-git-info/issues"
- },
- "dependencies": {
- "lru-cache": "^6.0.0"
- },
- "description": "Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab",
- "devDependencies": {
- "standard": "^16.0.3",
- "standard-version": "^9.1.0",
- "tap": "^14.11.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": {
- "posttest": "standard",
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags",
- "preversion": "npm test",
- "snap": "tap",
- "test": "tap",
- "test:coverage": "tap --coverage-report=html"
- },
- "tap": {
- "color": 1,
- "coverage": true,
- "esm": false
- },
- "version": "4.0.2"
- }
|