package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "@commitlint/execute-rule@11.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@commitlint/execute-rule@11.0.0",
  10. "_id": "@commitlint/execute-rule@11.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-g01p1g4BmYlZ2+tdotCavrMunnPFPhTzG1ZiLKTCYrooHRbmvqo42ZZn4QMStUEIcn+jfLb6BRZX3JzIwA1ezQ==",
  13. "_location": "/@commitlint/execute-rule",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@commitlint/execute-rule@11.0.0",
  19. "name": "@commitlint/execute-rule",
  20. "escapedName": "@commitlint%2fexecute-rule",
  21. "scope": "@commitlint",
  22. "rawSpec": "11.0.0",
  23. "saveSpec": null,
  24. "fetchSpec": "11.0.0"
  25. },
  26. "_requiredBy": [
  27. "/@commitlint/load"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-11.0.0.tgz",
  30. "_spec": "11.0.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Mario Nebl",
  34. "email": "hello@herebecode.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/conventional-changelog/commitlint/issues"
  38. },
  39. "description": "Lint your commit messages",
  40. "devDependencies": {
  41. "@commitlint/utils": "^11.0.0"
  42. },
  43. "engines": {
  44. "node": ">=v10.22.0"
  45. },
  46. "files": [
  47. "lib/"
  48. ],
  49. "gitHead": "922317463f7c90c0fb319e075de533dd63343863",
  50. "homepage": "https://github.com/conventional-changelog/commitlint#readme",
  51. "keywords": [
  52. "conventional-changelog",
  53. "commitlint",
  54. "library",
  55. "core"
  56. ],
  57. "license": "MIT",
  58. "main": "lib/index.js",
  59. "name": "@commitlint/execute-rule",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/conventional-changelog/commitlint.git"
  63. },
  64. "scripts": {
  65. "deps": "dep-check",
  66. "pkg": "pkg-check"
  67. },
  68. "types": "lib/index.d.ts",
  69. "version": "11.0.0"
  70. }