Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « hosted-git-info « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8d34aca2d722230b4718a5722a3e355748e2d9c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
  "name": "hosted-git-info",
  "version": "2.1.4",
  "description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/hosted-git-info.git"
  },
  "keywords": [
    "git",
    "github",
    "bitbucket",
    "gitlab"
  ],
  "author": {
    "name": "Rebecca Turner",
    "email": "me@re-becca.org",
    "url": "http://re-becca.org"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/npm/hosted-git-info/issues"
  },
  "homepage": "https://github.com/npm/hosted-git-info",
  "scripts": {
    "test": "standard && tap test/*.js"
  },
  "devDependencies": {
    "standard": "^3.3.2",
    "tap": "^0.4.13"
  },
  "gitHead": "9e1a36df8eb050a663713c79e56d89dadba2bd8d",
  "_id": "hosted-git-info@2.1.4",
  "_shasum": "d9e953b26988be88096c46e926494d9604c300f8",
  "_from": "hosted-git-info@>=2.1.2 <2.2.0",
  "_npmVersion": "2.10.1",
  "_nodeVersion": "2.0.2",
  "_npmUser": {
    "name": "othiym23",
    "email": "ogd@aoaioxxysz.net"
  },
  "dist": {
    "shasum": "d9e953b26988be88096c46e926494d9604c300f8",
    "tarball": "http://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.4.tgz"
  },
  "maintainers": [
    {
      "name": "iarna",
      "email": "me@re-becca.org"
    },
    {
      "name": "othiym23",
      "email": "ogd@aoaioxxysz.net"
    }
  ],
  "directories": {},
  "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.4.tgz"
}