package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "git-config-path@^2.0.0",
  3. "_id": "git-config-path@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA==",
  6. "_location": "/git-config-path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "git-config-path@^2.0.0",
  12. "name": "git-config-path",
  13. "escapedName": "git-config-path",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/parse-git-config"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/git-config-path/-/git-config-path-2.0.0.tgz",
  22. "_shasum": "62633d61af63af4405a5024efd325762f58a181b",
  23. "_spec": "git-config-path@^2.0.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\parse-git-config",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/git-config-path/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Resolve the path to the user's local or global .gitconfig.",
  35. "devDependencies": {
  36. "gulp-format-md": "^2.0.0",
  37. "mocha": "^5.2.0"
  38. },
  39. "engines": {
  40. "node": ">=4"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/jonschlinkert/git-config-path",
  46. "keywords": [
  47. "config",
  48. "git",
  49. "gitconfig",
  50. "global",
  51. "path",
  52. "resolve"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "git-config-path",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/jonschlinkert/git-config-path.git"
  60. },
  61. "scripts": {
  62. "test": "mocha"
  63. },
  64. "verb": {
  65. "run": true,
  66. "toc": false,
  67. "layout": "default",
  68. "tasks": [
  69. "readme"
  70. ],
  71. "plugins": [
  72. "gulp-format-md"
  73. ],
  74. "related": {
  75. "list": [
  76. "git-branch",
  77. "git-repo-name",
  78. "git-user-name",
  79. "git-username",
  80. "is-git-url",
  81. "parse-git-config"
  82. ]
  83. },
  84. "lint": {
  85. "reflinks": true
  86. }
  87. },
  88. "version": "2.0.0"
  89. }