GT2/Ejectable/node_modules/logkitty/package.json

98 lines
2.7 KiB
JSON

{
"_from": "logkitty@^0.7.1",
"_id": "logkitty@0.7.1",
"_inBundle": false,
"_integrity": "sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ==",
"_location": "/logkitty",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "logkitty@^0.7.1",
"name": "logkitty",
"escapedName": "logkitty",
"rawSpec": "^0.7.1",
"saveSpec": null,
"fetchSpec": "^0.7.1"
},
"_requiredBy": [
"/@react-native-community/cli-platform-android"
],
"_resolved": "https://registry.npmjs.org/logkitty/-/logkitty-0.7.1.tgz",
"_shasum": "8e8d62f4085a826e8d38987722570234e33c6aa7",
"_spec": "logkitty@^0.7.1",
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/@react-native-community/cli-platform-android",
"author": {
"name": "Paweł Trysła",
"email": "zamotany.oss@gmail.com"
},
"bin": {
"logkitty": "bin/logkitty.js"
},
"bugs": {
"url": "https://github.com/zamotany/logkitty/issues"
},
"bundleDependencies": false,
"dependencies": {
"ansi-fragments": "^0.2.1",
"dayjs": "^1.8.15",
"yargs": "^15.1.0"
},
"deprecated": false,
"description": "Display pretty Android and iOS logs without Android Studio or Console.app, with intuitive Command Line Interface.",
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.3",
"@babel/preset-typescript": "^7.3.3",
"@callstack/eslint-config": "^9.1.0",
"@types/jest": "^24.0.11",
"@types/node": "^10.12.18",
"@types/yargs": "^15.0.0",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"babel-jest": "^24.7.1",
"eslint": "^6.8.0",
"jest": "^24.7.1",
"typescript": "^3.7.4"
},
"files": [
"docs",
"bin",
"build"
],
"homepage": "https://github.com/zamotany/logkitty",
"jest": {
"testRegex": "/__tests__/.*\\.(test|spec)\\.ts?$"
},
"keywords": [
"logcat",
"cli",
"android",
"android studio",
"ios",
"Console.app",
"console",
"log",
"logs",
"logging"
],
"license": "MIT",
"main": "build/api.js",
"name": "logkitty",
"repository": {
"type": "git",
"url": "git+https://github.com/zamotany/logkitty.git"
},
"scripts": {
"build:def": "tsc --emitDeclarationOnly",
"build:source": "babel src --out-dir build --extensions '.js,.ts' --ignore '**/__tests__/**' --source-maps --delete-dir-on-start",
"lint": "eslint --ext '.js,.ts' ./src",
"prepare": "yarn build:source && yarn build:def",
"test": "jest",
"typecheck": "tsc --noEmit"
},
"version": "0.7.1"
}