1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "_from": "git-config-path@^2.0.0",
- "_id": "git-config-path@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA==",
- "_location": "/git-config-path",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "git-config-path@^2.0.0",
- "name": "git-config-path",
- "escapedName": "git-config-path",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/parse-git-config"
- ],
- "_resolved": "https://registry.npmjs.org/git-config-path/-/git-config-path-2.0.0.tgz",
- "_shasum": "62633d61af63af4405a5024efd325762f58a181b",
- "_spec": "git-config-path@^2.0.0",
- "_where": "H:\\gs_nuxt\\node_modules\\parse-git-config",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
- },
- "bugs": {
- "url": "https://github.com/jonschlinkert/git-config-path/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Resolve the path to the user's local or global .gitconfig.",
- "devDependencies": {
- "gulp-format-md": "^2.0.0",
- "mocha": "^5.2.0"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/jonschlinkert/git-config-path",
- "keywords": [
- "config",
- "git",
- "gitconfig",
- "global",
- "path",
- "resolve"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "git-config-path",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/git-config-path.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "verb": {
- "run": true,
- "toc": false,
- "layout": "default",
- "tasks": [
- "readme"
- ],
- "plugins": [
- "gulp-format-md"
- ],
- "related": {
- "list": [
- "git-branch",
- "git-repo-name",
- "git-user-name",
- "git-username",
- "is-git-url",
- "parse-git-config"
- ]
- },
- "lint": {
- "reflinks": true
- }
- },
- "version": "2.0.0"
- }
|