123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "_args": [
- [
- "@commitlint/cli@11.0.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "@commitlint/cli@11.0.0",
- "_id": "@commitlint/cli@11.0.0",
- "_inBundle": false,
- "_integrity": "sha512-YWZWg1DuqqO5Zjh7vUOeSX76vm0FFyz4y0cpGMFhrhvUi5unc4IVfCXZ6337R9zxuBtmveiRuuhQqnRRer+13g==",
- "_location": "/@commitlint/cli",
- "_phantomChildren": {
- "camelcase": "5.3.1",
- "decamelize": "1.2.0",
- "require-directory": "2.1.1",
- "set-blocking": "2.0.0",
- "which-module": "2.0.0",
- "y18n": "4.0.0"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@commitlint/cli@11.0.0",
- "name": "@commitlint/cli",
- "escapedName": "@commitlint%2fcli",
- "scope": "@commitlint",
- "rawSpec": "11.0.0",
- "saveSpec": null,
- "fetchSpec": "11.0.0"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-11.0.0.tgz",
- "_spec": "11.0.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Mario Nebl",
- "email": "hello@herebecode.com"
- },
- "bin": {
- "commitlint": "cli.js"
- },
- "bugs": {
- "url": "https://github.com/conventional-changelog/commitlint/issues"
- },
- "dependencies": {
- "@babel/runtime": "^7.11.2",
- "@commitlint/format": "^11.0.0",
- "@commitlint/lint": "^11.0.0",
- "@commitlint/load": "^11.0.0",
- "@commitlint/read": "^11.0.0",
- "chalk": "4.1.0",
- "core-js": "^3.6.1",
- "get-stdin": "8.0.0",
- "lodash": "^4.17.19",
- "resolve-from": "5.0.0",
- "resolve-global": "1.0.0",
- "yargs": "^15.1.0"
- },
- "description": "Lint your commit messages",
- "devDependencies": {
- "@babel/cli": "^7.11.6",
- "@babel/core": "^7.11.6",
- "@commitlint/test": "^11.0.0",
- "@commitlint/utils": "^11.0.0",
- "@types/yargs": "^15.0.5",
- "babel-preset-commitlint": "^11.0.0",
- "cross-env": "7.0.2",
- "execa": "^4.0.0",
- "fs-extra": "^9.0.0"
- },
- "engines": {
- "node": ">=v10.22.0"
- },
- "files": [
- "index.js",
- "cli.js",
- "lib"
- ],
- "gitHead": "922317463f7c90c0fb319e075de533dd63343863",
- "homepage": "https://github.com/conventional-changelog/commitlint#readme",
- "keywords": [
- "conventional-changelog",
- "commitlint",
- "cli"
- ],
- "license": "MIT",
- "name": "@commitlint/cli",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/conventional-changelog/commitlint.git"
- },
- "scripts": {
- "deps": "dep-check",
- "pkg": "pkg-check"
- },
- "version": "11.0.0"
- }
|