{ "_from": "formidable@^3.2.4", "_id": "formidable@3.2.5", "_inBundle": false, "_integrity": "sha512-GRGDJTWAZ3H+umZbF2bKcqjsTov25zgon1St05ziKdiSw3kxvI+meMJrXx3ylRmuSADOpviSakBuS4yvGCGnSg==", "_location": "/soap/formidable", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "formidable@^3.2.4", "name": "formidable", "escapedName": "formidable", "rawSpec": "^3.2.4", "saveSpec": null, "fetchSpec": "^3.2.4" }, "_requiredBy": [ "/soap" ], "_resolved": "https://registry.npmjs.org/formidable/-/formidable-3.2.5.tgz", "_shasum": "95d6e0b0110c5e6f31ef5be4b0bd2d0791fd9232", "_spec": "formidable@^3.2.4", "_where": "/home/freeclou/app.optimyar.com/backend/node_modules/soap", "bugs": { "url": "https://github.com/node-formidable/formidable/issues" }, "bundleDependencies": false, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "dependencies": { "dezalgo": "1.0.3", "hexoid": "1.0.0", "once": "1.4.0" }, "deprecated": false, "description": "A node.js module for parsing form data, especially file uploads.", "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" }, "files": [ "src" ], "funding": "https://ko-fi.com/tunnckoCore/commissions", "homepage": "https://github.com/node-formidable/formidable", "husky": { "hooks": { "pre-commit": "git status --porcelain && yarn lint-staged", "commit-msg": "yarn commitlint -E HUSKY_GIT_PARAMS" } }, "jest": { "verbose": true }, "keywords": [ "multipart", "form", "data", "querystring", "www", "json", "ulpoad", "file" ], "license": "MIT", "lint-staged": { "!*.{js,jsx,ts,tsx}": [ "yarn run fmt:prepare" ], "*.{js,jsx,ts,tsx}": [ "yarn run lint" ] }, "main": "./src/index.js", "name": "formidable", "packageManager": "yarn@1.22.17", "publishConfig": { "access": "public", "tag": "v3" }, "renovate": { "extends": [ "@tunnckocore", ":pinAllExceptPeerDependencies" ] }, "repository": { "type": "git", "url": "git+https://github.com/node-formidable/formidable.git" }, "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", "postreinstall": "yarn setup", "pretest": "del-cli ./test/tmp && make-dir ./test/tmp", "pretest:ci": "yarn run pretest", "reinstall": "del-cli ./node_modules ./yarn.lock", "setup": "yarn", "test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --coverage", "test:ci": "node --experimental-vm-modules node_modules/.bin/nyc jest --coverage" }, "type": "module", "version": "3.2.5" }