1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 20:00:05 +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": "json-stringify-safe@~5.0.1",
"_args": [
[
"json-stringify-safe@5.0.1",
"E:\\projects\\p\\minifyfromhtml"
]
],
"_from": "json-stringify-safe@5.0.1",
"_id": "json-stringify-safe@5.0.1",
"_inBundle": false,
"_integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=",
"_location": "/json-stringify-safe",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "json-stringify-safe@~5.0.1",
"raw": "json-stringify-safe@5.0.1",
"name": "json-stringify-safe",
"escapedName": "json-stringify-safe",
"rawSpec": "~5.0.1",
"rawSpec": "5.0.1",
"saveSpec": null,
"fetchSpec": "~5.0.1"
"fetchSpec": "5.0.1"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
"_shasum": "1296a2d58fd45f19a0f6ce01d65701e2c735b6eb",
"_spec": "json-stringify-safe@~5.0.1",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/request",
"_spec": "5.0.1",
"_where": "E:\\projects\\p\\minifyfromhtml",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -30,7 +35,6 @@
"bugs": {
"url": "https://github.com/isaacs/json-stringify-safe/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Andri Möll",
@@ -38,7 +42,6 @@
"url": "http://themoll.com"
}
],
"deprecated": false,
"description": "Like JSON.stringify, but doesn't blow up on circular refs.",
"devDependencies": {
"mocha": ">= 2.1.0 < 3",