package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "staged-git-files@1.0.0",
  3. "_id": "staged-git-files@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JteBov6z4WRyqrskIHV+ZV5UDzKaKzin/Q7a9jjcQJphNpu4596tC20aWBwJcZBoz9kQ5DRLDZqAyTaXy0TvtA==",
  6. "_location": "/staged-git-files",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "staged-git-files@1.0.0",
  12. "name": "staged-git-files",
  13. "escapedName": "staged-git-files",
  14. "rawSpec": "1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/lint-staged"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/staged-git-files/-/staged-git-files-1.0.0.tgz",
  22. "_shasum": "cdb847837c1fcc52c08a872d4883cc0877668a80",
  23. "_spec": "staged-git-files@1.0.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\lint-staged",
  25. "author": {
  26. "name": "Matthew Chase Whittemore",
  27. "email": "mcwhittemore@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mcwhittemore/staged-git-files/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "get a list of staged git files and their status",
  35. "devDependencies": {
  36. "mocha": "^2.0.1",
  37. "should": "~2.0.1"
  38. },
  39. "directories": {
  40. "test": "test"
  41. },
  42. "homepage": "https://github.com/mcwhittemore/staged-git-files#readme",
  43. "keywords": [
  44. "git",
  45. "pre-commit",
  46. "post-commit",
  47. "hooks"
  48. ],
  49. "license": "BSD-2-Clause",
  50. "main": "index.js",
  51. "name": "staged-git-files",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/mcwhittemore/staged-git-files.git"
  55. },
  56. "scripts": {
  57. "test": "mocha"
  58. },
  59. "version": "1.0.0"
  60. }