line_push/node_modules/git-config-path/package.json
2022-07-17 13:16:16 +08:00

93 lines
2.0 KiB
JSON

{
"_args": [
[
"git-config-path@2.0.0",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
]
],
"_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": "version",
"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",
"_spec": "2.0.0",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/git-config-path/issues"
},
"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"
}