package.json 1.5 KB

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