UNPKG

@putout/compare

Version:

compare AST-nodes according to 🦎 PutoutScript

60 lines (59 loc) • 1.5 kB
{ "name": "@putout/compare", "version": "17.0.0", "type": "commonjs", "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", "description": "compare AST-nodes according to 🦎 PutoutScript", "homepage": "https://github.com/coderaiser/putout/tree/master/packages/compare#readme", "main": "lib/compare.js", "release": false, "tag": false, "changelog": false, "repository": { "type": "git", "url": "git+https://github.com/coderaiser/putout.git" }, "scripts": { "test": "madrun test", "watch:test": "madrun watch:test", "lint": "madrun lint", "fresh:lint": "madrun fresh:lint", "lint:fresh": "madrun lint:fresh", "fix:lint": "madrun fix:lint", "coverage": "madrun coverage", "report": "madrun report" }, "dependencies": { "@putout/babel": "^3.0.0", "@putout/engine-parser": "^13.0.0", "@putout/operate": "^13.0.0", "debug": "^4.1.1", "jessy": "^4.1.0", "nessy": "^5.1.0" }, "keywords": [ "putout", "putout-engine", "compare" ], "devDependencies": { "c8": "^10.0.0", "eslint": "^9.0.0", "eslint-plugin-n": "^17.0.0", "eslint-plugin-putout": "^26.0.0", "madrun": "^11.0.0", "mock-require": "^3.0.3", "montag": "^1.0.0", "nodemon": "^3.0.1", "putout": "*", "supertape": "^10.0.0", "try-catch": "^3.0.0" }, "license": "MIT", "engines": { "node": ">=20" }, "publishConfig": { "access": "public" } }