package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "simple-git@^1.85.0",
  3. "_id": "simple-git@1.132.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xauHm1YqCTom1sC9eOjfq3/9RKiUA9iPnxBbrY2DdL8l4ADMu0jjM5l5lphQP5YWNqAL2aXC/OeuQ76vHtW5fg==",
  6. "_location": "/simple-git",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "simple-git@^1.85.0",
  12. "name": "simple-git",
  13. "escapedName": "simple-git",
  14. "rawSpec": "^1.85.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.85.0"
  17. },
  18. "_requiredBy": [
  19. "/g-status"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/simple-git/-/simple-git-1.132.0.tgz",
  22. "_shasum": "53ac4c5ec9e74e37c2fd461e23309f22fcdf09b1",
  23. "_spec": "simple-git@^1.85.0",
  24. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\g-status",
  25. "author": {
  26. "name": "Steve King",
  27. "email": "steve@mydev.co"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/steveukx/git-js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Steve King",
  36. "email": "steve@mydev.co"
  37. }
  38. ],
  39. "dependencies": {
  40. "debug": "^4.0.1"
  41. },
  42. "deprecated": false,
  43. "description": "Simple GIT interface for node.js",
  44. "devDependencies": {
  45. "@kwsites/test-runner": "^0.1.1",
  46. "sinon": "^7.3.2"
  47. },
  48. "files": [
  49. "promise.*",
  50. "src/",
  51. "typings/"
  52. ],
  53. "homepage": "https://github.com/steveukx/git-js#readme",
  54. "keywords": [
  55. "git",
  56. "source control",
  57. "vcs"
  58. ],
  59. "license": "MIT",
  60. "main": "./src/index.js",
  61. "name": "simple-git",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/steveukx/git-js.git"
  65. },
  66. "scripts": {
  67. "postversion": "npm publish && git push && git push --tags",
  68. "preversion": "yarn test",
  69. "test": "runner test/**/test*.js ",
  70. "test:integration": "runner test/integration/test*.js",
  71. "test:unit": "runner test/unit/test*.js"
  72. },
  73. "version": "1.132.0"
  74. }