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

package.json « normalize-git-url « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df9820a25168489736dab3a1554ea651f19a25f3 (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
{
  "_args": [
    [
      "normalize-git-url@~1.0.1",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "normalize-git-url@>=1.0.1 <1.1.0",
  "_id": "normalize-git-url@1.0.1",
  "_inCache": true,
  "_location": "/normalize-git-url",
  "_nodeVersion": "2.0.2",
  "_npmUser": {
    "email": "ogd@aoaioxxysz.net",
    "name": "othiym23"
  },
  "_npmVersion": "2.10.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "normalize-git-url",
    "raw": "normalize-git-url@~1.0.1",
    "rawSpec": "~1.0.1",
    "scope": null,
    "spec": ">=1.0.1 <1.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/normalize-git-url/-/normalize-git-url-1.0.1.tgz",
  "_shasum": "1b561345d66e3a3bc5513a5ace85f155ca42613e",
  "_shrinkwrap": null,
  "_spec": "normalize-git-url@~1.0.1",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "email": "ogd@aoaioxxysz.net",
    "name": "Forrest L Norvell"
  },
  "bugs": {
    "url": "https://github.com/npm/normalize-git-url/issues"
  },
  "dependencies": {},
  "description": "Normalizes Git URLs. For npm, but you can use it too.",
  "devDependencies": {
    "tap": "^1.1.0"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "1b561345d66e3a3bc5513a5ace85f155ca42613e",
    "tarball": "http://registry.npmjs.org/normalize-git-url/-/normalize-git-url-1.0.1.tgz"
  },
  "gitHead": "d87bf42e845ed664e4a8bab3490052fb44c90433",
  "homepage": "https://github.com/npm/normalize-git-url",
  "keywords": [
    "git",
    "github",
    "normalize",
    "npm",
    "url"
  ],
  "license": "ISC",
  "main": "normalize-git-url.js",
  "maintainers": [
    {
      "name": "othiym23",
      "email": "ogd@aoaioxxysz.net"
    }
  ],
  "name": "normalize-git-url",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/normalize-git-url.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "1.0.1"
}