package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "parse-git-config@^3.0.0",
  3. "_id": "parse-git-config@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA==",
  6. "_location": "/parse-git-config",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "parse-git-config@^3.0.0",
  12. "name": "parse-git-config",
  13. "escapedName": "parse-git-config",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@nuxt/telemetry"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/parse-git-config/-/parse-git-config-3.0.0.tgz",
  22. "_shasum": "4a2de08c7b74a2555efa5ae94d40cd44302a6132",
  23. "_spec": "parse-git-config@^3.0.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\telemetry",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/parse-git-config/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "j. suárez",
  36. "url": "http://suarez.systems"
  37. },
  38. {
  39. "name": "Jon Schlinkert",
  40. "url": "http://twitter.com/jonschlinkert"
  41. },
  42. {
  43. "name": "Sam Holmes",
  44. "url": "https://samholmes.net"
  45. }
  46. ],
  47. "dependencies": {
  48. "git-config-path": "^2.0.0",
  49. "ini": "^1.3.5"
  50. },
  51. "deprecated": false,
  52. "description": "Parse `.git/config` into a JavaScript object. sync or async.",
  53. "devDependencies": {
  54. "gulp-format-md": "^2.0.0",
  55. "mocha": "^5.2.0"
  56. },
  57. "engines": {
  58. "node": ">=8"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/jonschlinkert/parse-git-config",
  64. "keywords": [
  65. "config",
  66. "git",
  67. "parse"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "parse-git-config",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/jonschlinkert/parse-git-config.git"
  75. },
  76. "scripts": {
  77. "test": "mocha"
  78. },
  79. "verb": {
  80. "run": true,
  81. "toc": false,
  82. "layout": "default",
  83. "tasks": [
  84. "readme"
  85. ],
  86. "plugins": [
  87. "gulp-format-md"
  88. ],
  89. "related": {
  90. "list": [
  91. "git-user-name",
  92. "git-username",
  93. "parse-author",
  94. "parse-authors",
  95. "parse-github-url",
  96. "parse-gitignore"
  97. ]
  98. },
  99. "lint": {
  100. "reflinks": true
  101. }
  102. },
  103. "version": "3.0.0"
  104. }