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

update node modules

This commit is contained in:
s2
2019-03-29 15:56:41 +01:00
parent f114871153
commit 89c32fb4e6
8347 changed files with 390123 additions and 159877 deletions

23
node_modules/is-regex/package.json generated vendored
View File

@@ -1,38 +1,41 @@
{
"_from": "is-regex@^1.0.4",
"_args": [
[
"is-regex@1.0.4",
"E:\\projects\\p\\minifyfromhtml"
]
],
"_from": "is-regex@1.0.4",
"_id": "is-regex@1.0.4",
"_inBundle": false,
"_integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=",
"_location": "/is-regex",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "is-regex@^1.0.4",
"raw": "is-regex@1.0.4",
"name": "is-regex",
"escapedName": "is-regex",
"rawSpec": "^1.0.4",
"rawSpec": "1.0.4",
"saveSpec": null,
"fetchSpec": "^1.0.4"
"fetchSpec": "1.0.4"
},
"_requiredBy": [
"/es-abstract"
],
"_resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz",
"_shasum": "5517489b547091b0930e095654ced25ee97e9491",
"_spec": "is-regex@^1.0.4",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/es-abstract",
"_spec": "1.0.4",
"_where": "E:\\projects\\p\\minifyfromhtml",
"author": {
"name": "Jordan Harband"
},
"bugs": {
"url": "https://github.com/ljharb/is-regex/issues"
},
"bundleDependencies": false,
"dependencies": {
"has": "^1.0.1"
},
"deprecated": false,
"description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
"devDependencies": {
"@ljharb/eslint-config": "^11.0.0",