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,40 +1,43 @@
{
"_from": "define-properties@^1.1.2",
"_args": [
[
"define-properties@1.1.2",
"E:\\projects\\p\\minifyfromhtml"
]
],
"_from": "define-properties@1.1.2",
"_id": "define-properties@1.1.2",
"_inBundle": false,
"_integrity": "sha1-g6c/L+pWmJj7c3GTyPhzyvbUXJQ=",
"_location": "/define-properties",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "define-properties@^1.1.2",
"raw": "define-properties@1.1.2",
"name": "define-properties",
"escapedName": "define-properties",
"rawSpec": "^1.1.2",
"rawSpec": "1.1.2",
"saveSpec": null,
"fetchSpec": "^1.1.2"
"fetchSpec": "1.1.2"
},
"_requiredBy": [
"/object.getownpropertydescriptors",
"/util.promisify"
],
"_resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.2.tgz",
"_shasum": "83a73f2fea569898fb737193c8f873caf6d45c94",
"_spec": "define-properties@^1.1.2",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/util.promisify",
"_spec": "1.1.2",
"_where": "E:\\projects\\p\\minifyfromhtml",
"author": {
"name": "Jordan Harband"
},
"bugs": {
"url": "https://github.com/ljharb/define-properties/issues"
},
"bundleDependencies": false,
"dependencies": {
"foreach": "^2.0.5",
"object-keys": "^1.0.8"
},
"deprecated": false,
"description": "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.",
"devDependencies": {
"@ljharb/eslint-config": "^1.3.0",