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

update packages to latest version

This commit is contained in:
s2
2022-08-20 18:51:33 +02:00
parent 09663a35a5
commit 806ebf9a57
4513 changed files with 366205 additions and 92512 deletions

View File

@@ -1,27 +1,27 @@
{
"_from": "@tootallnate/once@1",
"_id": "@tootallnate/once@1.1.2",
"_from": "@tootallnate/once@2",
"_id": "@tootallnate/once@2.0.0",
"_inBundle": false,
"_integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
"_integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==",
"_location": "/@tootallnate/once",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@tootallnate/once@1",
"raw": "@tootallnate/once@2",
"name": "@tootallnate/once",
"escapedName": "@tootallnate%2fonce",
"scope": "@tootallnate",
"rawSpec": "1",
"rawSpec": "2",
"saveSpec": null,
"fetchSpec": "1"
"fetchSpec": "2"
},
"_requiredBy": [
"/http-proxy-agent"
],
"_resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
"_shasum": "ccb91445360179a04e7fe6aff78c00ffc1eeaf82",
"_spec": "@tootallnate/once@1",
"_resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz",
"_shasum": "f544a148d3ab35801c1f633a7441fd87c2e484bf",
"_spec": "@tootallnate/once@2",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\http-proxy-agent",
"author": {
"name": "Nathan Rajlich",
@@ -35,27 +35,35 @@
"deprecated": false,
"description": "Creates a Promise that waits for a single event",
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^12.12.11",
"@typescript-eslint/eslint-plugin": "1.6.0",
"@typescript-eslint/parser": "1.1.0",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "4.1.0",
"eslint-import-resolver-typescript": "1.1.1",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
"mocha": "^6.2.2",
"abort-controller": "^3.0.0",
"jest": "^27.2.1",
"rimraf": "^3.0.0",
"typescript": "^3.7.3"
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
},
"engines": {
"node": ">= 6"
"node": ">= 10"
},
"files": [
"dist"
],
"homepage": "https://github.com/TooTallNate/once#readme",
"jest": {
"preset": "ts-jest",
"globals": {
"ts-jest": {
"diagnostics": false,
"isolatedModules": true
}
},
"verbose": false,
"testEnvironment": "node",
"testMatch": [
"<rootDir>/test/**/*.test.ts"
]
},
"keywords": [],
"license": "MIT",
"main": "./dist/index.js",
@@ -68,9 +76,8 @@
"build": "tsc",
"prebuild": "rimraf dist",
"prepublishOnly": "npm run build",
"test": "mocha --reporter spec",
"test-lint": "eslint src --ext .js,.ts"
"test": "jest"
},
"types": "./dist/index.d.ts",
"version": "1.1.2"
"version": "2.0.0"
}