123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_from": "@commitlint/rules@^15.0.0",
- "_id": "@commitlint/rules@15.0.0",
- "_inBundle": false,
- "_integrity": "sha512-SqXfp6QUlwBS+0IZm4FEA/NmmAwcFQIkG3B05BtemOVWXQdZ8j1vV6hDwvA9oMPCmUSrrGpHOtZK7HaHhng2yA==",
- "_location": "/@commitlint/rules",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@commitlint/rules@^15.0.0",
- "name": "@commitlint/rules",
- "escapedName": "@commitlint%2frules",
- "scope": "@commitlint",
- "rawSpec": "^15.0.0",
- "saveSpec": null,
- "fetchSpec": "^15.0.0"
- },
- "_requiredBy": [
- "/@commitlint/lint"
- ],
- "_resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-15.0.0.tgz",
- "_shasum": "326370abc004492fcb5543198d1d55b14e25e3c8",
- "_spec": "@commitlint/rules@^15.0.0",
- "_where": "H:\\gs_nuxt\\node_modules\\@commitlint\\lint",
- "author": {
- "name": "Mario Nebl",
- "email": "hello@herebecode.com"
- },
- "bugs": {
- "url": "https://github.com/conventional-changelog/commitlint/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@commitlint/ensure": "^15.0.0",
- "@commitlint/message": "^15.0.0",
- "@commitlint/to-lines": "^15.0.0",
- "@commitlint/types": "^15.0.0",
- "execa": "^5.0.0"
- },
- "deprecated": false,
- "description": "Lint your commit messages",
- "devDependencies": {
- "@commitlint/parse": "^15.0.0",
- "@commitlint/test": "^15.0.0",
- "@commitlint/utils": "^15.0.0",
- "conventional-changelog-angular": "5.0.13",
- "globby": "^11.0.0"
- },
- "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/rules",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/conventional-changelog/commitlint.git",
- "directory": "@commitlint/rules"
- },
- "scripts": {
- "deps": "dep-check",
- "pkg": "pkg-check"
- },
- "types": "lib/index.d.ts",
- "version": "15.0.0"
- }
|