update node_modules

This commit is contained in:
Robert Brignull 2020-08-24 14:02:55 +01:00
parent a6e6d4b72b
commit 3c5b7fba82
3343 changed files with 0 additions and 440474 deletions

View file

@ -1,7 +0,0 @@
var stringify = require('../');
var obj = { d: 6, c: 5, b: [{z:3,y:2,x:1},9], a: 10 };
var s = stringify(obj, function (a, b) {
return a.value < b.value ? 1 : -1;
});
console.log(s);