package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "@commitlint/ensure@11.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@commitlint/ensure@11.0.0",
  10. "_id": "@commitlint/ensure@11.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-/T4tjseSwlirKZdnx4AuICMNNlFvRyPQimbZIOYujp9DSO6XRtOy9NrmvWujwHsq9F5Wb80QWi4WMW6HMaENug==",
  13. "_location": "/@commitlint/ensure",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@commitlint/ensure@11.0.0",
  19. "name": "@commitlint/ensure",
  20. "escapedName": "@commitlint%2fensure",
  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/ensure/-/ensure-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. "dependencies": {
  40. "@commitlint/types": "^11.0.0",
  41. "lodash": "^4.17.19"
  42. },
  43. "description": "Lint your commit messages",
  44. "devDependencies": {
  45. "@commitlint/utils": "^11.0.0",
  46. "@types/lodash": "4.14.161",
  47. "globby": "^11.0.0"
  48. },
  49. "engines": {
  50. "node": ">=v10.22.0"
  51. },
  52. "files": [
  53. "lib/"
  54. ],
  55. "gitHead": "922317463f7c90c0fb319e075de533dd63343863",
  56. "homepage": "https://github.com/conventional-changelog/commitlint#readme",
  57. "keywords": [
  58. "conventional-changelog",
  59. "commitlint",
  60. "library",
  61. "core"
  62. ],
  63. "license": "MIT",
  64. "main": "lib/index.js",
  65. "name": "@commitlint/ensure",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/conventional-changelog/commitlint.git"
  69. },
  70. "scripts": {
  71. "deps": "dep-check",
  72. "pkg": "pkg-check"
  73. },
  74. "types": "lib/index.d.ts",
  75. "version": "11.0.0"
  76. }