{
  "_from": "mock-fs@^4.1.0",
  "_id": "mock-fs@4.14.0",
  "_inBundle": false,
  "_integrity": "sha512-qYvlv/exQ4+svI3UOvPUpLDF0OMX5euvUH0Ny4N5QyRyhNdgAgUrVH3iUINSzEPLvx0kbo/Bp28GJKIqvE7URw==",
  "_location": "/mock-fs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "mock-fs@^4.1.0",
    "name": "mock-fs",
    "escapedName": "mock-fs",
    "rawSpec": "^4.1.0",
    "saveSpec": null,
    "fetchSpec": "^4.1.0"
  },
  "_requiredBy": [
    "/swarm-js"
  ],
  "_resolved": "https://registry.npmjs.org/mock-fs/-/mock-fs-4.14.0.tgz",
  "_shasum": "ce5124d2c601421255985e6e94da80a7357b1b18",
  "_spec": "mock-fs@^4.1.0",
  "_where": "C:\\Users\\Lenovo\\Desktop\\PHD\\Blockchain\\project\\solidity\\node_modules\\swarm-js",
  "author": {
    "name": "Tim Schaub",
    "url": "http://tschaub.net/"
  },
  "bugs": {
    "url": "https://github.com/tschaub/mock-fs/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A configurable mock file system.  You know, for testing.",
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^5.16.0",
    "eslint-config-tschaub": "^13.1.0",
    "mocha": "^6.1.4",
    "rimraf": "^2.6.3",
    "semver": "^6.0.0"
  },
  "eslintConfig": {
    "extends": "tschaub"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/tschaub/mock-fs",
  "keywords": [
    "mock",
    "fs",
    "test",
    "fixtures",
    "file system",
    "memory"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "mock-fs",
  "repository": {
    "type": "git",
    "url": "git://github.com/tschaub/mock-fs.git"
  },
  "scripts": {
    "lint": "eslint benchmarks lib test",
    "pretest": "npm run lint",
    "test": "mocha --recursive test"
  },
  "version": "4.14.0"
}
