Follow redirects

This commit is contained in:
Henry Mercer
2024-10-10 18:46:18 +01:00
parent d70300d9f5
commit df0590b2ee
340 changed files with 17786 additions and 16731 deletions

View File

@@ -3,7 +3,8 @@
"version": "1.0.1",
"description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies",
"main": "index.js",
"dependencies": {},
"dependencies": {
},
"devDependencies": {
"tape": "~1.0.4"
},
@@ -14,10 +15,8 @@
"files": "test/*.js",
"browsers": [
"ie/8..latest",
"ff/5",
"ff/latest",
"chrome/15",
"chrome/latest",
"ff/5", "ff/latest",
"chrome/15", "chrome/latest",
"safari/latest",
"opera/latest"
]