12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "_from": "@commitlint/resolve-extends@^15.0.0",
- "_id": "@commitlint/resolve-extends@15.0.0",
- "_inBundle": false,
- "_integrity": "sha512-7apfRJjgJsKja7lHsPfEFixKjA/fk/UeD3owkOw1174yYu4u8xBDLSeU3IinGPdMuF9m245eX8wo7vLUy+EBSg==",
- "_location": "/@commitlint/resolve-extends",
- "_phantomChildren": {
- "parent-module": "1.0.1"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@commitlint/resolve-extends@^15.0.0",
- "name": "@commitlint/resolve-extends",
- "escapedName": "@commitlint%2fresolve-extends",
- "scope": "@commitlint",
- "rawSpec": "^15.0.0",
- "saveSpec": null,
- "fetchSpec": "^15.0.0"
- },
- "_requiredBy": [
- "/@commitlint/load"
- ],
- "_resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-15.0.0.tgz",
- "_shasum": "baf21227e2ac52cef546ec35dd6732e9b0b6e57c",
- "_spec": "@commitlint/resolve-extends@^15.0.0",
- "_where": "H:\\gs_nuxt\\node_modules\\@commitlint\\load",
- "author": {
- "name": "Mario Nebl",
- "email": "hello@herebecode.com"
- },
- "bugs": {
- "url": "https://github.com/conventional-changelog/commitlint/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "import-fresh": "^3.0.0",
- "lodash": "^4.17.19",
- "resolve-from": "^5.0.0",
- "resolve-global": "^1.0.0"
- },
- "deprecated": false,
- "description": "Lint your commit messages",
- "devDependencies": {
- "@commitlint/utils": "^15.0.0",
- "@types/lodash": "^4.14.161"
- },
- "engines": {
- "node": ">=v12"
- },
- "files": [
- "lib/"
- ],
- "gitHead": "399a0289356c670a87524387cc96d8fb0a33fdca",
- "homepage": "https://commitlint.js.org/",
- "keywords": [
- "conventional-changelog",
- "commitlint",
- "library",
- "core"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "@commitlint/resolve-extends",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/conventional-changelog/commitlint.git",
- "directory": "@commitlint/resolve-extends"
- },
- "scripts": {
- "deps": "dep-check",
- "pkg": "pkg-check"
- },
- "types": "lib/index.d.ts",
- "version": "15.0.0"
- }
|