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

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

@@ -1,27 +1,32 @@
{
"_from": "resolve@^1.3.2",
"_args": [
[
"resolve@1.7.1",
"E:\\projects\\p\\minifyfromhtml"
]
],
"_from": "resolve@1.7.1",
"_id": "resolve@1.7.1",
"_inBundle": false,
"_integrity": "sha512-c7rwLofp8g1U+h1KNyHL/jicrKg1Ek4q+Lr33AL65uZTinUZHe30D5HlyN5V9NW0JX1D5dXQ4jqW5l7Sy/kGfw==",
"_location": "/resolve",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "resolve@^1.3.2",
"raw": "resolve@1.7.1",
"name": "resolve",
"escapedName": "resolve",
"rawSpec": "^1.3.2",
"rawSpec": "1.7.1",
"saveSpec": null,
"fetchSpec": "^1.3.2"
"fetchSpec": "1.7.1"
},
"_requiredBy": [
"/@babel/core"
"/babel-minify/@babel/core"
],
"_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.7.1.tgz",
"_shasum": "aadd656374fd298aee895bc026b8297418677fd3",
"_spec": "resolve@^1.3.2",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/@babel/core",
"_spec": "1.7.1",
"_where": "E:\\projects\\p\\minifyfromhtml",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
@@ -30,11 +35,9 @@
"bugs": {
"url": "https://github.com/browserify/resolve/issues"
},
"bundleDependencies": false,
"dependencies": {
"path-parse": "^1.0.5"
},
"deprecated": false,
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",