package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "@commitlint/ensure@^15.0.0",
  3. "_id": "@commitlint/ensure@15.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7DV4iNIald3vycwaWBNGk5FbonaNzOlU8nBe5m5AgU2dIeNKuXwLm+zzJzG27j0Ho56rgz//3F6RIvmsoxY9ZA==",
  6. "_location": "/@commitlint/ensure",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@commitlint/ensure@^15.0.0",
  12. "name": "@commitlint/ensure",
  13. "escapedName": "@commitlint%2fensure",
  14. "scope": "@commitlint",
  15. "rawSpec": "^15.0.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^15.0.0"
  18. },
  19. "_requiredBy": [
  20. "/@commitlint/rules"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-15.0.0.tgz",
  23. "_shasum": "06a63738e2393970a085b428e6cf80fa1fe76f48",
  24. "_spec": "@commitlint/ensure@^15.0.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\@commitlint\\rules",
  26. "author": {
  27. "name": "Mario Nebl",
  28. "email": "hello@herebecode.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/conventional-changelog/commitlint/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@commitlint/types": "^15.0.0",
  36. "lodash": "^4.17.19"
  37. },
  38. "deprecated": false,
  39. "description": "Lint your commit messages",
  40. "devDependencies": {
  41. "@commitlint/utils": "^15.0.0",
  42. "@types/lodash": "^4.14.161",
  43. "globby": "^11.0.0"
  44. },
  45. "engines": {
  46. "node": ">=v12"
  47. },
  48. "files": [
  49. "lib/"
  50. ],
  51. "gitHead": "399a0289356c670a87524387cc96d8fb0a33fdca",
  52. "homepage": "https://commitlint.js.org/",
  53. "keywords": [
  54. "conventional-changelog",
  55. "commitlint",
  56. "library",
  57. "core"
  58. ],
  59. "license": "MIT",
  60. "main": "lib/index.js",
  61. "name": "@commitlint/ensure",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/conventional-changelog/commitlint.git",
  65. "directory": "@commitlint/ensure"
  66. },
  67. "scripts": {
  68. "deps": "dep-check",
  69. "pkg": "pkg-check"
  70. },
  71. "types": "lib/index.d.ts",
  72. "version": "15.0.0"
  73. }