mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 04:10:04 +02:00
update node modules
This commit is contained in:
23
node_modules/is-regex/package.json
generated
vendored
23
node_modules/is-regex/package.json
generated
vendored
@@ -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",
|
||||
|
Reference in New Issue
Block a user