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: ebc5b720b26438987c4bef0b80d14bffbb4bf794 (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
  "_args": [
    [
      {
        "raw": "hosted-git-info@latest",
        "scope": null,
        "escapedName": "hosted-git-info",
        "name": "hosted-git-info",
        "rawSpec": "latest",
        "spec": "latest",
        "type": "tag"
      },
      "/Users/zkat/Documents/code/npm"
    ]
  ],
  "_from": "hosted-git-info@latest",
  "_id": "hosted-git-info@2.2.0",
  "_inCache": true,
  "_location": "/hosted-git-info",
  "_nodeVersion": "7.4.0",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/hosted-git-info-2.2.0.tgz_1486365886030_0.0815314722713083"
  },
  "_npmUser": {
    "name": "zkat",
    "email": "kat@sykosomatic.org"
  },
  "_npmVersion": "4.2.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "hosted-git-info@latest",
    "scope": null,
    "escapedName": "hosted-git-info",
    "name": "hosted-git-info",
    "rawSpec": "latest",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/normalize-package-data",
    "/npm-package-arg"
  ],
  "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.2.0.tgz",
  "_shasum": "7a0d097863d886c0fabbdcd37bf1758d8becf8a5",
  "_shrinkwrap": null,
  "_spec": "hosted-git-info@latest",
  "_where": "/Users/zkat/Documents/code/npm",
  "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": {},
  "description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
  "devDependencies": {
    "standard": "^3.3.2",
    "tap": "^10.0.2"
  },
  "directories": {},
  "dist": {
    "shasum": "7a0d097863d886c0fabbdcd37bf1758d8becf8a5",
    "tarball": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.2.0.tgz"
  },
  "gitHead": "d5ea6d1de852b04589f100c671fa0d3311f3449f",
  "homepage": "https://github.com/npm/hosted-git-info",
  "keywords": [
    "git",
    "github",
    "bitbucket",
    "gitlab"
  ],
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "name": "iarna",
      "email": "me@re-becca.org"
    },
    {
      "name": "othiym23",
      "email": "ogd@aoaioxxysz.net"
    },
    {
      "name": "zkat",
      "email": "kat@sykosomatic.org"
    }
  ],
  "name": "hosted-git-info",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/hosted-git-info.git"
  },
  "scripts": {
    "test": "standard && tap -j8 test/*.js"
  },
  "version": "2.2.0"
}