PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/mem-fs-editor

Просмотр файла: package.json

{
  "name": "mem-fs-editor",
  "version": "9.7.0",
  "description": "File edition helpers working on top of mem-fs",
  "scripts": {
    "fix": "eslint . --fix",
    "pretest": "eslint .",
    "test": "jest"
  },
  "repository": "SBoudrias/mem-fs-editor",
  "author": "Simon Boudrias",
  "license": "MIT",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "dependencies": {
    "binaryextensions": "^4.16.0",
    "commondir": "^1.0.1",
    "deep-extend": "^0.6.0",
    "ejs": "^3.1.8",
    "globby": "^11.1.0",
    "isbinaryfile": "^5.0.0",
    "minimatch": "^7.2.0",
    "multimatch": "^5.0.0",
    "normalize-path": "^3.0.0",
    "textextensions": "^5.13.0"
  },
  "peerDependencies": {
    "mem-fs": "^2.1.0"
  },
  "peerDependenciesMeta": {
    "mem-fs": {
      "optional": true
    }
  },
  "devDependencies": {
    "coveralls": "^3.0.3",
    "escape-regexp": "0.0.1",
    "eslint": "^8.5.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-config-xo": "^0.43.1",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^29.4.3",
    "mem-fs": "^2.3.0",
    "prettier": "^2.5.1",
    "sinon": "^15.0.1"
  },
  "jest": {
    "collectCoverage": true,
    "coverageDirectory": "coverage",
    "testEnvironment": "node"
  },
  "engines": {
    "node": ">=12.10.0"
  }
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!