UNPKG

easy-renamer

Version:

Easily rename files using custom rename functions that are automatically used against any filepaths that match the associated regex or glob patterns.

80 lines (79 loc) 1.55 kB
{ "name": "easy-renamer", "description": "Easily rename files using custom rename functions that are automatically used against any filepaths that match the associated regex or glob patterns.", "version": "0.3.1", "homepage": "https://github.com/jonschlinkert/easy-renamer", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/easy-renamer", "bugs": { "url": "https://github.com/jonschlinkert/easy-renamer/issues" }, "license": "MIT", "files": [ "index.js", "lib" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "extend-shallow": "^2.0.1", "kind-of": "^3.0.2", "lazy-cache": "^1.0.3", "micromatch": "^2.3.7", "vinyl": "^1.1.1" }, "devDependencies": { "gulp-format-md": "^0.1.7", "matched": "^0.3.2", "mocha": "*", "should": "*" }, "keywords": [ "base", "basename", "dir", "directory", "dirname", "ext", "extension", "extname", "file", "filename", "filepath", "name", "parse", "path", "rename", "renamer", "renaming" ], "verb": { "run": true, "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "map-files", "micromatch", "parse-filepath" ] }, "reflinks": [ "verb" ], "lint": { "reflinks": true } } }