package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "@commitlint/resolve-extends@11.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@commitlint/resolve-extends@11.0.0",
  10. "_id": "@commitlint/resolve-extends@11.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-WinU6Uv6L7HDGLqn/To13KM1CWvZ09VHZqryqxXa1OY+EvJkfU734CwnOEeNlSCK7FVLrB4kmodLJtL1dkEpXw==",
  13. "_location": "/@commitlint/resolve-extends",
  14. "_phantomChildren": {
  15. "parent-module": "1.0.1"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "@commitlint/resolve-extends@11.0.0",
  21. "name": "@commitlint/resolve-extends",
  22. "escapedName": "@commitlint%2fresolve-extends",
  23. "scope": "@commitlint",
  24. "rawSpec": "11.0.0",
  25. "saveSpec": null,
  26. "fetchSpec": "11.0.0"
  27. },
  28. "_requiredBy": [
  29. "/@commitlint/load"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-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. "import-fresh": "^3.0.0",
  43. "lodash": "^4.17.19",
  44. "resolve-from": "^5.0.0",
  45. "resolve-global": "^1.0.0"
  46. },
  47. "description": "Lint your commit messages",
  48. "devDependencies": {
  49. "@commitlint/utils": "^11.0.0",
  50. "@types/lodash": "4.14.161"
  51. },
  52. "engines": {
  53. "node": ">=v10.22.0"
  54. },
  55. "files": [
  56. "lib/"
  57. ],
  58. "gitHead": "922317463f7c90c0fb319e075de533dd63343863",
  59. "homepage": "https://github.com/conventional-changelog/commitlint#readme",
  60. "keywords": [
  61. "conventional-changelog",
  62. "commitlint",
  63. "library",
  64. "core"
  65. ],
  66. "license": "MIT",
  67. "main": "lib/index.js",
  68. "name": "@commitlint/resolve-extends",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/conventional-changelog/commitlint.git"
  72. },
  73. "scripts": {
  74. "deps": "dep-check",
  75. "pkg": "pkg-check"
  76. },
  77. "types": "lib/index.d.ts",
  78. "version": "11.0.0"
  79. }