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

package.json « git « @npmcli « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ab992de1334ce7afbb21f3a61ea59d8cadcf25a7 (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
{
  "_from": "@npmcli/git@latest",
  "_id": "@npmcli/git@2.0.3",
  "_inBundle": false,
  "_integrity": "sha512-c/ODsV5ppjB12VDXKc6hzVNgg6ZJX/etILUn3WgF5NLAYBhQLJ3fBq6uB2jQD4OwqOzJdPT1/xA3Xh3aaWGk5w==",
  "_location": "/@npmcli/git",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "@npmcli/git@latest",
    "name": "@npmcli/git",
    "escapedName": "@npmcli%2fgit",
    "scope": "@npmcli",
    "rawSpec": "latest",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/libnpmversion",
    "/pacote"
  ],
  "_resolved": "https://registry.npmjs.org/@npmcli/git/-/git-2.0.3.tgz",
  "_shasum": "41a13cc698d257c7e38a287e233dafe7354dd4ab",
  "_spec": "@npmcli/git@latest",
  "_where": "/Users/isaacs/dev/npm/cli",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "bugs": {
    "url": "https://github.com/npm/git/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@npmcli/promise-spawn": "^1.1.0",
    "lru-cache": "^6.0.0",
    "mkdirp": "^1.0.3",
    "npm-pick-manifest": "^6.0.0",
    "promise-inflight": "^1.0.1",
    "promise-retry": "^1.1.1",
    "semver": "^7.3.2",
    "unique-filename": "^1.1.1",
    "which": "^2.0.2"
  },
  "deprecated": false,
  "description": "a util for spawning git from npm CLI contexts",
  "devDependencies": {
    "slash": "^3.0.0",
    "tap": "^14.10.6"
  },
  "files": [
    "lib/*.js"
  ],
  "homepage": "https://github.com/npm/git#readme",
  "license": "ISC",
  "main": "lib/index.js",
  "name": "@npmcli/git",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/git.git"
  },
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true,
    "coverage-map": "map.js"
  },
  "version": "2.0.3"
}