1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 20:00:05 +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

3
node_modules/buffer-from/index.js generated vendored
View File

@@ -1,6 +1,9 @@
/* eslint-disable node/no-deprecated-api */
var toString = Object.prototype.toString
var isModern = (
typeof Buffer !== 'undefined' &&
typeof Buffer.alloc === 'function' &&
typeof Buffer.allocUnsafe === 'function' &&
typeof Buffer.from === 'function'

View File

@@ -1,8 +1,8 @@
{
"_from": "buffer-from@^1.0.0",
"_id": "buffer-from@1.1.1",
"_id": "buffer-from@1.1.2",
"_inBundle": false,
"_integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==",
"_integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
"_location": "/buffer-from",
"_phantomChildren": {},
"_requested": {
@@ -18,8 +18,8 @@
"_requiredBy": [
"/source-map-support"
],
"_resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz",
"_shasum": "32713bc028f75c02fdb710d7c7bcec1f2c6070ef",
"_resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
"_shasum": "2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5",
"_spec": "buffer-from@^1.0.0",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\source-map-support",
"bugs": {
@@ -29,7 +29,7 @@
"deprecated": false,
"description": "A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.",
"devDependencies": {
"standard": "^7.1.2"
"standard": "^12.0.1"
},
"files": [
"index.js"
@@ -48,5 +48,5 @@
"scripts": {
"test": "standard && node test"
},
"version": "1.1.1"
"version": "1.1.2"
}