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

25
node_modules/minimatch/package.json generated vendored
View File

@@ -1,27 +1,32 @@
{
"_from": "minimatch@^3.0.4",
"_args": [
[
"minimatch@3.0.4",
"E:\\projects\\p\\minifyfromhtml"
]
],
"_from": "minimatch@3.0.4",
"_id": "minimatch@3.0.4",
"_inBundle": false,
"_integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
"_location": "/minimatch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "minimatch@^3.0.4",
"raw": "minimatch@3.0.4",
"name": "minimatch",
"escapedName": "minimatch",
"rawSpec": "^3.0.4",
"rawSpec": "3.0.4",
"saveSpec": null,
"fetchSpec": "^3.0.4"
"fetchSpec": "3.0.4"
},
"_requiredBy": [
"/glob"
"/babel-core"
],
"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"_shasum": "5166e286457f03306064be5497e8dbb0c3d32083",
"_spec": "minimatch@^3.0.4",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/glob",
"_spec": "3.0.4",
"_where": "E:\\projects\\p\\minifyfromhtml",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -30,11 +35,9 @@
"bugs": {
"url": "https://github.com/isaacs/minimatch/issues"
},
"bundleDependencies": false,
"dependencies": {
"brace-expansion": "^1.1.7"
},
"deprecated": false,
"description": "a glob matcher in javascript",
"devDependencies": {
"tap": "^10.3.2"