{
  "_args": [
    [
      {
        "raw": "memory-fs@~0.3.0",
        "scope": null,
        "escapedName": "memory-fs",
        "name": "memory-fs",
        "rawSpec": "~0.3.0",
        "spec": ">=0.3.0 <0.4.0",
        "type": "range"
      },
      "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.Dq1t5rCB/node_modules/webpack"
    ]
  ],
  "_from": "memory-fs@>=0.3.0 <0.4.0",
  "_id": "memory-fs@0.3.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/memory-fs",
  "_nodeVersion": "4.0.0",
  "_npmUser": {
    "name": "sokra",
    "email": "tobias.koppers@googlemail.com"
  },
  "_npmVersion": "3.3.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "memory-fs@~0.3.0",
    "scope": null,
    "escapedName": "memory-fs",
    "name": "memory-fs",
    "rawSpec": "~0.3.0",
    "spec": ">=0.3.0 <0.4.0",
    "type": "range"
  },
  "_requiredBy": [
    "/enhanced-resolve",
    "/webpack",
    "/webpack-dev-middleware"
  ],
  "_resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.3.0.tgz",
  "_shasum": "7bcc6b629e3a43e871d7e29aca6ae8a7f15cbb20",
  "_shrinkwrap": null,
  "_spec": "memory-fs@~0.3.0",
  "_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.Dq1t5rCB/node_modules/webpack",
  "author": {
    "name": "Tobias Koppers @sokra"
  },
  "bugs": {
    "url": "https://github.com/webpack/memory-fs/issues"
  },
  "dependencies": {
    "errno": "^0.1.3",
    "readable-stream": "^2.0.1"
  },
  "description": "A simple in-memory filesystem. Holds data in a javascript object.",
  "devDependencies": {
    "bl": "^1.0.0",
    "codecov.io": "^0.1.4",
    "coveralls": "^2.11.2",
    "istanbul": "^0.2.13",
    "mocha": "^1.20.1",
    "should": "^4.0.4"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "7bcc6b629e3a43e871d7e29aca6ae8a7f15cbb20",
    "tarball": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.3.0.tgz"
  },
  "gitHead": "20dcd920d18c1dfa6501d95707fe7fdb6d30b725",
  "homepage": "https://github.com/webpack/memory-fs",
  "keywords": [
    "fs",
    "memory"
  ],
  "license": "MIT",
  "main": "lib/MemoryFileSystem.js",
  "maintainers": [
    {
      "name": "sokra",
      "email": "tobias.koppers@googlemail.com"
    }
  ],
  "name": "memory-fs",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webpack/memory-fs.git"
  },
  "scripts": {
    "cover": "istanbul cover node_modules/mocha/bin/_mocha",
    "test": "mocha",
    "travis": "npm run cover -- --report lcovonly"
  },
  "version": "0.3.0"
}
