80 lines
2 KiB
JSON
Executable file
80 lines
2 KiB
JSON
Executable file
{
|
|
"_from": "@npmcli/git@^2.0.1",
|
|
"_id": "@npmcli/git@2.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-/hBFX/QG1b+N7PZBFs0bi+evgRZcK9nWBxQKZkGoXUT5hJSwl5c4d7y8/hm+NQZRPhQ67RzFaj5UM9YeyKoryw==",
|
|
"_location": "/@npmcli/git",
|
|
"_phantomChildren": {
|
|
"isexe": "2.0.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@npmcli/git@^2.0.1",
|
|
"name": "@npmcli/git",
|
|
"escapedName": "@npmcli%2fgit",
|
|
"scope": "@npmcli",
|
|
"rawSpec": "^2.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/pacote"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@npmcli/git/-/git-2.1.0.tgz",
|
|
"_shasum": "2fbd77e147530247d37f325930d457b3ebe894f6",
|
|
"_spec": "@npmcli/git@^2.0.1",
|
|
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/pacote",
|
|
"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.3.2",
|
|
"lru-cache": "^6.0.0",
|
|
"mkdirp": "^1.0.4",
|
|
"npm-pick-manifest": "^6.1.1",
|
|
"promise-inflight": "^1.0.1",
|
|
"promise-retry": "^2.0.1",
|
|
"semver": "^7.3.5",
|
|
"which": "^2.0.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "a util for spawning git from npm CLI contexts",
|
|
"devDependencies": {
|
|
"slash": "^3.0.0",
|
|
"standard": "^16.0.3",
|
|
"tap": "^15.0.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": {
|
|
"lint": "standard",
|
|
"lint:fix": "standard --fix",
|
|
"posttest": "npm run lint",
|
|
"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.1.0"
|
|
}
|