12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "_from": "@commitlint/cli@^15.0.0",
- "_id": "@commitlint/cli@15.0.0",
- "_inBundle": false,
- "_integrity": "sha512-Y5xmDCweytqzo4N4lOI2YRiuX35xTjcs8n5hUceBH8eyK0YbwtgWX50BJOH2XbkwEmII9blNhlBog6AdQsqicg==",
- "_location": "/@commitlint/cli",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@commitlint/cli@^15.0.0",
- "name": "@commitlint/cli",
- "escapedName": "@commitlint%2fcli",
- "scope": "@commitlint",
- "rawSpec": "^15.0.0",
- "saveSpec": null,
- "fetchSpec": "^15.0.0"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-15.0.0.tgz",
- "_shasum": "8e78e86ee2b6955c1a5d140e734a6c171ce367ee",
- "_spec": "@commitlint/cli@^15.0.0",
- "_where": "H:\\gs_nuxt",
- "author": {
- "name": "Mario Nebl",
- "email": "hello@herebecode.com"
- },
- "bin": {
- "commitlint": "cli.js"
- },
- "bugs": {
- "url": "https://github.com/conventional-changelog/commitlint/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@commitlint/format": "^15.0.0",
- "@commitlint/lint": "^15.0.0",
- "@commitlint/load": "^15.0.0",
- "@commitlint/read": "^15.0.0",
- "@commitlint/types": "^15.0.0",
- "lodash": "^4.17.19",
- "resolve-from": "5.0.0",
- "resolve-global": "1.0.0",
- "yargs": "^17.0.0"
- },
- "deprecated": false,
- "description": "Lint your commit messages",
- "devDependencies": {
- "@commitlint/test": "^15.0.0",
- "@commitlint/utils": "^15.0.0",
- "@types/node": "12.20.37",
- "@types/yargs": "^17.0.0",
- "execa": "^5.0.0",
- "fs-extra": "^10.0.0"
- },
- "engines": {
- "node": ">=v12"
- },
- "files": [
- "index.js",
- "cli.js",
- "lib"
- ],
- "gitHead": "399a0289356c670a87524387cc96d8fb0a33fdca",
- "homepage": "https://commitlint.js.org/",
- "keywords": [
- "conventional-changelog",
- "commitlint",
- "cli"
- ],
- "license": "MIT",
- "name": "@commitlint/cli",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/conventional-changelog/commitlint.git",
- "directory": "@commitlint/cli"
- },
- "scripts": {
- "deps": "dep-check",
- "pkg": "pkg-check"
- },
- "version": "15.0.0"
- }
|