{
  "_from": "mem-fs-editor@^7.0.1",
  "_id": "mem-fs-editor@7.1.0",
  "_inBundle": false,
  "_integrity": "sha512-BH6QEqCXSqGeX48V7zu+e3cMwHU7x640NB8Zk8VNvVZniz+p4FK60pMx/3yfkzo6miI6G3a8pH6z7FeuIzqrzA==",
  "_location": "/mem-fs-editor",
  "_phantomChildren": {
    "glob": "7.2.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "mem-fs-editor@^7.0.1",
    "name": "mem-fs-editor",
    "escapedName": "mem-fs-editor",
    "rawSpec": "^7.0.1",
    "saveSpec": null,
    "fetchSpec": "^7.0.1"
  },
  "_requiredBy": [
    "/yeoman-generator"
  ],
  "_resolved": "https://registry.npmjs.org/mem-fs-editor/-/mem-fs-editor-7.1.0.tgz",
  "_shasum": "2a16f143228df87bf918874556723a7ee73bfe88",
  "_spec": "mem-fs-editor@^7.0.1",
  "_where": "/home/editor/editor.api/node_modules/yeoman-generator",
  "author": {
    "name": "Simon Boudrias"
  },
  "bugs": {
    "url": "https://github.com/SBoudrias/mem-fs-editor/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "commondir": "^1.0.1",
    "deep-extend": "^0.6.0",
    "ejs": "^3.1.5",
    "glob": "^7.1.4",
    "globby": "^9.2.0",
    "isbinaryfile": "^4.0.0",
    "mkdirp": "^1.0.0",
    "multimatch": "^4.0.0",
    "rimraf": "^3.0.0",
    "through2": "^3.0.2",
    "vinyl": "^2.2.1"
  },
  "deprecated": false,
  "description": "File edition helpers working on top of mem-fs",
  "devDependencies": {
    "coveralls": "^3.0.3",
    "escape-regexp": "0.0.1",
    "eslint": "^6.0.0",
    "eslint-config-xo-space": "^0.21.0",
    "jest": "^24.8.0",
    "mem-fs": "^1.0.0",
    "sinon": "^8.0.0"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/SBoudrias/mem-fs-editor#readme",
  "jest": {
    "collectCoverage": true,
    "coverageDirectory": "coverage",
    "testEnvironment": "node"
  },
  "license": "MIT",
  "main": "lib/index.js",
  "name": "mem-fs-editor",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SBoudrias/mem-fs-editor.git"
  },
  "scripts": {
    "pretest": "eslint .",
    "test": "jest"
  },
  "version": "7.1.0"
}
