12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_from": "@commitlint/parse@^15.0.0",
- "_id": "@commitlint/parse@15.0.0",
- "_inBundle": false,
- "_integrity": "sha512-7fweM67tZfBNS7zw1KTuuT5K2u9nGytUJqFqT/1Ln3Na9cBCsoAqR47mfsNOTlRCgGwakm4xiQ7BpS2gN0OGuw==",
- "_location": "/@commitlint/parse",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@commitlint/parse@^15.0.0",
- "name": "@commitlint/parse",
- "escapedName": "@commitlint%2fparse",
- "scope": "@commitlint",
- "rawSpec": "^15.0.0",
- "saveSpec": null,
- "fetchSpec": "^15.0.0"
- },
- "_requiredBy": [
- "/@commitlint/lint"
- ],
- "_resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-15.0.0.tgz",
- "_shasum": "cac77b7514748b8d01d00c0e67d5e54c695c302c",
- "_spec": "@commitlint/parse@^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/types": "^15.0.0",
- "conventional-changelog-angular": "^5.0.11",
- "conventional-commits-parser": "^3.2.2"
- },
- "deprecated": false,
- "description": "Lint your commit messages",
- "devDependencies": {
- "@commitlint/test": "^15.0.0",
- "@commitlint/utils": "^15.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/parse",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/conventional-changelog/commitlint.git",
- "directory": "@commitlint/parse"
- },
- "scripts": {
- "deps": "dep-check",
- "pkg": "pkg-check"
- },
- "types": "lib/index.d.ts",
- "version": "15.0.0"
- }
|