We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9a264 commit 6e4008fCopy full SHA for 6e4008f
.gitignore
@@ -35,3 +35,6 @@ jspm_packages
35
36
# Optional REPL history
37
.node_repl_history
38
+
39
+package-lock.json
40
+yarn.lock
package.json
@@ -24,15 +24,15 @@
24
},
25
"homepage": "https://github.com/mcollina/fast-json-stringify#readme",
26
"devDependencies": {
27
- "benchmark": "^2.1.1",
+ "benchmark": "^2.1.4",
28
"is-my-json-valid": "^2.16.0",
29
"long": "^3.2.0",
30
- "pre-commit": "^1.1.3",
+ "pre-commit": "^1.2.2",
31
"standard": "^10.0.0",
32
"tap": "^10.3.0",
33
- "uglify-es": "^3.0.9"
+ "uglify-es": "^3.0.13"
34
"dependencies": {
- "fast-safe-stringify": "^1.1.11"
+ "fast-safe-stringify": "^1.2.0"
}
0 commit comments