{
  "_from": "replace-in-file@^6.1.0",
  "_id": "replace-in-file@6.3.5",
  "_inBundle": false,
  "_integrity": "sha512-arB9d3ENdKva2fxRnSjwBEXfK1npgyci7ZZuwysgAp7ORjHSyxz6oqIjTEv8R0Ydl4Ll7uOAZXL4vbkhGIizCg==",
  "_location": "/replace-in-file",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "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": [
    "/tailwind-config-viewer"
  ],
  "_resolved": "https://registry.npmjs.org/replace-in-file/-/replace-in-file-6.3.5.tgz",
  "_shasum": "ff956b0ab5bc96613207d603d197cd209400a654",
  "_spec": "replace-in-file@^6.1.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/tailwind-config-viewer",
  "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.2",
    "glob": "^7.2.0",
    "yargs": "^17.2.1"
  },
  "deprecated": false,
  "description": "A simple utility to quickly replace text in one or more files.",
  "devDependencies": {
    "@babel/cli": "^7.15.7",
    "@babel/core": "^7.15.8",
    "@babel/preset-env": "^7.15.8",
    "@babel/register": "^7.15.3",
    "babel-plugin-istanbul": "^6.1.1",
    "bluebird": "^3.7.2",
    "chai": "^4.3.4",
    "chai-as-promised": "^7.1.1",
    "dirty-chai": "^2.0.1",
    "mocha": "^9.1.3",
    "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.3.5"
}
