UNPKG

@putout/operator-filesystem

Version:

🐊Putout operator adds ability to filesystem referenced variables that was not defined

63 lines (62 loc) 1.65 kB
{ "name": "@putout/operator-filesystem", "version": "9.0.1", "type": "commonjs", "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", "description": "🐊Putout operator adds ability to filesystem referenced variables that was not defined", "homepage": "https://github.com/coderaiser/putout/tree/master/packages/operator-filesystem#readme", "main": "lib/filesystem.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": "^4.0.1", "@putout/operate": "^14.0.0", "fullstore": "^3.0.0", "try-catch": "^3.0.1" }, "keywords": [ "putout", "putout-operator", "operator", "filesystem" ], "devDependencies": { "@putout/engine-parser": "^14.0.1", "@putout/eslint-flat": "^3.0.0", "@putout/operator-json": "^2.0.0", "@putout/test": "^13.0.0", "c8": "^10.0.0", "eslint": "^9.0.0", "eslint-plugin-n": "^17.0.0", "eslint-plugin-putout": "^27.0.0", "madrun": "^11.0.0", "montag": "^1.2.1", "nodemon": "^3.0.1", "supertape": "^11.0.3" }, "peerDependencies": { "putout": ">=40" }, "license": "MIT", "engines": { "node": ">=20" }, "publishConfig": { "access": "public" } }