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

View File

@@ -1,27 +1,32 @@
{
"_from": "util.promisify@^1.0.0",
"_args": [
[
"util.promisify@1.0.0",
"E:\\projects\\p\\minifyfromhtml"
]
],
"_from": "util.promisify@1.0.0",
"_id": "util.promisify@1.0.0",
"_inBundle": false,
"_integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==",
"_location": "/util.promisify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "util.promisify@^1.0.0",
"raw": "util.promisify@1.0.0",
"name": "util.promisify",
"escapedName": "util.promisify",
"rawSpec": "^1.0.0",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/babel-minify"
],
"_resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz",
"_shasum": "440f7165a459c9a16dc145eb8e72f35687097030",
"_spec": "util.promisify@^1.0.0",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/babel-minify",
"_spec": "1.0.0",
"_where": "E:\\projects\\p\\minifyfromhtml",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com"
@@ -29,12 +34,10 @@
"bugs": {
"url": "https://github.com/ljharb/util.promisify/issues"
},
"bundleDependencies": false,
"dependencies": {
"define-properties": "^1.1.2",
"object.getownpropertydescriptors": "^2.0.3"
},
"deprecated": false,
"description": "Polyfill/shim for util.promisify in node versions < v8",
"devDependencies": {
"@es-shims/api": "^1.2.0",