UNPKG

putout

Version:

the pluggable code transformer

213 lines (212 loc) • 8.35 kB
{ "name": "putout", "version": "15.7.2", "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", "description": "the pluggable code transformer", "homepage": "http://github.com/coderaiser/putout", "main": "./lib/putout.js", "exports": { ".": "./lib/putout.js", "./parse-options": "./lib/parse-options/index.js", "./lib/parse-options": "./lib/parse-options/index.js", "./process-file": "./lib/cli/process-file.js", "./cli": "./lib/cli/index.js" }, "bin": { "putout": "bin/putout.mjs" }, "repository": { "type": "git", "url": "git://github.com/coderaiser/putout.git" }, "scripts": { "wisdom": "madrun wisdom", "test:raw": "madrun test:raw", "test": "madrun test", "watch:test": "madrun watch:test", "lint": "madrun lint", "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:raw": "madrun coverage:raw", "coverage": "madrun coverage", "report": "madrun report" }, "dependencies": { "@babel/code-frame": "^7.10.4", "@babel/traverse": "^7.12.5", "@babel/types": "^7.12.6", "@putout/cli-keypress": "^1.0.0", "@putout/cli-validate-args": "^1.0.0", "@putout/compare": "^7.0.0", "@putout/engine-loader": "^4.0.0", "@putout/engine-parser": "^3.0.0", "@putout/engine-processor": "^3.0.0", "@putout/engine-runner": "^10.0.0", "@putout/formatter-codeframe": "^2.0.0", "@putout/formatter-dump": "^2.0.0", "@putout/formatter-frame": "^1.0.0", "@putout/formatter-json": "^1.0.0", "@putout/formatter-json-lines": "^1.0.0", "@putout/formatter-memory": "^1.0.0", "@putout/formatter-progress": "^2.0.0", "@putout/formatter-progress-bar": "^1.1.0", "@putout/formatter-stream": "^2.0.0", "@putout/operate": "^6.0.0", "@putout/plugin-apply-destructuring": "^5.0.0", "@putout/plugin-apply-numeric-separators": "^1.0.0", "@putout/plugin-apply-optional-chaining": "^2.0.0", "@putout/plugin-apply-top-level-await": "^2.0.0", "@putout/plugin-browserlist": "^1.0.0", "@putout/plugin-convert-apply-to-spread": "^3.0.0", "@putout/plugin-convert-arguments-to-rest": "^1.0.0", "@putout/plugin-convert-array-copy-to-slice": "^1.0.0", "@putout/plugin-convert-assignment-to-arrow-function": "^1.0.0", "@putout/plugin-convert-binary-expression-to-boolean": "^2.0.0", "@putout/plugin-convert-commonjs-to-esm": "^5.0.0", "@putout/plugin-convert-equal-to-strict-equal": "^1.0.0", "@putout/plugin-convert-esm-to-commonjs": "^3.0.0", "@putout/plugin-convert-for-each-to-for-of": "^5.0.0", "@putout/plugin-convert-for-in-to-for-of": "^2.0.0", "@putout/plugin-convert-for-to-for-of": "^1.0.0", "@putout/plugin-convert-generic-to-shorthand": "^1.0.0", "@putout/plugin-convert-index-of-to-includes": "^1.0.0", "@putout/plugin-convert-math-pow": "^4.0.0", "@putout/plugin-convert-mock-require-to-mock-import": "^1.0.0", "@putout/plugin-convert-object-assign-to-merge-spread": "^5.0.0", "@putout/plugin-convert-template-to-string": "^1.0.0", "@putout/plugin-convert-throw": "^1.0.0", "@putout/plugin-convert-to-arrow-function": "^3.0.0", "@putout/plugin-convert-top-level-return": "^3.0.0", "@putout/plugin-declare-undefined-variables": "^1.0.0", "@putout/plugin-eslint": "^1.0.0", "@putout/plugin-extract-object-properties": "^5.0.0", "@putout/plugin-extract-sequence-expressions": "^2.0.0", "@putout/plugin-gitignore": "^3.0.0", "@putout/plugin-madrun": "^10.0.0", "@putout/plugin-merge-destructuring-properties": "^5.0.0", "@putout/plugin-merge-duplicate-imports": "^3.0.0", "@putout/plugin-merge-if-statements": "^3.0.0", "@putout/plugin-nodejs": "^1.0.0", "@putout/plugin-npmignore": "^2.0.0", "@putout/plugin-package-json": "^1.0.0", "@putout/plugin-promises": "^4.0.0", "@putout/plugin-putout": "^6.0.0", "@putout/plugin-putout-config": "^1.0.0", "@putout/plugin-regexp": "^2.0.0", "@putout/plugin-remove-boolean-from-logical-expressions": "^3.0.0", "@putout/plugin-remove-console": "^3.0.0", "@putout/plugin-remove-constant-conditions": "^2.0.0", "@putout/plugin-remove-debugger": "^4.0.0", "@putout/plugin-remove-duplicate-interface-keys": "^3.0.0", "@putout/plugin-remove-duplicate-keys": "^2.0.0", "@putout/plugin-remove-duplicates-from-logical-expressions": "^1.0.0", "@putout/plugin-remove-empty": "^5.0.0", "@putout/plugin-remove-iife": "^1.0.0", "@putout/plugin-remove-nested-blocks": "^3.0.0", "@putout/plugin-remove-only": "^4.0.0", "@putout/plugin-remove-process-exit": "^3.0.0", "@putout/plugin-remove-skip": "^3.0.0", "@putout/plugin-remove-unreachable-code": "^1.0.0", "@putout/plugin-remove-unreferenced-variables": "^1.0.0", "@putout/plugin-remove-unused-expressions": "^3.0.0", "@putout/plugin-remove-unused-for-of-variables": "^1.0.0", "@putout/plugin-remove-unused-private-fields": "^1.0.0", "@putout/plugin-remove-unused-types": "^1.0.0", "@putout/plugin-remove-unused-variables": "*", "@putout/plugin-remove-useless-arguments": "^5.0.0", "@putout/plugin-remove-useless-array-from": "^2.0.0", "@putout/plugin-remove-useless-async": "^3.0.0", "@putout/plugin-remove-useless-await": "^1.0.0", "@putout/plugin-remove-useless-escape": "^1.0.0", "@putout/plugin-remove-useless-for-of": "^1.0.0", "@putout/plugin-remove-useless-functions": "^1.0.3", "@putout/plugin-remove-useless-spread": "^4.0.0", "@putout/plugin-remove-useless-template-expressions": "^1.0.0", "@putout/plugin-remove-useless-type-convertion": "^2.0.0", "@putout/plugin-remove-useless-typeof": "^1.0.0", "@putout/plugin-remove-useless-types": "^1.0.0", "@putout/plugin-remove-useless-types-from-constants": "^1.0.0", "@putout/plugin-remove-useless-variables": "^4.0.0", "@putout/plugin-reuse-duplicate-init": "^1.0.0", "@putout/plugin-simplify-ternary": "^2.0.0", "@putout/plugin-split-nested-destructuring": "^1.0.0", "@putout/plugin-split-variable-declarations": "^2.0.0", "@putout/plugin-strict-mode": "^2.0.0", "@putout/plugin-tape": "^2.0.0", "@putout/plugin-travis": "^1.0.0", "@putout/plugin-webpack": "^1.0.0", "@putout/processor-css": "^2.0.0", "@putout/processor-html": "^1.0.0", "@putout/processor-ignore": "^1.0.1", "@putout/processor-javascript": "^2.0.0", "@putout/processor-json": "^2.0.0", "@putout/processor-markdown": "^3.0.0", "@putout/processor-yaml": "^1.0.0", "@putout/traverse": "^3.0.0", "chalk": "^4.0.0", "ci-info": "^3.1.1", "debug": "^4.1.1", "deepmerge": "^4.0.0", "error-stack-parser": "^2.0.6", "escalade": "^3.1.1", "fast-glob": "^3.2.2", "file-entry-cache": "^6.0.0", "find-cache-dir": "^3.3.1", "find-up": "^5.0.0", "fullstore": "^3.0.0", "ignore": "^5.0.4", "imurmurhash": "^0.1.4", "is-relative": "^1.0.0", "isomorphic-git": "^1.4.0", "json-stringify-deterministic": "^1.0.1", "nano-memoize": "^1.1.11", "once": "^1.4.0", "picomatch": "^2.2.2", "try-catch": "^3.0.0", "try-to-catch": "^3.0.0", "v8-compile-cache": "^2.2.0", "wraptile": "^3.0.0", "yargs-parser": "^20.0.0" }, "keywords": [ "ast", "transform", "codemod", "eslint", "babel", "plugin", "jscodeshift", "lint", "variable", "unused" ], "devDependencies": { "@cloudcmd/stub": "^3.0.0", "async-await-codemod": "https://github.com/sgilroy/async-await-codemod.git", "babel-plugin-transform-inline-consecutive-adds": "^0.5.0-alpha.9", "c8": "^7.5.0", "currify": "^4.0.0", "eslint": "^7.3.1", "eslint-plugin-node": "^11.0.0", "eslint-plugin-putout": "^7.0.0", "just-camel-case": "^4.0.2", "lerna": "^4.0.0", "madrun": "^8.6.0", "mock-require": "^3.0.2", "nodemon": "^2.0.1", "pullout": "^4.0.0", "simport": "^1.1.3", "strip-ansi": "^6.0.0", "supertape": "^5.0.0" }, "license": "MIT", "engines": { "node": ">=14" }, "publishConfig": { "access": "public" } }