PATH:
usr
/
local
/
lib
/
node_modules
/
ghost-cli
/
node_modules
/
replace-in-file
{ "_from": "replace-in-file@4.2.0", "_id": "replace-in-file@4.2.0", "_inBundle": false, "_integrity": "sha512-9PGYDbU8iQF3W5a0Ariaf4KzYjsZSkonCYiZylwMiYOu0w5Bg9IuT4DqNnibA4zGNVxH//F7Hxh1P25TofAHGw==", "_location": "/ghost-cli/replace-in-file", "_phantomChildren": { "cliui": "5.0.0", "get-caller-file": "2.0.5", "is-fullwidth-code-point": "2.0.0", "path-exists": "3.0.0", "require-directory": "2.1.1", "require-main-filename": "2.0.0", "set-blocking": "2.0.0", "strip-ansi": "5.2.0", "which-module": "2.0.0", "y18n": "4.0.0", "yargs-parser": "13.1.1" }, "_requested": { "type": "version", "registry": true, "raw": "replace-in-file@4.2.0", "name": "replace-in-file", "escapedName": "replace-in-file", "rawSpec": "4.2.0", "saveSpec": null, "fetchSpec": "4.2.0" }, "_requiredBy": [ "/ghost-cli" ], "_resolved": "https://registry.npmjs.org/replace-in-file/-/replace-in-file-4.2.0.tgz", "_shasum": "be779f4f61a8ee1ab9f917998bd36441673680fe", "_spec": "replace-in-file@4.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": "^2.4.2", "glob": "^7.1.4", "yargs": "^13.3.0" }, "deprecated": false, "description": "A simple utility to quickly replace text in one or more files.", "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-es2015": "^6.24.1", "bluebird": "^3.5.5", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "dirty-chai": "^2.0.1", "istanbul": "^1.0.0-alpha.2", "mocha": "^6.2.0" }, "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", "istanbul": "babel-node ./node_modules/istanbul/lib/cli cover ./node_modules/mocha/bin/_mocha lib/**/*.spec.js", "postversion": "git push && git push --tags && npm publish", "test": "npm run istanbul -s" }, "types": "./types/index.d.ts", "version": "4.2.0" }
[-] .gitattributes
[edit]
[+]
lib
[+]
bin
[+]
..
[+]
node_modules
[-] .eslintignore
[edit]
[-] package.json
[edit]
[+]
types
[-] .eslintrc.yaml
[edit]
[-] .editorconfig
[edit]
[-] index.js
[edit]
[-] .babelrc
[edit]
[-] .travis.yml
[edit]
[-] README.md
[edit]
[+]
test
[-] CHANGELOG.md
[edit]