properties icon indicating copy to clipboard operation
properties copied to clipboard

Properties reader for Node.js

Results 26 properties issues
Sort by recently updated
recently updated
newest added

Hi, thanks for this library! I'm using it to parse Spring-like properties files. Given a properties file with no header and a dot-separated value: ``` testkey.nested=testval ``` In 2.1.1 I...

Using saveSections = false has no difference in the behavior, the sections are created anyway after saving the properties file.

Is there a method that can retrieve all the section names in the property files?

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies

Hi I want to covert my ini file which looks like : info.info1=ans1. info.info2=ans2. info3.info4=ans3. info5.info6=ans4. to an object: ` { info:{ info1: ans1, info2:ans2 }, info3:{ info4:ans3 }, info5{...

Thanks for the great library! Since my VSCode extension depends on it and I have some users requesting a multi-line functionality like ``` %%SOME_TAG%%=\ server1\ server2\ server3\ ``` Would it...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

For example I need a property that would be like: /Application[@name='TestApp']/Attributes/Map/entry[@key='file']/@value=file.txt Now the reader will stop reading the first key at the ='TestApp'. Is it possible to escape the =...

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies