UNPKG

npm

Version:

a package manager for JavaScript

58 lines (57 loc) 1.35 kB
{ "name": "@npmcli/git", "version": "3.0.0", "main": "lib/index.js", "files": [ "bin", "lib" ], "description": "a util for spawning git from npm CLI contexts", "repository": { "type": "git", "url": "git+https://github.com/npm/git" }, "author": "GitHub Inc.", "license": "ISC", "scripts": { "lint": "eslint '**/*.js'", "lint:fix": "standard --fix", "postversion": "npm publish", "prepublishOnly": "git push origin --follow-tags", "preversion": "npm test", "snap": "tap", "test": "tap", "posttest": "npm run lint", "postlint": "npm-template-check", "template-copy": "npm-template-copy --force", "lintfix": "npm run lint -- --fix" }, "tap": { "check-coverage": true, "coverage-map": "map.js" }, "devDependencies": { "@npmcli/template-oss": "^2.7.1", "slash": "^3.0.0", "standard": "^16.0.3", "tap": "^15.1.6" }, "dependencies": { "@npmcli/promise-spawn": "^1.3.2", "lru-cache": "^7.3.1", "mkdirp": "^1.0.4", "npm-pick-manifest": "^7.0.0", "proc-log": "^2.0.0", "promise-inflight": "^1.0.1", "promise-retry": "^2.0.1", "semver": "^7.3.5", "which": "^2.0.2" }, "engines": { "node": "^12.13.0 || ^14.15.0 || >=16" }, "templateOSS": { "windowsCI": false, "version": "2.7.1" } }