node-iniparser
node-iniparser copied to clipboard
A .ini parser for node.js
**Issue**: There is no package-lock.json or npm-shrinkwrap.json file uploaded to the GitHub repository https://github.com/shockie/node-iniparser **Questions**: We are conducting a research study on the lock files used in JS projects. We...
https://docs.npmjs.com/files/package.json#license http://npm1k.org/
How can I convert the object back to ini format? I think a previous version of iniparser had a stringify function that was doing the job.
Added a simple write function.
All values are interpreted as a string. If there should be a number manual conversion is neccesary.
Even if the Markdown is less portable, the readability is improved and it is (IMHO) globally admitted that GitHub Flavored Markdown is an improvement to Markdown. Feel free to merge...
Blank line resets current section which could not be desirable for larger .ini files where visual separation helps maintaing the file.
More info on my blog.
I needed slightly different behavior so I thought I would option-ize it. I've set up an additional "options" object parameter on the 3 parse methods (with backwards compatibility for iniparser.parse...
Not sure if this interest you but I added a small tweak to your iniparser. Allows long blocks of text or arrays to be cleanly added to an ini file....