putout
Version:
🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json
235 lines (234 loc) • 8.95 kB
JSON
{
"name": "putout",
"version": "41.6.3",
"type": "module",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
"homepage": "http://github.com/coderaiser/putout#readme",
"main": "./lib/putout.js",
"exports": {
".": {
"require": "./lib/index.cjs",
"import": "./lib/index.js"
},
"./parse-error": "./lib/parse-error.js",
"./parse-options": "./lib/parse-options/index.js",
"./parse-match": "./lib/parse-options/parse-match.js",
"./merge-options": "./lib/parse-options/merge-options.js",
"./exit-codes": {
"import": "./lib/cli/exit-codes.js",
"require": "./lib/cli/exit-codes.cjs"
},
"./cli/get-options": "./lib/cli/get-options.js",
"./package.json": "./package.json",
"./putout.json": "./putout.json",
"./lint/json": "./lib/lint/json.js",
"./transform": "./lib/transform.js",
"./find-places": "./lib/find-places.js",
"./register": "./lib/loader/register.js",
"./ignores": "./lib/ignores.js",
"./simple-import": "./lib/cli/simple-import.js"
},
"bin": {
"putout": "bin/tracer.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coderaiser/putout.git"
},
"scripts": {
"wisdom": "madrun wisdom",
"test": "madrun test",
"test:raw": "madrun test:raw",
"watch:test": "madrun watch:test",
"lint": "madrun lint",
"trace": "madrun trace",
"fresh:lint": "madrun fresh:lint",
"fix:lint": "madrun fix:lint",
"fix:lint:fresh": "madrun fix:lint:fresh",
"lint:progress": "madrun lint:progress",
"lint:fresh": "madrun lint:fresh",
"coverage": "madrun coverage",
"report": "madrun report"
},
"dependencies": {
"@putout/babel": "^5.0.0",
"@putout/cli-cache": "^6.0.0",
"@putout/cli-choose-formatter": "^5.0.0",
"@putout/cli-keypress": "^3.0.0",
"@putout/cli-match": "^3.0.0",
"@putout/cli-process-file": "^6.0.0",
"@putout/cli-ruler": "^4.0.0",
"@putout/cli-staged": "^2.0.0",
"@putout/cli-validate-args": "^2.0.0",
"@putout/compare": "^19.0.0",
"@putout/engine-loader": "^17.0.0",
"@putout/engine-parser": "^15.0.1",
"@putout/engine-processor": "^16.0.0",
"@putout/engine-reporter": "^8.0.2",
"@putout/engine-runner": "^27.0.0",
"@putout/formatter-codeframe": "^10.0.0",
"@putout/formatter-dump": "^6.0.0",
"@putout/formatter-frame": "^9.0.0",
"@putout/formatter-json": "^3.0.0",
"@putout/formatter-json-lines": "^4.0.0",
"@putout/formatter-memory": "^5.0.0",
"@putout/formatter-progress": "^6.0.0",
"@putout/formatter-progress-bar": "^5.0.0",
"@putout/formatter-stream": "^6.0.0",
"@putout/formatter-time": "^4.0.0",
"@putout/operate": "^15.0.0",
"@putout/operator-add-args": "^14.0.0",
"@putout/operator-declare": "^16.0.0",
"@putout/operator-filesystem": "^10.0.0",
"@putout/operator-ignore": "^5.0.0",
"@putout/operator-json": "^3.0.0",
"@putout/operator-jsx": "^3.0.0",
"@putout/operator-keyword": "^4.0.0",
"@putout/operator-match-files": "^11.0.0",
"@putout/operator-parens": "^4.0.0",
"@putout/operator-regexp": "^4.0.0",
"@putout/operator-rename-files": "^6.0.0",
"@putout/plugin-apply-arrow": "^3.0.0",
"@putout/plugin-apply-at": "^2.0.0",
"@putout/plugin-apply-dot-notation": "^3.0.0",
"@putout/plugin-apply-flat-map": "^3.0.0",
"@putout/plugin-apply-overrides": "^3.0.0",
"@putout/plugin-apply-shorthand-properties": "^7.0.0",
"@putout/plugin-apply-starts-with": "^1.0.0",
"@putout/plugin-apply-template-literals": "^4.0.0",
"@putout/plugin-arguments": "^1.0.0",
"@putout/plugin-assignment": "^2.0.0",
"@putout/plugin-browserlist": "^2.0.0",
"@putout/plugin-conditions": "^8.0.0",
"@putout/plugin-convert-concat-to-flat": "^1.0.0",
"@putout/plugin-convert-expression-to-params": "^1.0.0",
"@putout/plugin-convert-index-of-to-includes": "^2.0.0",
"@putout/plugin-convert-object-entries-to-array-entries": "^3.0.0",
"@putout/plugin-convert-object-entries-to-object-keys": "^1.0.0",
"@putout/plugin-convert-object-keys-to-object-entries": "^1.0.0",
"@putout/plugin-convert-quotes-to-backticks": "^5.0.0",
"@putout/plugin-convert-template-to-string": "^3.0.0",
"@putout/plugin-convert-to-arrow-function": "^4.0.0",
"@putout/plugin-coverage": "^1.0.0",
"@putout/plugin-declare": "^6.0.0",
"@putout/plugin-declare-before-reference": "^9.0.0",
"@putout/plugin-destructuring": "^1.0.0",
"@putout/plugin-eslint": "^15.0.0",
"@putout/plugin-esm": "^6.0.0",
"@putout/plugin-extract-sequence-expressions": "^4.0.0",
"@putout/plugin-filesystem": "^12.0.0",
"@putout/plugin-for-of": "^11.0.0",
"@putout/plugin-generators": "^2.0.0",
"@putout/plugin-github": "^18.0.0",
"@putout/plugin-gitignore": "^6.0.0",
"@putout/plugin-labels": "^2.0.0",
"@putout/plugin-logical-expressions": "^8.0.0",
"@putout/plugin-madrun": "^22.0.0",
"@putout/plugin-math": "^4.0.0",
"@putout/plugin-maybe": "^4.0.0",
"@putout/plugin-merge-duplicate-functions": "^4.0.0",
"@putout/plugin-montag": "^4.0.0",
"@putout/plugin-new": "^5.0.0",
"@putout/plugin-nodejs": "^18.0.0",
"@putout/plugin-npmignore": "^5.0.0",
"@putout/plugin-optional-chaining": "^2.0.0",
"@putout/plugin-package-json": "^9.0.0",
"@putout/plugin-parens": "^4.0.0",
"@putout/plugin-promises": "^18.0.0",
"@putout/plugin-putout": "^28.0.0",
"@putout/plugin-putout-config": "^11.0.0",
"@putout/plugin-regexp": "^13.0.0",
"@putout/plugin-remove-console": "^6.0.0",
"@putout/plugin-remove-debugger": "^7.0.0",
"@putout/plugin-remove-duplicate-case": "^3.0.0",
"@putout/plugin-remove-duplicate-keys": "^8.0.0",
"@putout/plugin-remove-empty": "^15.0.0",
"@putout/plugin-remove-iife": "^5.0.0",
"@putout/plugin-remove-nested-blocks": "^9.0.0",
"@putout/plugin-remove-unreachable-code": "^3.0.0",
"@putout/plugin-remove-unused-expressions": "^12.0.0",
"@putout/plugin-remove-unused-private-fields": "^4.0.0",
"@putout/plugin-remove-useless-array": "^2.0.0",
"@putout/plugin-remove-useless-array-constructor": "^3.0.0",
"@putout/plugin-remove-useless-array-entries": "^2.0.0",
"@putout/plugin-remove-useless-assign": "^2.0.0",
"@putout/plugin-remove-useless-constructor": "^3.0.0",
"@putout/plugin-remove-useless-continue": "^3.0.0",
"@putout/plugin-remove-useless-delete": "^2.0.0",
"@putout/plugin-remove-useless-escape": "^9.0.0",
"@putout/plugin-remove-useless-functions": "^5.0.0",
"@putout/plugin-remove-useless-map": "^2.0.0",
"@putout/plugin-remove-useless-operand": "^3.0.0",
"@putout/plugin-remove-useless-push": "^2.0.0",
"@putout/plugin-remove-useless-replace": "^2.0.0",
"@putout/plugin-remove-useless-template-expressions": "^3.0.0",
"@putout/plugin-return": "^3.0.0",
"@putout/plugin-simplify-ternary": "^9.0.0",
"@putout/plugin-spread": "^1.0.0",
"@putout/plugin-tape": "^19.0.0",
"@putout/plugin-try-catch": "^7.0.0",
"@putout/plugin-types": "^8.0.0",
"@putout/plugin-typescript": "^13.0.0",
"@putout/plugin-variables": "^1.0.0",
"@putout/plugin-webpack": "^4.0.0",
"@putout/processor-css": "^12.0.0",
"@putout/processor-filesystem": "^7.0.0",
"@putout/processor-ignore": "^7.0.0",
"@putout/processor-javascript": "^5.0.0",
"@putout/processor-json": "^10.0.0",
"@putout/processor-markdown": "^13.0.0",
"@putout/processor-toml": "^1.0.0",
"@putout/processor-yaml": "^10.0.0",
"@putout/traverse": "^16.0.0",
"ajv": "^8.8.2",
"ci-info": "^4.0.0",
"deepmerge": "^4.0.0",
"escalade": "^3.1.1",
"fast-glob": "^3.2.2",
"find-up": "^8.0.0",
"fullstore": "^3.0.0",
"ignore": "^7.0.0",
"is-relative": "^1.0.0",
"nano-memoize": "^3.0.11",
"once": "^1.4.0",
"picomatch": "^4.0.2",
"try-catch": "^4.0.0",
"try-to-catch": "^4.0.0",
"wraptile": "^3.0.0",
"yargs-parser": "^22.0.0"
},
"keywords": [
"ast",
"transform",
"putout-script",
"codemod",
"eslint",
"babel",
"plugin",
"lint",
"variable",
"unused"
],
"devDependencies": {
"@putout/eslint-flat": "^3.0.0",
"@putout/plugin-apply-entries": "^2.0.0",
"c8": "^10.0.0",
"currify": "^4.0.0",
"eslint": "^10.0.0-alpha.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-putout": "^29.0.0",
"just-camel-case": "^6.2.0",
"madrun": "^12.0.0",
"montag": "^1.2.1",
"nodemon": "^3.0.1",
"supertape": "^12.0.0"
},
"license": "MIT",
"engines": {
"node": ">=22.12"
},
"publishConfig": {
"access": "public"
}
}