| Server IP : 107.13.46.68 / Your IP : 216.73.216.91 Web Server : Apache/2.4.58 (Ubuntu) System : Linux mariOS 6.8.0-51-generic #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec 5 13:09:44 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/node_modules/cliui/node_modules/gts/ |
Upload File : |
{
"name": "gts",
"version": "3.1.0",
"description": "Google TypeScript Style",
"repository": "google/gts",
"main": "build/src/index.js",
"bin": {
"gts": "build/src/cli.js"
},
"files": [
"CHANGELOG.md",
"build/src",
"build/template",
"build/.eslintrc.json",
".prettierrc.json",
"tsconfig-google.json",
"tsconfig.json",
".eslintrc.json"
],
"scripts": {
"build": "npm run compile",
"clean": "rimraf ./build/",
"codecov": "c8 report --reporter=json && codecov -f coverage/*.json",
"compile": "tsc",
"postcompile": "ncp template build/template",
"lint": "eslint '**/*.ts'",
"prepare": "npm run compile",
"test": "c8 mocha build/test/test-*.js",
"system-test": "c8 mocha build/test/kitchen.js",
"pretest": "npm run compile",
"presystem-test": "npm run compile",
"license-check": "jsgl --local .",
"fix": "eslint --fix '**/*.ts'"
},
"engines": {
"node": ">=10"
},
"keywords": [
"typescript",
"linter",
"formatter",
"google"
],
"author": "Google Inc.",
"license": "Apache-2.0",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"chalk": "^4.1.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"execa": "^5.0.0",
"inquirer": "^7.3.3",
"meow": "^9.0.0",
"json5": "^2.1.3",
"ncp": "^2.0.0",
"prettier": "^2.1.2",
"rimraf": "^3.0.2",
"update-notifier": "^5.0.0",
"write-file-atomic": "^3.0.3"
},
"devDependencies": {
"@npm/types": "^1.0.1",
"@types/cross-spawn": "^6.0.2",
"@types/eslint": "^7.2.3",
"@types/fs-extra": "^9.0.1",
"@types/inquirer": "^7.3.1",
"@types/json5": "0.0.30",
"@types/mocha": "^8.0.3",
"@types/ncp": "^2.0.4",
"@types/node": "^14.11.2",
"@types/prettier": "^2.1.1",
"@types/rimraf": "^3.0.0",
"@types/sinon": "^9.0.6",
"@types/tmp": "^0.2.0",
"@types/update-notifier": "^5.0.0",
"@types/write-file-atomic": "^3.0.1",
"c8": "^7.3.1",
"codecov": "^3.7.2",
"cross-spawn": "^7.0.3",
"fs-extra": "^9.0.1",
"inline-fixtures": "^1.1.0",
"js-green-licenses": "^2.0.1",
"mocha": "^8.1.3",
"sinon": "^9.0.3",
"tmp": "0.2.1",
"typescript": "^4.0.3"
},
"peerDependencies": {
"typescript": ">=3"
}
}