package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "@commitlint/top-level@11.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@commitlint/top-level@11.0.0",
  10. "_id": "@commitlint/top-level@11.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-O0nFU8o+Ws+py5pfMQIuyxOtfR/kwtr5ybqTvR+C2lUPer2x6lnQU+OnfD7hPM+A+COIUZWx10mYQvkR3MmtAA==",
  13. "_location": "/@commitlint/top-level",
  14. "_phantomChildren": {
  15. "yocto-queue": "0.1.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "@commitlint/top-level@11.0.0",
  21. "name": "@commitlint/top-level",
  22. "escapedName": "@commitlint%2ftop-level",
  23. "scope": "@commitlint",
  24. "rawSpec": "11.0.0",
  25. "saveSpec": null,
  26. "fetchSpec": "11.0.0"
  27. },
  28. "_requiredBy": [
  29. "/@commitlint/read"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-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. "find-up": "^5.0.0"
  43. },
  44. "description": "Lint your commit messages",
  45. "devDependencies": {
  46. "@commitlint/utils": "^11.0.0"
  47. },
  48. "engines": {
  49. "node": ">=v10.22.0"
  50. },
  51. "files": [
  52. "lib/"
  53. ],
  54. "gitHead": "922317463f7c90c0fb319e075de533dd63343863",
  55. "homepage": "https://github.com/conventional-changelog/commitlint#readme",
  56. "keywords": [
  57. "conventional-changelog",
  58. "commitlint",
  59. "library",
  60. "core"
  61. ],
  62. "license": "MIT",
  63. "main": "lib/index.js",
  64. "name": "@commitlint/top-level",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/conventional-changelog/commitlint.git"
  68. },
  69. "scripts": {
  70. "deps": "dep-check",
  71. "pkg": "pkg-check"
  72. },
  73. "types": "lib/index.d.ts",
  74. "version": "11.0.0"
  75. }