UNPKG

putout

Version:

🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json

252 lines (251 loc) 10.1 kB
{ "name": "putout", "version": "40.15.1", "type": "commonjs", "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/putout.js", "import": "./lib/putout.mjs" }, "./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": "./lib/cli/exit-codes.mjs", "./exit-codes/cjs": "./lib/cli/exit-codes.js", "./cli": "./lib/cli/index.js", "./cli/get-options": "./lib/cli/get-options.js", "./package.json": "./package.json", "./putout.json": "./putout.json", "./lint/json": "./lib/lint/json.mjs", "./transform": "./lib/transform.js", "./find-places": "./lib/find-places.js", "./register": "./lib/loader/register.mjs", "./ignores": "./lib/ignores.js", "./simple-import": "./lib/cli/simple-import.js" }, "bin": { "putout": "bin/tracer.mjs" }, "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": "^4.0.1", "@putout/cli-cache": "^6.0.0", "@putout/cli-choose-formatter": "^5.0.0", "@putout/cli-keypress": "^3.0.0", "@putout/cli-match": "^2.0.0", "@putout/cli-process-file": "^4.0.0", "@putout/cli-ruler": "^4.0.0", "@putout/cli-staged": "^1.0.0", "@putout/cli-validate-args": "^2.0.0", "@putout/compare": "^18.0.0", "@putout/engine-loader": "^16.0.0", "@putout/engine-parser": "^14.0.0", "@putout/engine-processor": "^14.0.0", "@putout/engine-reporter": "^5.0.0", "@putout/engine-runner": "^25.0.0", "@putout/formatter-codeframe": "^9.0.0", "@putout/formatter-dump": "^6.0.0", "@putout/formatter-frame": "^8.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": "^14.0.0", "@putout/operator-add-args": "^12.0.0", "@putout/operator-declare": "^14.0.0", "@putout/operator-filesystem": "^9.0.0", "@putout/operator-ignore": "^3.0.0", "@putout/operator-json": "^2.0.0", "@putout/operator-jsx": "^1.0.0", "@putout/operator-keyword": "^2.0.0", "@putout/operator-match-files": "^9.0.0", "@putout/operator-parens": "^2.0.0", "@putout/operator-regexp": "^2.0.0", "@putout/operator-rename-files": "^5.0.0", "@putout/plugin-apply-arrow": "^3.0.0", "@putout/plugin-apply-at": "^2.0.0", "@putout/plugin-apply-destructuring": "^10.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-assignment": "^2.0.0", "@putout/plugin-browserlist": "^2.0.0", "@putout/plugin-conditions": "^8.0.0", "@putout/plugin-convert-apply-to-spread": "^4.0.0", "@putout/plugin-convert-arguments-to-rest": "^4.0.0", "@putout/plugin-convert-array-copy-to-slice": "^4.0.0", "@putout/plugin-convert-concat-to-flat": "^1.0.0", "@putout/plugin-convert-const-to-let": "^5.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-assign-to-merge-spread": "^7.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": "^8.0.0", "@putout/plugin-eslint": "^14.0.0", "@putout/plugin-esm": "^5.0.0", "@putout/plugin-extract-keywords-from-variables": "^3.0.0", "@putout/plugin-extract-object-properties": "^10.0.0", "@putout/plugin-extract-sequence-expressions": "^4.0.0", "@putout/plugin-filesystem": "^11.0.0", "@putout/plugin-for-of": "^10.0.0", "@putout/plugin-generators": "^2.0.0", "@putout/plugin-github": "^17.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-destructuring-properties": "^12.0.0", "@putout/plugin-merge-duplicate-functions": "^4.0.0", "@putout/plugin-montag": "^4.0.0", "@putout/plugin-new": "^4.0.0", "@putout/plugin-nodejs": "^17.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": "^27.0.0", "@putout/plugin-putout-config": "^10.0.0", "@putout/plugin-regexp": "^12.0.0", "@putout/plugin-remove-console": "^6.0.0", "@putout/plugin-remove-constant-conditions": "^4.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-unreferenced-variables": "^6.0.0", "@putout/plugin-remove-unused-expressions": "^12.0.0", "@putout/plugin-remove-unused-for-of-variables": "^3.0.0", "@putout/plugin-remove-unused-labels": "^1.0.1", "@putout/plugin-remove-unused-private-fields": "^4.0.0", "@putout/plugin-remove-unused-variables": "^14.0.0", "@putout/plugin-remove-useless-arguments": "^12.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": "^8.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-spread": "^13.0.0", "@putout/plugin-remove-useless-template-expressions": "^3.0.0", "@putout/plugin-remove-useless-variables": "^14.0.0", "@putout/plugin-return": "^2.0.0", "@putout/plugin-reuse-duplicate-init": "^8.0.0", "@putout/plugin-simplify-ternary": "^8.0.0", "@putout/plugin-split-call-with-destructuring": "^2.0.0", "@putout/plugin-split-nested-destructuring": "^4.0.0", "@putout/plugin-split-variable-declarations": "^5.0.0", "@putout/plugin-tape": "^19.0.0", "@putout/plugin-try-catch": "^6.0.0", "@putout/plugin-types": "^8.0.0", "@putout/plugin-typescript": "^12.0.0", "@putout/plugin-webpack": "^4.0.0", "@putout/processor-css": "^11.0.0", "@putout/processor-filesystem": "^7.0.0", "@putout/processor-ignore": "^6.0.0", "@putout/processor-javascript": "^5.0.0", "@putout/processor-json": "^9.0.0", "@putout/processor-markdown": "^12.0.0", "@putout/processor-yaml": "^8.0.0", "@putout/traverse": "^14.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": "^3.0.0", "try-to-catch": "^3.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": "v10.0.0-alpha.0", "eslint-plugin-n": "^17.0.0", "eslint-plugin-putout": "^28.0.0", "just-camel-case": "^6.2.0", "madrun": "^11.0.0", "mock-require": "^3.0.2", "montag": "^1.2.1", "nodemon": "^3.0.1", "strip-ansi": "^7.0.0", "supertape": "^11.0.3" }, "license": "MIT", "engines": { "node": ">=20.19" }, "publishConfig": { "access": "public" } }