
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
{
  "_from": "replace-in-file@6.2.0",
  "_id": "replace-in-file@6.2.0",
  "_inBundle": false,
  "_integrity": "sha512-Im2AF9G/qgkYneOc9QwWwUS/efyyonTUBvzXS2VXuxPawE5yQIjT/e6x4CTijO0Quq48lfAujuo+S89RR2TP2Q==",
  "_location": "/ghost-cli/replace-in-file",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "replace-in-file@6.2.0",
    "name": "replace-in-file",
    "escapedName": "replace-in-file",
    "rawSpec": "6.2.0",
    "saveSpec": null,
    "fetchSpec": "6.2.0"
  },
  "_requiredBy": [
    "/ghost-cli"
  ],
  "_resolved": "https://registry.npmjs.org/replace-in-file/-/replace-in-file-6.2.0.tgz",
  "_shasum": "9c0e381b0e02f27f83d5ba500bb4046f63d18566",
  "_spec": "replace-in-file@6.2.0",
  "_where": "/usr/local/lib/node_modules/ghost-cli",
  "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"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^4.1.0",
    "glob": "^7.1.6",
    "yargs": "^16.2.0"
  },
  "deprecated": false,
  "description": "A simple utility to quickly replace text in one or more files.",
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@babel/register": "^7.12.10",
    "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": "^8.2.1",
    "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.2.0"
}
