{
  "_args": [
    [
      "fs-monkey@1.0.1",
      "/var/www/apache_htdocs/aprenter.com/production"
    ]
  ],
  "_development": true,
  "_from": "fs-monkey@1.0.1",
  "_id": "fs-monkey@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-fcSa+wyTqZa46iWweI7/ZiUfegOZl0SG8+dltIwFXo7+zYU9J9kpS3NB6pZcSlJdhvIwp81Adx2XhZorncxiaA==",
  "_location": "/fs-monkey",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fs-monkey@1.0.1",
    "name": "fs-monkey",
    "escapedName": "fs-monkey",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/memfs"
  ],
  "_resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "/var/www/apache_htdocs/aprenter.com/production",
  "bugs": {
    "url": "https://github.com/streamich/fs-monkey/issues"
  },
  "dependencies": {},
  "description": "Monkey patches for file system related things.",
  "devDependencies": {
    "@semantic-release/changelog": "3.0.6",
    "@semantic-release/git": "7.0.18",
    "@semantic-release/npm": "5.3.5",
    "@types/jest": "23.3.14",
    "@types/node": "8.10.60",
    "babel-cli": "6.26.0",
    "babel-core": "6.26.3",
    "babel-jest": "23.6.0",
    "babel-preset-es2015": "6.24.1",
    "jest": "23.6.0",
    "semantic-release": "15.14.0",
    "source-map-support": "0.5.19"
  },
  "directories": {
    "doc": "docs"
  },
  "files": [
    "lib",
    "!lib/__tests__",
    "docs"
  ],
  "homepage": "https://github.com/streamich/fs-monkey#readme",
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.js"
    ],
    "transform": {
      "^.+\\.jsx?$": "babel-jest"
    },
    "testRegex": ".*(__tests__/|/test/unit/).*(test|spec)\\.(t|j)sx?$"
  },
  "keywords": [
    "fs",
    "file",
    "file system",
    "monkey",
    "fsmonkey",
    "monkeyfs",
    "monkeypatch",
    "patch"
  ],
  "main": "lib/index.js",
  "name": "fs-monkey",
  "release": {
    "verifyConditions": [
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/git"
    ],
    "prepare": [
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/git"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streamich/fs-monkey.git"
  },
  "scripts": {
    "build": "babel src --out-dir lib",
    "test": "jest"
  },
  "version": "1.0.1"
}
