1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 04:10: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": "number-is-nan@^1.0.0",
"_args": [
[
"number-is-nan@1.0.1",
"E:\\projects\\p\\minifyfromhtml"
]
],
"_from": "number-is-nan@1.0.1",
"_id": "number-is-nan@1.0.1",
"_inBundle": false,
"_integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
"_location": "/number-is-nan",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "number-is-nan@^1.0.0",
"raw": "number-is-nan@1.0.1",
"name": "number-is-nan",
"escapedName": "number-is-nan",
"rawSpec": "^1.0.0",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/is-finite"
],
"_resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
"_shasum": "097b602b53422a522c1afb8790318336941a011d",
"_spec": "number-is-nan@^1.0.0",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/is-finite",
"_spec": "1.0.1",
"_where": "E:\\projects\\p\\minifyfromhtml",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,8 +35,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/number-is-nan/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "ES2015 Number.isNaN() ponyfill",
"devDependencies": {
"ava": "*"