1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "@npmcli/git@2.1.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "@npmcli/git@2.1.0",
|
---|
10 | "_id": "@npmcli/git@2.1.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-/hBFX/QG1b+N7PZBFs0bi+evgRZcK9nWBxQKZkGoXUT5hJSwl5c4d7y8/hm+NQZRPhQ67RzFaj5UM9YeyKoryw==",
|
---|
13 | "_location": "/@npmcli/git",
|
---|
14 | "_phantomChildren": {
|
---|
15 | "isexe": "2.0.0"
|
---|
16 | },
|
---|
17 | "_requested": {
|
---|
18 | "type": "version",
|
---|
19 | "registry": true,
|
---|
20 | "raw": "@npmcli/git@2.1.0",
|
---|
21 | "name": "@npmcli/git",
|
---|
22 | "escapedName": "@npmcli%2fgit",
|
---|
23 | "scope": "@npmcli",
|
---|
24 | "rawSpec": "2.1.0",
|
---|
25 | "saveSpec": null,
|
---|
26 | "fetchSpec": "2.1.0"
|
---|
27 | },
|
---|
28 | "_requiredBy": [
|
---|
29 | "/pacote"
|
---|
30 | ],
|
---|
31 | "_resolved": "https://registry.npmjs.org/@npmcli/git/-/git-2.1.0.tgz",
|
---|
32 | "_spec": "2.1.0",
|
---|
33 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
34 | "author": {
|
---|
35 | "name": "Isaac Z. Schlueter",
|
---|
36 | "email": "i@izs.me",
|
---|
37 | "url": "https://izs.me"
|
---|
38 | },
|
---|
39 | "bugs": {
|
---|
40 | "url": "https://github.com/npm/git/issues"
|
---|
41 | },
|
---|
42 | "dependencies": {
|
---|
43 | "@npmcli/promise-spawn": "^1.3.2",
|
---|
44 | "lru-cache": "^6.0.0",
|
---|
45 | "mkdirp": "^1.0.4",
|
---|
46 | "npm-pick-manifest": "^6.1.1",
|
---|
47 | "promise-inflight": "^1.0.1",
|
---|
48 | "promise-retry": "^2.0.1",
|
---|
49 | "semver": "^7.3.5",
|
---|
50 | "which": "^2.0.2"
|
---|
51 | },
|
---|
52 | "description": "a util for spawning git from npm CLI contexts",
|
---|
53 | "devDependencies": {
|
---|
54 | "slash": "^3.0.0",
|
---|
55 | "standard": "^16.0.3",
|
---|
56 | "tap": "^15.0.6"
|
---|
57 | },
|
---|
58 | "files": [
|
---|
59 | "lib/*.js"
|
---|
60 | ],
|
---|
61 | "homepage": "https://github.com/npm/git#readme",
|
---|
62 | "license": "ISC",
|
---|
63 | "main": "lib/index.js",
|
---|
64 | "name": "@npmcli/git",
|
---|
65 | "repository": {
|
---|
66 | "type": "git",
|
---|
67 | "url": "git+https://github.com/npm/git.git"
|
---|
68 | },
|
---|
69 | "scripts": {
|
---|
70 | "lint": "standard",
|
---|
71 | "lint:fix": "standard --fix",
|
---|
72 | "posttest": "npm run lint",
|
---|
73 | "postversion": "npm publish",
|
---|
74 | "prepublishOnly": "git push origin --follow-tags",
|
---|
75 | "preversion": "npm test",
|
---|
76 | "snap": "tap",
|
---|
77 | "test": "tap"
|
---|
78 | },
|
---|
79 | "tap": {
|
---|
80 | "check-coverage": true,
|
---|
81 | "coverage-map": "map.js"
|
---|
82 | },
|
---|
83 | "version": "2.1.0"
|
---|
84 | }
|
---|