123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_from": "@commitlint/read@^15.0.0",
- "_id": "@commitlint/read@15.0.0",
- "_inBundle": false,
- "_integrity": "sha512-5yI1o2HKZFVe7RTjL7IhuhHMKar/MDNY34vEHqqz9gMI7BK/rdP8uVb4Di1efl2V0UPnwID0nPKWESjQ8Ti0gw==",
- "_location": "/@commitlint/read",
- "_phantomChildren": {
- "graceful-fs": "4.2.10",
- "jsonfile": "6.1.0",
- "universalify": "2.0.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@commitlint/read@^15.0.0",
- "name": "@commitlint/read",
- "escapedName": "@commitlint%2fread",
- "scope": "@commitlint",
- "rawSpec": "^15.0.0",
- "saveSpec": null,
- "fetchSpec": "^15.0.0"
- },
- "_requiredBy": [
- "/@commitlint/cli"
- ],
- "_resolved": "https://registry.npmjs.org/@commitlint/read/-/read-15.0.0.tgz",
- "_shasum": "da839f3b4d49b05586a9cd2666cc8c4a36b9ec91",
- "_spec": "@commitlint/read@^15.0.0",
- "_where": "H:\\gs_nuxt\\node_modules\\@commitlint\\cli",
- "author": {
- "name": "Mario Nebl",
- "email": "hello@herebecode.com"
- },
- "bugs": {
- "url": "https://github.com/conventional-changelog/commitlint/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@commitlint/top-level": "^15.0.0",
- "@commitlint/types": "^15.0.0",
- "fs-extra": "^10.0.0",
- "git-raw-commits": "^2.0.0"
- },
- "deprecated": false,
- "description": "Read commit messages from a specified range or last edit",
- "devDependencies": {
- "@commitlint/test": "^15.0.0",
- "@commitlint/utils": "^15.0.0",
- "@types/fs-extra": "^9.0.1",
- "@types/git-raw-commits": "^2.0.0",
- "execa": "^5.0.0"
- },
- "engines": {
- "node": ">=v12"
- },
- "files": [
- "lib/"
- ],
- "gitHead": "399a0289356c670a87524387cc96d8fb0a33fdca",
- "homepage": "https://commitlint.js.org/",
- "keywords": [
- "conventional-changelog",
- "commitlint",
- "library",
- "core"
- ],
- "license": "MIT",
- "main": "lib/read.js",
- "name": "@commitlint/read",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/conventional-changelog/commitlint.git",
- "directory": "@commitlint/read"
- },
- "scripts": {
- "deps": "dep-check",
- "pkg": "pkg-check --skip-import"
- },
- "types": "lib/read.d.ts",
- "version": "15.0.0"
- }
|