File manager - Edit - /usr/local/lib/node_modules/forever/node_modules/nconf/lib/nconf/formats.js
Back
/* * formats.js: Default formats supported by nconf * * (C) 2011, Nodejitsu Inc. * */ var ini = require('ini'); var formats = exports; // // ### @json // Standard JSON format which pretty prints `.stringify()`. // formats.json = { stringify: function (obj, replacer, spacing) { return JSON.stringify(obj, replacer || null, spacing || 2) }, parse: JSON.parse }; // // ### @ini // Standard INI format supplied from the `ini` module // http://en.wikipedia.org/wiki/INI_file // formats.ini = ini;
| ver. 1.4 |
Github
|
.
| PHP 8.3.31 | Generation time: 0 |
proxy
|
phpinfo
|
Settings