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

View File

@@ -1,36 +1,39 @@
{
"_from": "is-date-object@^1.0.1",
"_args": [
[
"is-date-object@1.0.1",
"E:\\projects\\p\\minifyfromhtml"
]
],
"_from": "is-date-object@1.0.1",
"_id": "is-date-object@1.0.1",
"_inBundle": false,
"_integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY=",
"_location": "/is-date-object",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "is-date-object@^1.0.1",
"raw": "is-date-object@1.0.1",
"name": "is-date-object",
"escapedName": "is-date-object",
"rawSpec": "^1.0.1",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/es-to-primitive"
],
"_resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz",
"_shasum": "9aa20eb6aeebbff77fbd33e74ca01b33581d3a16",
"_spec": "is-date-object@^1.0.1",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/es-to-primitive",
"_spec": "1.0.1",
"_where": "E:\\projects\\p\\minifyfromhtml",
"author": {
"name": "Jordan Harband"
},
"bugs": {
"url": "https://github.com/ljharb/is-date-object/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
"devDependencies": {
"@ljharb/eslint-config": "^1.2.0",