123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- {
- "_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": "range",
- "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",
- "_shasum": "4a2de08c7b74a2555efa5ae94d40cd44302a6132",
- "_spec": "parse-git-config@^3.0.0",
- "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\telemetry",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
- },
- "bugs": {
- "url": "https://github.com/jonschlinkert/parse-git-config/issues"
- },
- "bundleDependencies": false,
- "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"
- },
- "deprecated": false,
- "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"
- }
|