formidable
Advanced tools
Comparing version 2.0.0-canary.20200131.1 to 2.0.0-canary.20200212.1
135
package.json
{ | ||
"name": "formidable", | ||
"version": "2.0.0-canary.20200131.1", | ||
"license": "MIT", | ||
"description": "A node.js module for parsing form data, especially file uploads.", | ||
"homepage": "https://github.com/node-formidable/node-formidable", | ||
"funding": "https://ko-fi.com/tunnckoCore/commissions", | ||
"repository": "node-formidable/node-formidable", | ||
"main": "./src/index.js", | ||
"files": [ | ||
"src" | ||
], | ||
"publishConfig": { | ||
"access": "public", | ||
"tag": "canary" | ||
}, | ||
"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": "rm -rf node_modules yarn.lock && yarn", | ||
"pretest": "rm -rf test/tmp && mkdir test/tmp", | ||
"test": "node test/run.js", | ||
"pretest:ci": "yarn pretest", | ||
"test:ci": "nyc node test/run.js" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"@tunnckocore/prettier-config": "^1.2.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
"eslint-config-prettier": "^6.10.0", | ||
"eslint-plugin-import": "^2.20.0", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"husky": "^4.2.1", | ||
"jest": "^25.1.0", | ||
"lint-staged": "^10.0.6", | ||
"nyc": "^15.0.0", | ||
"prettier": "^1.19.1", | ||
"prettier-plugin-pkgjson": "^0.2.0", | ||
"request": "^2.88.0", | ||
"urun": "^0.0.8", | ||
"utest": "^0.0.8" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged", | ||
"commit-msg": "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" | ||
] | ||
} | ||
"name": "formidable", | ||
"version": "2.0.0-canary.20200212.1", | ||
"license": "MIT", | ||
"description": "A node.js module for parsing form data, especially file uploads.", | ||
"homepage": "https://github.com/node-formidable/node-formidable", | ||
"funding": "https://ko-fi.com/tunnckoCore/commissions", | ||
"repository": "node-formidable/node-formidable", | ||
"main": "./src/index.js", | ||
"files": [ | ||
"src" | ||
], | ||
"publishConfig": { | ||
"access": "public", | ||
"tag": "canary" | ||
}, | ||
"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": "rm -rf node_modules yarn.lock && yarn", | ||
"pretest": "rm -rf test/tmp && mkdir test/tmp", | ||
"test": "node test/run.js", | ||
"pretest:ci": "yarn pretest", | ||
"test:ci": "nyc node test/run.js" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"@tunnckocore/prettier-config": "^1.3.3", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
"eslint-config-prettier": "^6.10.0", | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"husky": "^4.2.2", | ||
"jest": "^25.1.0", | ||
"lint-staged": "^10.0.7", | ||
"nyc": "^15.0.0", | ||
"prettier": "^1.19.1", | ||
"prettier-plugin-pkgjson": "^0.2.3", | ||
"request": "^2.88.2", | ||
"urun": "^0.0.8", | ||
"utest": "^0.0.8" | ||
}, | ||
"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" | ||
] | ||
} | ||
} |
@@ -16,2 +16,5 @@ <p align="center"> | ||
[![][npm-weekly-img]][npmv-url] [![][npm-monthly-img]][npmv-url] | ||
[![][npm-yearly-img]][npmv-url] [![][npm-alltime-img]][npmv-url] | ||
## Status: Maintained [![npm version][npmv-canary-img]][npmv-url] [![npm version][npmv-dev-img]][npmv-url] | ||
@@ -506,2 +509,6 @@ | ||
[npm-weekly-img]: https://badgen.net/npm/dw/formidable?icon=npm&cache=300 | ||
[npm-monthly-img]: https://badgen.net/npm/dm/formidable?icon=npm&cache=300 | ||
[npm-yearly-img]: https://badgen.net/npm/dy/formidable?icon=npm&cache=300 | ||
[npm-alltime-img]: https://badgen.net/npm/dt/formidable?icon=npm&cache=300 | ||
<!-- prettier-ignore-end --> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62898
513