PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/formidable

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

{
  "name": "formidable",
  "version": "3.2.4",
  "license": "MIT",
  "description": "A node.js module for parsing form data, especially file uploads.",
  "homepage": "https://github.com/node-formidable/formidable",
  "funding": "https://ko-fi.com/tunnckoCore/commissions",
  "repository": "node-formidable/formidable",
  "type": "module",
  "main": "./src/index.js",
  "files": [
    "src"
  ],
  "publishConfig": {
    "access": "public",
    "tag": "v3"
  },
  "scripts": {
    "bench": "node benchmark",
    "fmt": "yarn run fmt:prepare '**/*'",
    "fmt:prepare": "prettier --write",
    "lint": "yarn run lint:prepare .",
    "lint:prepare": "eslint --cache --fix --quiet --format codeframe",
    "reinstall": "del-cli ./node_modules ./yarn.lock",
    "postreinstall": "yarn setup",
    "setup": "yarn",
    "pretest": "del-cli ./test/tmp && make-dir ./test/tmp",
    "test": "node  --experimental-vm-modules ./node_modules/jest/bin/jest.js --coverage",
    "pretest:ci": "yarn run pretest",
    "test:ci": "node --experimental-vm-modules node_modules/.bin/nyc jest --coverage"
  },
  "dependencies": {
    "dezalgo": "1.0.3",
    "hexoid": "1.0.0",
    "once": "1.4.0"
  },
  "devDependencies": {
    "@commitlint/cli": "8.3.5",
    "@commitlint/config-conventional": "8.3.4",
    "@sindresorhus/slugify": "^2.1.0",
    "@tunnckocore/prettier-config": "1.3.8",
    "del-cli": "3.0.0",
    "eslint": "6.8.0",
    "eslint-config-airbnb-base": "14.1.0",
    "eslint-config-prettier": "6.11.0",
    "eslint-plugin-import": "2.20.2",
    "eslint-plugin-prettier": "3.1.3",
    "express": "4.17.1",
    "formdata-polyfill": "^4.0.10",
    "husky": "4.2.5",
    "jest": "27.2.4",
    "koa": "2.11.0",
    "lint-staged": "10.2.7",
    "make-dir-cli": "2.0.0",
    "nyc": "15.1.0",
    "prettier": "2.0.5",
    "prettier-plugin-pkgjson": "0.2.8",
    "supertest": "6.1.6"
  },
  "jest": {
    "verbose": true
  },
  "husky": {
    "hooks": {
      "pre-commit": "git status --porcelain && yarn lint-staged",
      "commit-msg": "yarn commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "!*.{js,jsx,ts,tsx}": [
      "yarn run fmt:prepare"
    ],
    "*.{js,jsx,ts,tsx}": [
      "yarn run lint"
    ]
  },
  "renovate": {
    "extends": [
      "@tunnckocore",
      ":pinAllExceptPeerDependencies"
    ]
  },
  "packageManager": "yarn@1.22.17",
  "keywords": [
    "multipart",
    "form",
    "data",
    "querystring",
    "www",
    "json",
    "ulpoad",
    "file"
  ]
}

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


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