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 a lot for your code. I am new to NodeJS and angular. I want to use your library in my angular app. How to set it up? Kind...

The current implementation, using the `fs` module, allows the properties file to be read only from the local file system. A use case I came across needed to access the...

I wonder if it's possible to have a parametric property into a file. Let me explain. Suppose into a file I have something like: ``` [main] str1 = "stevekx says...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

The return value of properties.path() had enumerable keys in 2.1.1 and earlier. Starting in 2.2.0, the keys were no longer enumerable as part of the change made for #40 in...

I thought that it was not possible to create an empty properties object using the propertiesReader constructor and it took me some time looking at the code to figure out...