vdf icon indicating copy to clipboard operation
vdf copied to clipboard

Module to convert Valve's KeyValue format to JSON and back

Results 9 vdf issues
Sort by recently updated
recently updated
newest added

Hi there. I used this lib, but I get a bad result. When I get too big values for int I get bugs. So, if your package parse types (like...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Example is the game titled 140, which can occur in `screenshots.vdf`. Obviously this is a title and should be parsed as a string, but it currently isn't. From the output...

The following is snippet is from `C:\Program Files (x86)\Steam\steamapps\libraryfolders.vdf`: ```vdf "libraryfolders" { "contentstatsid" "4102335621006428237" "0" { "path" "C:\\Program Files (x86)\\Steam" // ... } "1" { "path" "D:\\SteamLibrary" // ... }...

```vdf "appbuild" { // Set the app ID that this script will upload. "appid" "1320870" // The description for this build. // The description is only visible to you in...

Add an optional parameter to the parse function which makes the returned object contain only strings. Use case - parsing an appmanifest.acf, some of the values lose precision if they're...

This piece of code is from cs2 `items_game.txt` file. In the example below you can see that only the last object is present in `seasonaloperations`. Input: ```` "seasonaloperations" { "11"...