1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 20:00:05 +02:00

update node modules

This commit is contained in:
s2
2021-06-19 01:25:45 +02:00
parent ef3070bdb7
commit cea9885dde
658 changed files with 5044 additions and 80808 deletions

47
node_modules/form-data/package.json generated vendored
View File

@@ -1,27 +1,27 @@
{
"_from": "form-data@~2.3.2",
"_id": "form-data@2.3.3",
"_from": "form-data@^3.0.0",
"_id": "form-data@3.0.1",
"_inBundle": false,
"_integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==",
"_integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
"_location": "/form-data",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "form-data@~2.3.2",
"raw": "form-data@^3.0.0",
"name": "form-data",
"escapedName": "form-data",
"rawSpec": "~2.3.2",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "~2.3.2"
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/request"
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz",
"_shasum": "dcce52c05f644f298c6a7ab936bd724ceffbf3a6",
"_spec": "form-data@~2.3.2",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\request",
"_resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
"_shasum": "ebd53791b78356a99af9a300d4282c4d5eb9755f",
"_spec": "form-data@^3.0.0",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
@@ -34,17 +34,18 @@
"bundleDependencies": false,
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.6",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
},
"deprecated": false,
"description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
"devDependencies": {
"@types/node": "^12.0.10",
"browserify": "^13.1.1",
"browserify-istanbul": "^2.0.0",
"coveralls": "^2.11.14",
"cross-spawn": "^4.0.2",
"eslint": "^3.9.1",
"coveralls": "^3.0.4",
"cross-spawn": "^6.0.5",
"eslint": "^6.0.1",
"fake": "^0.2.2",
"far": "^0.0.7",
"formidable": "^1.0.17",
@@ -52,15 +53,16 @@
"is-node-modern": "^1.0.0",
"istanbul": "^0.4.5",
"obake": "^0.1.2",
"phantomjs-prebuilt": "^2.1.13",
"pkgfiles": "^2.3.0",
"pre-commit": "^1.1.3",
"request": "2.76.0",
"rimraf": "^2.5.4",
"tape": "^4.6.2"
"puppeteer": "^1.19.0",
"request": "^2.88.0",
"rimraf": "^2.7.1",
"tape": "^4.6.2",
"typescript": "^3.5.2"
},
"engines": {
"node": ">= 0.12"
"node": ">= 6"
},
"homepage": "https://github.com/form-data/form-data#readme",
"license": "MIT",
@@ -78,7 +80,7 @@
"scripts": {
"browser": "browserify -t browserify-istanbul test/run-browser.js | obake --coverage",
"check": "istanbul check-coverage coverage/coverage*.json",
"ci-lint": "is-node-modern 6 && npm run lint || is-node-not-modern 6",
"ci-lint": "is-node-modern 8 && npm run lint || is-node-not-modern 8",
"ci-test": "npm run test && npm run browser && npm run report",
"debug": "verbose=1 ./test/run.js",
"files": "pkgfiles --sort=name",
@@ -94,5 +96,6 @@
"test": "istanbul cover test/run.js",
"update-readme": "sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md"
},
"version": "2.3.3"
"typings": "./index.d.ts",
"version": "3.0.1"
}