/
var
/
www
/
greso.tech
/
server
/
nsm
/
node_modules
/
json-bigint
/
/var/www/greso.tech/server/nsm/node_modules/json-bigint
mkdir
upload
Name
Size
Mode
Actions
lib/
-
0755
rm
index.js
409
0644
edit
dl
rm
LICENSE
1081
0644
edit
dl
rm
package.json
683
0644
edit
dl
rm
README.md
8837
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/node_modules/json-bigint/index.js
(409B)
var json_stringify = require('./lib/stringify.js').stringify; var json_parse = require('./lib/parse.js'); module.exports = function(options) { return { parse: json_parse(options), stringify: json_stringify } }; //create the default method members with no options applied for backwards compatibility module.exports.parse = json_parse(); module.exports.stringify = json_stringify;
Save
cmd:
run