123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- {
- "_from": "meow@^8.0.0",
- "_id": "meow@8.1.2",
- "_inBundle": false,
- "_integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==",
- "_location": "/meow",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "meow@^8.0.0",
- "name": "meow",
- "escapedName": "meow",
- "rawSpec": "^8.0.0",
- "saveSpec": null,
- "fetchSpec": "^8.0.0"
- },
- "_requiredBy": [
- "/conventional-commits-parser",
- "/git-raw-commits"
- ],
- "_resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz",
- "_shasum": "bcbe45bda0ee1729d350c03cffc8395a36c4e897",
- "_spec": "meow@^8.0.0",
- "_where": "H:\\gs_nuxt\\node_modules\\conventional-commits-parser",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "https://sindresorhus.com"
- },
- "ava": {
- "files": [
- "test/*"
- ]
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/meow/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@types/minimist": "^1.2.0",
- "camelcase-keys": "^6.2.2",
- "decamelize-keys": "^1.1.0",
- "hard-rejection": "^2.1.0",
- "minimist-options": "4.1.0",
- "normalize-package-data": "^3.0.0",
- "read-pkg-up": "^7.0.1",
- "redent": "^3.0.0",
- "trim-newlines": "^3.0.0",
- "type-fest": "^0.18.0",
- "yargs-parser": "^20.2.3"
- },
- "deprecated": false,
- "description": "CLI app helper",
- "devDependencies": {
- "ava": "^2.4.0",
- "execa": "^4.1.0",
- "indent-string": "^4.0.0",
- "tsd": "^0.13.1",
- "xo": "^0.34.1"
- },
- "engines": {
- "node": ">=10"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "funding": "https://github.com/sponsors/sindresorhus",
- "homepage": "https://github.com/sindresorhus/meow#readme",
- "keywords": [
- "cli",
- "bin",
- "util",
- "utility",
- "helper",
- "argv",
- "command",
- "line",
- "meow",
- "cat",
- "kitten",
- "parser",
- "option",
- "flags",
- "input",
- "cmd",
- "console"
- ],
- "license": "MIT",
- "name": "meow",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/meow.git"
- },
- "scripts": {
- "test": "xo && ava && tsd"
- },
- "version": "8.1.2",
- "xo": {
- "rules": {
- "unicorn/no-process-exit": "off",
- "node/no-unsupported-features/es-syntax": "off"
- },
- "ignores": [
- "estest/index.js"
- ]
- }
- }
|