Current File : //home/tradevaly/www/node_modules/memfs/package.json
{
  "_args": [
    [
      "memfs@3.2.2",
      "/home/skote/public_html"
    ]
  ],
  "_development": true,
  "_from": "memfs@3.2.2",
  "_id": "memfs@3.2.2",
  "_inBundle": false,
  "_integrity": "sha512-RE0CwmIM3CEvpcdK3rZ19BC4E6hv9kADkMN5rPduRak58cNArWLi/9jFLsa4rhsjfVxMP3v0jO7FHXq7SvFY5Q==",
  "_location": "/memfs",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "memfs@3.2.2",
    "name": "memfs",
    "escapedName": "memfs",
    "rawSpec": "3.2.2",
    "saveSpec": null,
    "fetchSpec": "3.2.2"
  },
  "_requiredBy": [
    "/webpack-dev-middleware"
  ],
  "_resolved": "https://registry.npmjs.org/memfs/-/memfs-3.2.2.tgz",
  "_spec": "3.2.2",
  "_where": "/home/skote/public_html",
  "bugs": {
    "url": "https://github.com/streamich/memfs/issues"
  },
  "config": {
    "commitizen": {
      "path": "git-cz"
    }
  },
  "dependencies": {
    "fs-monkey": "1.0.3"
  },
  "description": "In-memory file-system with Node's fs API.",
  "devDependencies": {
    "@semantic-release/changelog": "5.0.1",
    "@semantic-release/git": "9.0.0",
    "@semantic-release/npm": "7.1.0",
    "@types/jest": "26.0.22",
    "@types/node": "10.17.56",
    "cpy-cli": "3.1.1",
    "husky": "6.0.0",
    "jest": "26.6.3",
    "prettier": "2.2.1",
    "pretty-quick": "3.1.0",
    "rimraf": "3.0.2",
    "semantic-release": "17.4.2",
    "ts-jest": "26.5.4",
    "ts-node": "9.1.1",
    "tslint": "5.20.1",
    "tslint-config-common": "1.6.0",
    "typescript": "4.2.3"
  },
  "engines": {
    "node": ">= 4.0.0"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/streamich/memfs#readme",
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx"
    ],
    "testEnvironment": "node",
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?|tsx?)$"
  },
  "keywords": [
    "fs",
    "filesystem",
    "fs.js",
    "memory-fs",
    "memfs",
    "file",
    "file system",
    "mount",
    "memory",
    "in-memory",
    "virtual",
    "test",
    "testing",
    "mock"
  ],
  "license": "Unlicense",
  "main": "lib/index.js",
  "name": "memfs",
  "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/memfs.git"
  },
  "scripts": {
    "build": "tsc -p . && cpy src/*.js lib",
    "clean": "rimraf lib types",
    "prettier": "prettier --ignore-path .gitignore --write \"src/**/*.{ts,js}\"",
    "prettier:diff": "prettier -l \"src/**/*.{ts,js}\"",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch",
    "tslint": "tslint \"src/**/*.ts\" -t verbose",
    "watch": "watch \"npm run build\" ./src"
  },
  "types": "lib/index.d.ts",
  "version": "3.2.2"
}