package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "@commitlint/read@11.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@commitlint/read@11.0.0",
  10. "_id": "@commitlint/read@11.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-37V0V91GSv0aDzMzJioKpCoZw6l0shk7+tRG8RkW1GfZzUIytdg3XqJmM+IaIYpaop0m6BbZtfq+idzUwJnw7g==",
  13. "_location": "/@commitlint/read",
  14. "_phantomChildren": {
  15. "at-least-node": "1.0.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "@commitlint/read@11.0.0",
  21. "name": "@commitlint/read",
  22. "escapedName": "@commitlint%2fread",
  23. "scope": "@commitlint",
  24. "rawSpec": "11.0.0",
  25. "saveSpec": null,
  26. "fetchSpec": "11.0.0"
  27. },
  28. "_requiredBy": [
  29. "/@commitlint/cli"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/@commitlint/read/-/read-11.0.0.tgz",
  32. "_spec": "11.0.0",
  33. "_where": "/Users/lihai/jolijoli/pad_spa",
  34. "author": {
  35. "name": "Mario Nebl",
  36. "email": "hello@herebecode.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/conventional-changelog/commitlint/issues"
  40. },
  41. "dependencies": {
  42. "@commitlint/top-level": "^11.0.0",
  43. "fs-extra": "^9.0.0",
  44. "git-raw-commits": "^2.0.0"
  45. },
  46. "description": "Read commit messages from a specified range or last edit",
  47. "devDependencies": {
  48. "@commitlint/test": "^11.0.0",
  49. "@commitlint/utils": "^11.0.0",
  50. "@types/fs-extra": "^9.0.1",
  51. "@types/git-raw-commits": "^2.0.0"
  52. },
  53. "engines": {
  54. "node": ">=v10.22.0"
  55. },
  56. "files": [
  57. "lib/"
  58. ],
  59. "gitHead": "922317463f7c90c0fb319e075de533dd63343863",
  60. "homepage": "https://github.com/conventional-changelog/commitlint#readme",
  61. "keywords": [
  62. "conventional-changelog",
  63. "commitlint",
  64. "library",
  65. "core"
  66. ],
  67. "license": "MIT",
  68. "main": "lib/read.js",
  69. "name": "@commitlint/read",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/conventional-changelog/commitlint.git"
  73. },
  74. "scripts": {
  75. "deps": "dep-check",
  76. "pkg": "pkg-check --skip-import"
  77. },
  78. "types": "lib/read.d.ts",
  79. "version": "11.0.0"
  80. }