{
  "_args": [
    [
      "memfs@2.8.x",
      "D:\\_dev\\icte\\icte_trade_gui_mobile\\icte-library-v2\\projects\\icte-sockets\\node_modules\\angular-package-builder"
    ]
  ],
  "_from": "memfs@>=2.8.0-0 <2.9.0-0",
  "_id": "memfs@2.8.0",
  "_inCache": true,
  "_location": "/memfs",
  "_nodeVersion": "8.5.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/memfs_2.8.0_1519156671427_0.6569420619531958"
  },
  "_npmUser": {
    "email": "vadimsdaleckis@gmail.com",
    "name": "streamich"
  },
  "_npmVersion": "5.3.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "memfs",
    "raw": "memfs@2.8.x",
    "rawSpec": "2.8.x",
    "scope": null,
    "spec": ">=2.8.0-0 <2.9.0-0",
    "type": "range"
  },
  "_requiredBy": [
    "/angular-package-builder"
  ],
  "_resolved": "https://registry.npmjs.org/memfs/-/memfs-2.8.0.tgz",
  "_shasum": "a64887d6b540084be5847eb1bd3b5ac8f759c114",
  "_shrinkwrap": null,
  "_spec": "memfs@2.8.x",
  "_where": "D:\\_dev\\icte\\icte_trade_gui_mobile\\icte-library-v2\\projects\\icte-sockets\\node_modules\\angular-package-builder",
  "bugs": {
    "url": "https://github.com/streamich/memfs/issues"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/mol-conventional-changelog"
    }
  },
  "dependencies": {
    "fast-extend": "0.0.2",
    "fs-monkey": "^0.3.0"
  },
  "description": "In-memory file-system with Node's fs API.",
  "devDependencies": {
    "@types/jest": "22.1.3",
    "@types/node": "9.4.6",
    "babel-cli": "6.26.0",
    "babel-preset-es2015": "6.24.1",
    "gulp": "3.9.1",
    "gulp-typescript": "3.2.4",
    "jest": "21.2.1",
    "jest-tap-reporter": "1.9.0",
    "mol-conventional-changelog": "1.2.0",
    "rimraf": "2.6.2",
    "semantic-release": "^12.4.1",
    "ts-jest": "21.2.4",
    "ts-node": "3.3.0",
    "typescript": "2.7.2"
  },
  "directories": {},
  "dist": {
    "fileCount": 53,
    "integrity": "sha512-XT0mmVd8yB8n7TVGM7rhgxB4T76v+cFW64HUSAuueFzKs3SzWudoRMFHJxlqE1a1OZcu8+DA5fuV2BneEZcFIw==",
    "shasum": "a64887d6b540084be5847eb1bd3b5ac8f759c114",
    "tarball": "https://registry.npmjs.org/memfs/-/memfs-2.8.0.tgz",
    "unpackedSize": 249176
  },
  "gitHead": "81b2491096d5e32dc2f6722cead18a49be1820a3",
  "homepage": "https://github.com/streamich/memfs#readme",
  "installable": true,
  "jest": {
    "moduleFileExtensions": [
      "js",
      "jsx",
      "ts",
      "tsx"
    ],
    "reporters": [
      "jest-tap-reporter"
    ],
    "testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?|tsx?)$",
    "transform": {
      "^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    }
  },
  "keywords": [
    "file",
    "file system",
    "filesystem",
    "fs",
    "fs.js",
    "in-memory",
    "memfs",
    "memory",
    "memory-fs",
    "mock",
    "mount",
    "test",
    "testing",
    "virtual"
  ],
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "streamich",
      "email": "streamich@dalecky.com"
    }
  ],
  "name": "memfs",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streamich/memfs.git"
  },
  "scripts": {
    "build": "npm run build-ts && npm run build-js",
    "build-js": "babel src --out-dir lib",
    "build-ts": "gulp build-ts",
    "clean": "rimraf lib types",
    "semantic-release": "semantic-release",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch",
    "watch": "watch 'npm run build' ./src"
  },
  "version": "2.8.0"
}
