1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "_args": [
- [
- "hosted-git-info@2.1.5",
- "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
- ]
- ],
- "_development": true,
- "_from": "hosted-git-info@2.1.5",
- "_id": "hosted-git-info@2.1.5",
- "_inBundle": false,
- "_integrity": "sha1-C6gdkNouJas0ozLm7HeTbhWYEYs=",
- "_location": "/hosted-git-info",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "hosted-git-info@2.1.5",
- "name": "hosted-git-info",
- "escapedName": "hosted-git-info",
- "rawSpec": "2.1.5",
- "saveSpec": null,
- "fetchSpec": "2.1.5"
- },
- "_requiredBy": [
- "/normalize-package-data"
- ],
- "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.5.tgz",
- "_spec": "2.1.5",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
- "author": {
- "name": "Rebecca Turner",
- "email": "me@re-becca.org",
- "url": "http://re-becca.org"
- },
- "bugs": {
- "url": "https://github.com/npm/hosted-git-info/issues"
- },
- "description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
- "devDependencies": {
- "standard": "^3.3.2",
- "tap": "^0.4.13"
- },
- "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": {
- "test": "standard && tap test/*.js"
- },
- "version": "2.1.5"
- }
|