Skip to main content
Module

x/regex_copy/package.json

Copy and remove files with regular expression.
Latest
File
{ "name": "regex-copy", "version": "1.0.3", "description": "Copy and remove files with glob pattern(**,*,{},!{}) and regular expression", "bin": { "regex-copy": "./node/bin/regex-copy.js", "rgcp": "./node/bin/regex-copy.js" }, "scripts": { "dist:node": "tsc" }, "main": "node/dist/node.js", "keywords": [ "copy", "remove", "exclude", "glob pattern", "regular expression", "regex", "typescript", "node" ], "type": "module", "author": "Isitea <isitea@isitea.net> (https://isitea.net)", "bugs": { "url": "https://github.com/Isitea/regex-copy/issues" }, "homepage": "https://github.com/Isitea/regex-copy#readme", "license": "MIT", "files": [ "./node" ], "devDependencies": { "@types/node": "^18.0.0", "@typescript-eslint/eslint-plugin": "^5.29.0", "@typescript-eslint/parser": "^5.29.0", "eslint": "^8.18.0", "typescript": "^4.7.4" }}