{
  "_args": [
    [
      "replace-in-file@6.1.0",
      "/datamix/pm/www/lib/external/formbuilder"
    ]
  ],
  "_development": true,
  "_from": "replace-in-file@6.1.0",
  "_id": "replace-in-file@6.1.0",
  "_inBundle": false,
  "_integrity": "sha512-URzjyF3nucvejuY13HFd7O+Q6tFJRLKGHLYVvSh+LiZj3gFXzSYGnIkQflnJJulCAI2/RTZaZkpOtdVdW0EhQA==",
  "_location": "/replace-in-file",
  "_phantomChildren": {
    "@types/color-name": "1.1.1",
    "decamelize": "1.2.0",
    "get-caller-file": "2.0.5",
    "p-limit": "2.3.0",
    "require-directory": "2.1.1",
    "require-main-filename": "2.0.0",
    "set-blocking": "2.0.0",
    "strip-ansi": "6.0.1",
    "which-module": "2.0.0",
    "y18n": "4.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "replace-in-file@6.1.0",
    "name": "replace-in-file",
    "escapedName": "replace-in-file",
    "rawSpec": "6.1.0",
    "saveSpec": null,
    "fetchSpec": "6.1.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/replace-in-file/-/replace-in-file-6.1.0.tgz",
  "_spec": "6.1.0",
  "_where": "/datamix/pm/www/lib/external/formbuilder",
  "author": {
    "name": "Adam Reis",
    "email": "adam@reis.nz",
    "url": "https://adam.reiz.nz/"
  },
  "bin": {
    "replace-in-file": "bin/cli.js"
  },
  "browserify": {
    "transform": [
      [
        "babelify",
        {
          "presets": [
            "es2015"
          ]
        }
      ]
    ]
  },
  "bugs": {
    "url": "https://github.com/adamreisnz/replace-in-file/issues"
  },
  "dependencies": {
    "chalk": "^4.0.0",
    "glob": "^7.1.6",
    "yargs": "^15.3.1"
  },
  "description": "A simple utility to quickly replace text in one or more files.",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.7.7",
    "@babel/preset-env": "^7.9.6",
    "@babel/register": "^7.9.0",
    "babel-plugin-istanbul": "^6.0.0",
    "bluebird": "^3.7.2",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "dirty-chai": "^2.0.1",
    "mocha": "^7.1.2",
    "nyc": "^15.0.1"
  },
  "engines": {
    "node": ">=10"
  },
  "homepage": "https://github.com/adamreisnz/replace-in-file#readme",
  "keywords": [
    "replace",
    "text",
    "contents",
    "file"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "replace-in-file",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adamreisnz/replace-in-file.git"
  },
  "scripts": {
    "coverage": "open -a \"Google Chrome\" ./coverage/lcov-report/index.html",
    "postversion": "git push && git push --tags && npm publish",
    "test": "nyc mocha 'lib/**/*.spec.js'"
  },
  "types": "./types/index.d.ts",
  "version": "6.1.0"
}
