Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.0 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "@npmcli/git",
|
---|
3 | "version": "2.1.0",
|
---|
4 | "main": "lib/index.js",
|
---|
5 | "files": [
|
---|
6 | "lib/*.js"
|
---|
7 | ],
|
---|
8 | "description": "a util for spawning git from npm CLI contexts",
|
---|
9 | "repository": {
|
---|
10 | "type": "git",
|
---|
11 | "url": "git+https://github.com/npm/git"
|
---|
12 | },
|
---|
13 | "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
|
---|
14 | "license": "ISC",
|
---|
15 | "scripts": {
|
---|
16 | "lint": "standard",
|
---|
17 | "lint:fix": "standard --fix",
|
---|
18 | "postversion": "npm publish",
|
---|
19 | "prepublishOnly": "git push origin --follow-tags",
|
---|
20 | "preversion": "npm test",
|
---|
21 | "snap": "tap",
|
---|
22 | "test": "tap",
|
---|
23 | "posttest": "npm run lint"
|
---|
24 | },
|
---|
25 | "tap": {
|
---|
26 | "check-coverage": true,
|
---|
27 | "coverage-map": "map.js"
|
---|
28 | },
|
---|
29 | "devDependencies": {
|
---|
30 | "slash": "^3.0.0",
|
---|
31 | "standard": "^16.0.3",
|
---|
32 | "tap": "^15.0.6"
|
---|
33 | },
|
---|
34 | "dependencies": {
|
---|
35 | "@npmcli/promise-spawn": "^1.3.2",
|
---|
36 | "lru-cache": "^6.0.0",
|
---|
37 | "mkdirp": "^1.0.4",
|
---|
38 | "npm-pick-manifest": "^6.1.1",
|
---|
39 | "promise-inflight": "^1.0.1",
|
---|
40 | "promise-retry": "^2.0.1",
|
---|
41 | "semver": "^7.3.5",
|
---|
42 | "which": "^2.0.2"
|
---|
43 | }
|
---|
44 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.