package.json 1.6 KB

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