forked from svrjs/svrjs
131 lines
3.3 KiB
JSON
131 lines
3.3 KiB
JSON
|
{
|
||
|
"_from": "formidable",
|
||
|
"_id": "formidable@2.1.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-0EcS9wCFEzLvfiks7omJ+SiYJAiD+TzK4Pcw1UlUoGnhUxDcMKjt0P7x8wEb0u6OHu8Nb98WG3nxtlF5C7bvUQ==",
|
||
|
"_location": "/formidable",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "tag",
|
||
|
"registry": true,
|
||
|
"raw": "formidable",
|
||
|
"name": "formidable",
|
||
|
"escapedName": "formidable",
|
||
|
"rawSpec": "",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "latest"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"#USER",
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/formidable/-/formidable-2.1.1.tgz",
|
||
|
"_shasum": "81269cbea1a613240049f5f61a9d97731517414f",
|
||
|
"_spec": "formidable",
|
||
|
"_where": "/home/ubuntu/formidable",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/node-formidable/formidable/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"commitlint": {
|
||
|
"extends": [
|
||
|
"@commitlint/config-conventional"
|
||
|
]
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"dezalgo": "^1.0.4",
|
||
|
"hexoid": "^1.0.0",
|
||
|
"once": "^1.4.0",
|
||
|
"qs": "^6.11.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",
|
||
|
"@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",
|
||
|
"husky": "4.2.5",
|
||
|
"jest": "25.4.0",
|
||
|
"koa": "2.11.0",
|
||
|
"lint-staged": "10.2.7",
|
||
|
"make-dir-cli": "2.0.0",
|
||
|
"nyc": "15.0.1",
|
||
|
"prettier": "2.0.5",
|
||
|
"prettier-plugin-pkgjson": "0.2.8",
|
||
|
"request": "2.88.2",
|
||
|
"supertest": "4.0.2"
|
||
|
},
|
||
|
"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",
|
||
|
"publishConfig": {
|
||
|
"access": "public",
|
||
|
"tag": "latest"
|
||
|
},
|
||
|
"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": "jest --coverage",
|
||
|
"test:ci": "nyc jest --coverage",
|
||
|
"test:jest": "jest --coverage"
|
||
|
},
|
||
|
"version": "2.1.1"
|
||
|
}
|