mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-02 20:00:05 +02:00
use minify
This commit is contained in:
23
node_modules/json-stringify-safe/package.json
generated
vendored
23
node_modules/json-stringify-safe/package.json
generated
vendored
@@ -1,32 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"json-stringify-safe@5.0.1",
|
||||
"E:\\projects\\p\\minifyfromhtml"
|
||||
]
|
||||
],
|
||||
"_from": "json-stringify-safe@5.0.1",
|
||||
"_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": "version",
|
||||
"type": "range",
|
||||
"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",
|
||||
"_spec": "5.0.1",
|
||||
"_where": "E:\\projects\\p\\minifyfromhtml",
|
||||
"_shasum": "1296a2d58fd45f19a0f6ce01d65701e2c735b6eb",
|
||||
"_spec": "json-stringify-safe@~5.0.1",
|
||||
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\request",
|
||||
"author": {
|
||||
"name": "Isaac Z. Schlueter",
|
||||
"email": "i@izs.me",
|
||||
@@ -35,6 +30,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/isaacs/json-stringify-safe/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Andri Möll",
|
||||
@@ -42,6 +38,7 @@
|
||||
"url": "http://themoll.com"
|
||||
}
|
||||
],
|
||||
"deprecated": false,
|
||||
"description": "Like JSON.stringify, but doesn't blow up on circular refs.",
|
||||
"devDependencies": {
|
||||
"mocha": ">= 2.1.0 < 3",
|
||||
|
Reference in New Issue
Block a user