package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "@commitlint/message@11.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@commitlint/message@11.0.0",
  10. "_id": "@commitlint/message@11.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-01ObK/18JL7PEIE3dBRtoMmU6S3ecPYDTQWWhcO+ErA3Ai0KDYqV5VWWEijdcVafNpdeUNrEMigRkxXHQLbyJA==",
  13. "_location": "/@commitlint/message",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@commitlint/message@11.0.0",
  19. "name": "@commitlint/message",
  20. "escapedName": "@commitlint%2fmessage",
  21. "scope": "@commitlint",
  22. "rawSpec": "11.0.0",
  23. "saveSpec": null,
  24. "fetchSpec": "11.0.0"
  25. },
  26. "_requiredBy": [
  27. "/@commitlint/rules"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@commitlint/message/-/message-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/test": "^11.0.0",
  42. "@commitlint/utils": "^11.0.0"
  43. },
  44. "engines": {
  45. "node": ">=v10.22.0"
  46. },
  47. "files": [
  48. "lib/"
  49. ],
  50. "gitHead": "922317463f7c90c0fb319e075de533dd63343863",
  51. "homepage": "https://github.com/conventional-changelog/commitlint#readme",
  52. "keywords": [
  53. "conventional-changelog",
  54. "commitlint",
  55. "library",
  56. "core"
  57. ],
  58. "license": "MIT",
  59. "main": "lib/index.js",
  60. "name": "@commitlint/message",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/conventional-changelog/commitlint.git"
  64. },
  65. "scripts": {
  66. "deps": "dep-check",
  67. "pkg": "pkg-check"
  68. },
  69. "types": "lib/index.d.ts",
  70. "version": "11.0.0"
  71. }