pipe-rename 1.3.0

Rename your files using your favorite text editor
{
  "name": "node-cache",
  "description": "Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.",
  "keywords": [
    "cache",
    "caching",
    "local",
    "variable",
    "multi",
    "memory",
    "internal",
    "node",
    "memcached",
    "object"
  ],
  "tags": [
    "cache",
    "caching",
    "local",
    "variable",
    "multi",
    "memory",
    "internal",
    "node",
    "memcached",
    "object"
  ],
  "version": "4.2.1",
  "author": "mpneuried <mp@tcs.de>",
  "maintainers": [
    {
      "name": "M. Peter",
      "email": "mp@tcs.de",
      "url": "https://github.com/mpneuried"
    },
    {
      "name": "Joshy",
      "email": "erdiicodes@gmail.com",
      "url": "https://erdii.engineering/"
    }
  ],
  "main": "./index.js",
  "types": "./index.d.ts",
  "homepage": "https://github.com/mpneuried/nodecache",
  "repository": {
    "type": "git",
    "url": "git://github.com/mpneuried/nodecache.git"
  },
  "license": "MIT",
  "engines": {
    "node": ">= 0.4.6"
  },
  "scripts": {
    "test": "COFFEECOV_INIT_ALL=false mocha --require coffee-script/register --require coffee-coverage/register-istanbul _src/test/mocha_test.coffee -R spec && tsc",
    "test-docker": "SILENT_MODE=1 mocha test/mocha_test.js -R min && tsc",
    "build": "grunt build"
  },
  "dependencies": {
    "clone": "2.x",
    "lodash": "^4.17.15"
  },
  "devDependencies": {
    "@types/node": "^8.9.4",
    "coffee-coverage": "^3.0.1",
    "coffee-script": "1.x",
    "coveralls": "^3.0.3",
    "grunt": "^1.0.4",
    "grunt-banner": "0.6.x",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-clean": "1.0.x",
    "grunt-contrib-coffee": "^2.1.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-include-replace": "3.2.x",
    "grunt-mocha-cli": "^4.0.0",
    "grunt-run": "^0.8.1",
    "istanbul": "0.x",
    "mocha": "^6.1.4",
    "should": "11.x",
    "typescript": "^2.6.1"
  }
}