line_push/node_modules/parse-git-config/package.json
2022-07-21 03:28:35 +00:00

108 lines
2.3 KiB
JSON

{
"_args": [
[
"parse-git-config@3.0.0",
"/home/node/nuxt"
]
],
"_from": "parse-git-config@3.0.0",
"_id": "parse-git-config@3.0.0",
"_inBundle": false,
"_integrity": "sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA==",
"_location": "/parse-git-config",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "parse-git-config@3.0.0",
"name": "parse-git-config",
"escapedName": "parse-git-config",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/@nuxt/telemetry"
],
"_resolved": "https://registry.npmjs.org/parse-git-config/-/parse-git-config-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "/home/node/nuxt",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/parse-git-config/issues"
},
"contributors": [
{
"name": "j. suárez",
"url": "http://suarez.systems"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Sam Holmes",
"url": "https://samholmes.net"
}
],
"dependencies": {
"git-config-path": "^2.0.0",
"ini": "^1.3.5"
},
"description": "Parse `.git/config` into a JavaScript object. sync or async.",
"devDependencies": {
"gulp-format-md": "^2.0.0",
"mocha": "^5.2.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/parse-git-config",
"keywords": [
"config",
"git",
"parse"
],
"license": "MIT",
"main": "index.js",
"name": "parse-git-config",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/parse-git-config.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"git-user-name",
"git-username",
"parse-author",
"parse-authors",
"parse-github-url",
"parse-gitignore"
]
},
"lint": {
"reflinks": true
}
},
"version": "3.0.0"
}