{"maintainers":[{"name":"dev","email":"xavi.rmz@gmail.com"}],"keywords":["parser",".properties","properties","java","file parser","actionscript"],"dist-tags":{"latest":"0.6.0"},"description":"A parser for .properties files written in javascript","readme":"# node-properties-parser\n\nA parser for [.properties](http://en.wikipedia.org/wiki/.properties) files written in javascript.  Properties files store key-value pairs.  They are typically used for configuration and internationalization in Java applications as well as in Actionscript projects.  Here's an example of the format:\n\n```properties\n# You are reading the \".properties\" entry.\n! The exclamation mark can also mark text as comments.\nwebsite = http://en.wikipedia.org/\nlanguage = English\n# The backslash below tells the application to continue reading\n# the value onto the next line.\nmessage = Welcome to \\\n\t\t\tWikipedia!\n# Add spaces to the key\nkey\\ with\\ spaces = This is the value that could be looked up with the key \"key with spaces\".\n# Unicode\ntab : \\u0009\n```\n*(taken from [Wikipedia](http://en.wikipedia.org/wiki/.properties#Format))*\n\n## The API\n\n- `parse(text)`: Parses `text` into key-value pairs.  Returns an object containing the key-value pairs.\n- `read(path[, callback])`: Opens the file specified by `path` and calls `parse` on its content.  If the optional `callback` parameter is provided, the result is then passed to it as the second parameter.  If an error occurs, the error object is passed to `callback` as the first parameter. If `callback` is not provided, the file specified by `path` is synchronously read and calls `parse` on its contents.  The resulting object is immediately returned.\n- `createEditor([path][, options][, callback]])`:  If neither `path` or `callback` are provided an empty editor object is returned synchronously.  If only `path` is provided, the file specified by `path` is synchronously read and parsed.  An editor object with the results in then immediately returned.  If both `path` and `callback` are provided, the file specified by `path` is read and parsed asynchronously.  An editor object with the results are then passed to `callback` as the second parameters.  If an error occurs, the error object is passed to `callback` as the first parameter.  The following options are supported:\n\t- `options.separator`: The character used to separate key/values.  Defaults to \"=\".\n\t- `options.path`: Treated the same way as the optional `path` argument.  If both are provided the argument wins.\n\t- `options.callback`: Treated the same way as the optional `callback` parameter.  If both are provided the argument wins.\n- `editorFromString(text[, options])`: creates an `Editor` object from the text string passed in\n- `Editor`: The editor object is returned by `createEditor`.  Has the following API:\n\t- `get(key)`: Returns the value currently associated with `key`.\n\t- `set(key, [value[, comment]])`: Associates `key` with `value`. An optional comment can be provided. If `value` is not specified or is `null`, then `key` is unset.\n\t- `unset(key)`: Unsets the specified `key`.\n\t- `save([path][, callback]])`: Writes the current contents of this editor object to a file specified by `path`.  If `path` is not provided, then it'll be defaulted to the `path` value passed to `createEditor`.  The `callback` parameter is called when the file has been written to disk.\n\t- `addHeadComment`: Added a comment to the head of the file.\n\t- `toString`: Returns the string representation of this properties editor object.  This string will be written to a file if `save` is called.\n\n## Getting properties-parser\n\nThe easiest way to get node-properties-parser is with [npm](https://www.npmjs.com/package/properties-parser):\n\n\tnpm install properties-parser\n\nAlternatively you can clone this git repository:\n\n\tgit://github.com/xavi-/node-properties-parser.git\n\nFor type definitions use [npm](https://www.npmjs.com/package/@types/properties-parser):\n\n\tnpm install --save @types/properties-parser\n\n## Developed by\n\n* Xavi Ramirez\n\n## License\n\nThis project is released under [The MIT License](http://www.opensource.org/licenses/mit-license.php).\n","repository":{"type":"git","url":"git+https://github.com/xavi-/node-properties-parser.git"},"users":{"jsw0528":true,"mr.d":true,"jsz":true,"dormi330":true,"serge-nikitin":true,"maxblock":true},"bugs":{"url":"https://github.com/xavi-/node-properties-parser/issues"},"license":"MIT","versions":{"0.0.3":{"name":"properties-parser","version":"0.0.3","description":"A parser for .properties files written in javascript","keywords":["parser",".properties","properties","java","file parser","actionscript"],"maintainers":[{"name":"dev","email":"xavi.rmz@gmail.com"}],"main":"./index.js","repository":{"type":"git","url":"https://github.com/xavi-/node-properties-parser"},"engines":{"node":">= 0.3.1"},"_id":"properties-parser@0.0.3","dist":{"shasum":"6143167150ba662c7ef397158071237a0e558d56","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/properties-parser/-/properties-parser-0.0.3.tgz","integrity":"sha512-6FCy5Iw10oRNms/G5qRA0xi8iKvOlyJpycK/fOzPqLK7sC4ALse7YNajPETcdqKqDHLlB9FD1Am/0HE2HGPPew==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXauk4qpDEuhwkern2l9isqWlFhXJkkDLA47V5JuXp2gIhAOulIqJKI/5nrPAgSs+4Fjib2+/kUMn8j2BYaC2NPrfx"}]},"directories":{}},"0.1.0":{"name":"properties-parser","version":"0.1.0","description":"A parser for .properties files written in javascript","keywords":["parser",".properties","properties","java","file parser","actionscript"],"maintainers":[{"name":"dev","email":"xavi.rmz@gmail.com"}],"main":"./index.js","repository":{"type":"git","url":"https://github.com/xavi-/node-properties-parser"},"engines":{"node":">= 0.3.1"},"_id":"properties-parser@0.1.0","dist":{"shasum":"4fd7f8c2d178cba1ec7a4f3caa39517e7876a430","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/properties-parser/-/properties-parser-0.1.0.tgz","integrity":"sha512-P5YzwLIIb3CROfI+t3eCBHj5Sc6jTJ2CBXqo73zRuoi19SCiPg1yKw8MJYDY8E+PCCz8q63afiHxNBTzkKSwqA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGQLZliSgYU+ntWWJ7eSNbq/kpAOuzAkhI4US4lFb6LqAiEAvZ0xxp8fkIml3vt0xhZ/eL06ATG8ARFy8LT3oR0RRBY="}]},"directories":{}},"0.1.1":{"name":"properties-parser","version":"0.1.1","description":"A parser for .properties files written in javascript","keywords":["parser",".properties","properties","java","file parser","actionscript"],"maintainers":[{"name":"dev","email":"xavi.rmz@gmail.com"}],"main":"./index.js","repository":{"type":"git","url":"https://github.com/xavi-/node-properties-parser"},"engines":{"node":">= 0.3.1"},"_id":"properties-parser@0.1.1","dist":{"shasum":"3ac1a42442aa62904dd7142715a7ca4fb08c542c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/properties-parser/-/properties-parser-0.1.1.tgz","integrity":"sha512-lNuesgAlUxNAPOeNMWgsbEm1eYbcLd6aZisDnbBNQb52Xrg2j16Nx9NcV+PNp5UBfeg2U67MNbcwbF9tCOdYtg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCXNVp0vtbigDf0JYyeA3kBTCXH+z37Y9tHSoXntpWMiAIhALzuAWFt1FCp0Qix9HXSvXDtNPUltFOxvnEqouE4GzLF"}]},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"dev","email":"xavi.rmz@gmail.com"},"directories":{}},"0.2.1":{"name":"properties-parser","version":"0.2.1","description":"A parser for .properties files written in javascript","keywords":["parser",".properties","properties","java","file parser","actionscript"],"maintainers":[{"name":"dev","email":"xavi.rmz@gmail.com"}],"main":"./index.js","repository":{"type":"git","url":"https://github.com/xavi-/node-properties-parser"},"engines":{"node":">= 0.3.1"},"bugs":{"url":"https://github.com/xavi-/node-properties-parser/issues"},"homepage":"https://github.com/xavi-/node-properties-parser","_id":"properties-parser@0.2.1","dist":{"shasum":"4813d777057577e2c4148583aacf7bda7cd34aff","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/properties-parser/-/properties-parser-0.2.1.tgz","integrity":"sha512-zWX8lSAIP0NokJZLswNmU1ZUgkrJl7n+6W8TMlqpgzP2CZh4YKLDpuulHb0p54xVqVd88kvYeu8brErbpTMODw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHl+FihYySGW/f0/b0HV/fBiUM8a9ZE0vF6Z1lOVXJBWAiBB+Yhkr/GctOKIJpkq6K03O/U4dyIZsKF4iuuhGEMCgA=="}]},"_from":".","_npmVersion":"1.3.23","_npmUser":{"name":"dev","email":"xavi.rmz@gmail.com"},"directories":{}},"0.2.2":{"name":"properties-parser","version":"0.2.2","description":"A parser for .properties files written in javascript","keywords":["parser",".properties","properties","java","file parser","actionscript"],"maintainers":[{"name":"dev","email":"xavi.rmz@gmail.com"}],"main":"./index.js","repository":{"type":"git","url":"https://github.com/xavi-/node-properties-parser"},"engines":{"node":">= 0.3.1"},"bugs":{"url":"https://github.com/xavi-/node-properties-parser/issues"},"homepage":"https://github.com/xavi-/node-properties-parser","_id":"properties-parser@0.2.2","dist":{"shasum":"de7758a55f280094caad1a3ee6f6873287c4e14d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/properties-parser/-/properties-parser-0.2.2.tgz","integrity":"sha512-XoYg06zXWafcuYv/T7Orva0SPmhpF9gL3Hp9pdqd8yVOxyZWfQXyIJS+oGtg/og9YOCLHv1/tV+0IHadMzQAow==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID9V6obVF9foZ5CgbnKPgEnFWCFk/JbkWuOPi/9tfeEpAiEA/qY3vQ6LPS/suzvKsePqmxJNf/5GHqvnTLsMHFY4d68="}]},"_from":".","_npmVersion":"1.3.23","_npmUser":{"name":"dev","email":"xavi.rmz@gmail.com"},"directories":{}},"0.2.3":{"name":"properties-parser","version":"0.2.3","description":"A parser for .properties files written in javascript","keywords":["parser",".properties","properties","java","file parser","actionscript"],"maintainers":[{"name":"dev","email":"xavi.rmz@gmail.com"}],"main":"./index.js","repository":{"type":"git","url":"https://github.com/xavi-/node-properties-parser"},"engines":{"node":">= 0.3.1"},"bugs":{"url":"https://github.com/xavi-/node-properties-parser/issues"},"homepage":"https://github.com/xavi-/node-properties-parser","_id":"properties-parser@0.2.3","dist":{"shasum":"f7591255f707abbff227c7b56b637dbb0373a10f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/properties-parser/-/properties-parser-0.2.3.tgz","integrity":"sha512-SCaVZrSEm4TgIwLwGuthjmImjXbekq92YVNf9CFElxyOdYL+rNlA1d0vRvIOaMatZ2Lo8CytjVUE8Jxw0GizRg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIENTmEag1l+M8CnwQXmJ6Br0EzTPqR4gHeBnmVaCDOXrAiEAtXTxgX+BYecoHXfpfrO7LGRbBxmVw01HepALgw5H+qw="}]},"_from":".","_npmVersion":"1.3.23","_npmUser":{"name":"dev","email":"xavi.rmz@gmail.com"},"directories":{}},"0.3.0":{"name":"properties-parser","version":"0.3.0","description":"A parser for .properties files written in javascript","keywords":["parser",".properties","properties","java","file parser","actionscript"],"maintainers":[{"name":"dev","email":"xavi.rmz@gmail.com"}],"main":"./index.js","repository":{"type":"git","url":"https://github.com/xavi-/node-properties-parser"},"license":"MIT","engines":{"node":">= 0.3.1"},"gitHead":"d9f75e462c3da0e6eb33261e578e040994ff50c9","bugs":{"url":"https://github.com/xavi-/node-properties-parser/issues"},"homepage":"https://github.com/xavi-/node-properties-parser","_id":"properties-parser@0.3.0","scripts":{},"_shasum":"6ba6dc6ac40cf53b1ee2c2045f86623e70213caa","_from":".","_npmVersion":"2.5.1","_nodeVersion":"1.2.0","_npmUser":{"name":"dev","email":"xavi.rmz@gmail.com"},"dist":{"shasum":"6ba6dc6ac40cf53b1ee2c2045f86623e70213caa","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/properties-parser/-/properties-parser-0.3.0.tgz","integrity":"sha512-U4IvPVnHnN5a3oANx8jzISX1ynAk4ShdFHvE4IKeoFNc9KP8scMtuk9F8wRng1X8CHcRHZjd+Zr6W37QFORikg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDAz2zs1qFISDBGcui6qEUcquFYNbqU+tn0VwAS2w5RTgIhAMBjbzjOIa7FYPIabxqJ6ijKaPF5CX4W5hIj2mWVbpDQ"}]},"directories":{}},"0.3.1":{"name":"properties-parser","version":"0.3.1","description":"A parser for .properties files written in javascript","keywords":["parser",".properties","properties","java","file parser","actionscript"],"maintainers":[{"name":"dev","email":"xavi.rmz@gmail.com"}],"main":"./index.js","repository":{"type":"git","url":"https://github.com/xavi-/node-properties-parser"},"license":"MIT","engines":{"node":">= 0.3.1"},"dependencies":{"string.prototype.codepointat":"^0.2.0"},"gitHead":"fb1b7038380fa295ff80ed0d1a1fad3ad1788738","bugs":{"url":"https://github.com/xavi-/node-properties-parser/issues"},"homepage":"https://github.com/xavi-/node-properties-parser","_id":"properties-parser@0.3.1","scripts":{},"_shasum":"1316e9539ffbfd93845e369b211022abd478771a","_from":".","_npmVersion":"2.5.1","_nodeVersion":"1.2.0","_npmUser":{"name":"dev","email":"xavi.rmz@gmail.com"},"dist":{"shasum":"1316e9539ffbfd93845e369b211022abd478771a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/properties-parser/-/properties-parser-0.3.1.tgz","integrity":"sha512-AkSQxQAviJ89x4FIxOyHGfO3uund0gvYo7lfD0E+Gp7gFQKrTNgtoYQklu8EhrfHVZUzTwKGZx2r/KDSfnljcA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDfIQhNEprTwfszWxwSGnrmGjlKGyaeNKdljDyVH7izhQIhAOj/49ud0m5lRUoY0H8HDB+wgpFjseXE9FG5FhzoZKOx"}]},"directories":{}},"0.4.0":{"name":"properties-parser","version":"0.4.0","description":"A parser for .properties files written in javascript","keywords":["parser",".properties","properties","java","file parser","actionscript"],"maintainers":[{"name":"dev","email":"xavi.rmz@gmail.com"}],"main":"./index.js","repository":{"type":"git","url":"git+https://github.com/xavi-/node-properties-parser.git"},"license":"MIT","engines":{"node":">= 0.3.1"},"scripts":{"test":"node test/test.js"},"dependencies":{},"gitHead":"e99c234e561519ad73d06a0ee3e875b002dd1576","bugs":{"url":"https://github.com/xavi-/node-properties-parser/issues"},"homepage":"https://github.com/xavi-/node-properties-parser#readme","_id":"properties-parser@0.4.0","_nodeVersion":"18.12.1","_npmVersion":"9.3.0","dist":{"integrity":"sha512-698Q/u2pJRAwIVZTVYou5F3gwImPmxmb1PEnOt7ah832K1g9rdEoRcXKvp2RGtdthEbfo+oq9pwcbnuGeQ1aPA==","shasum":"91163e7131ab4d94eb835d7e97b72f57edc10191","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/properties-parser/-/properties-parser-0.4.0.tgz","fileCount":7,"unpackedSize":23018,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCAKOdlR18zQPRSL/r01lOk63wCnxfjW7ZoPpfTb+1DjgIgLA4S03S6UtGarVYcVvqIxtVe1xmKMZ+EiFPDZc6mya8="}]},"_npmUser":{"name":"dev","email":"xavi.rmz@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/properties-parser_0.4.0_1684950625978_0.07824887025513738"},"_hasShrinkwrap":false},"0.5.0":{"name":"properties-parser","version":"0.5.0","description":"A parser for .properties files written in javascript","keywords":["parser",".properties","properties","java","file parser","actionscript"],"maintainers":[{"name":"dev","email":"xavi.rmz@gmail.com"}],"main":"./index.js","repository":{"type":"git","url":"git+https://github.com/xavi-/node-properties-parser.git"},"license":"MIT","engines":{"node":">= 0.3.1"},"scripts":{"test":"node test/test.js"},"dependencies":{},"gitHead":"33a9577c0e85fa580fcf60f4db55e7968f52e1f2","bugs":{"url":"https://github.com/xavi-/node-properties-parser/issues"},"homepage":"https://github.com/xavi-/node-properties-parser#readme","_id":"properties-parser@0.5.0","_nodeVersion":"18.12.1","_npmVersion":"9.3.0","dist":{"integrity":"sha512-OfhWi9jz3UUkTHlx8qFkGsOGREHPjI5VhdBKrzbVOaTj9PGskaAdCqqYs3uhfNnta5qtkFuHTi+ZtaN9q5yAVg==","shasum":"2f3e1675d1400ac2e0a7850f8b41e7702cf0b4bd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/properties-parser/-/properties-parser-0.5.0.tgz","fileCount":7,"unpackedSize":23229,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDXJzhoxxSwPSpZ9+D/DXVv0zqJ7rehyM8j/8bBmzsWWAIgd1ACMjBr8uIBkoGaoSE/FCBinkbEiv29qMsLiPfuthY="}]},"_npmUser":{"name":"dev","email":"xavi.rmz@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/properties-parser_0.5.0_1684953078322_0.6667336363234788"},"_hasShrinkwrap":false},"0.5.1":{"name":"properties-parser","version":"0.5.1","description":"A parser for .properties files written in javascript","keywords":["parser",".properties","properties","java","file parser","actionscript"],"maintainers":[{"name":"dev","email":"xavi.rmz@gmail.com"}],"main":"./index.js","repository":{"type":"git","url":"git+https://github.com/xavi-/node-properties-parser.git"},"license":"MIT","engines":{"node":">= 0.3.1"},"scripts":{"test":"node test/test.js"},"dependencies":{},"gitHead":"cca21167715ef4ee20a1a8dbc0c1e32dcf509a51","bugs":{"url":"https://github.com/xavi-/node-properties-parser/issues"},"homepage":"https://github.com/xavi-/node-properties-parser#readme","_id":"properties-parser@0.5.1","_nodeVersion":"18.12.1","_npmVersion":"9.3.0","dist":{"integrity":"sha512-wEplGX6Rrc7Eck7Jrh+gjq053HsXC/pppUL45Ac87YIFHIKtOxf8j1I28+p45xONZsK0pYGGmsdMLr2TLwhM+g==","shasum":"38628ba3dbdff05b452a9b598ded0626233b2679","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/properties-parser/-/properties-parser-0.5.1.tgz","fileCount":7,"unpackedSize":23432,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGOe+mKtxx9r4mc8pZ/Kz/O6Yuq8bOzYEyl6sOKZNA1GAiAyoJz8KM4Rc7uuzeaVhHXfYMxig0QSjaxUaH6Lf/w7UA=="}]},"_npmUser":{"name":"dev","email":"xavi.rmz@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/properties-parser_0.5.1_1685066467612_0.12528116293823577"},"_hasShrinkwrap":false},"0.6.0":{"name":"properties-parser","version":"0.6.0","description":"A parser for .properties files written in javascript","keywords":["parser",".properties","properties","java","file parser","actionscript"],"maintainers":[{"name":"dev","email":"xavi.rmz@gmail.com"}],"main":"./index.js","repository":{"type":"git","url":"git+https://github.com/xavi-/node-properties-parser.git"},"license":"MIT","engines":{"node":">= 0.3.1"},"scripts":{"test":"node test/test.js"},"dependencies":{},"gitHead":"948cfe3108a516db58d8c2c63635a7c74a0f5926","bugs":{"url":"https://github.com/xavi-/node-properties-parser/issues"},"homepage":"https://github.com/xavi-/node-properties-parser#readme","_id":"properties-parser@0.6.0","_nodeVersion":"18.12.1","_npmVersion":"9.3.0","dist":{"integrity":"sha512-qvr2cSmoA0dln0MARAKwBzPkkXn7FqwX+RVVNpMdMJc7rt9mqO2cXwluxtux9fHrLhjnPFaQkS8BM0kFrTCnSw==","shasum":"0cd36c26e76c9a75222e258e89ee0c663cd3658c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/properties-parser/-/properties-parser-0.6.0.tgz","fileCount":7,"unpackedSize":23821,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHLQ4JxDTol6MRpEPLuj5UUjNQkUYoc+im9zP9gRj2avAiBn23/vBa0N0ZJIRlrCMEmrPpSubDTMT2A/HluBJHEupA=="}]},"_npmUser":{"name":"dev","email":"xavi.rmz@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/properties-parser_0.6.0_1685067945970_0.39560482158240173"},"_hasShrinkwrap":false}},"name":"properties-parser","time":{"modified":"2023-05-26T02:25:46.249Z","created":"2012-08-30T18:43:13.801Z","0.0.3":"2012-08-30T18:43:14.830Z","0.1.0":"2012-09-24T02:39:42.948Z","0.1.1":"2013-05-20T15:46:23.427Z","0.2.1":"2014-05-27T15:24:23.628Z","0.2.2":"2014-05-30T15:34:21.737Z","0.2.3":"2014-06-12T16:15:27.507Z","0.3.0":"2015-08-18T05:43:14.667Z","0.3.1":"2015-11-19T04:19:00.750Z","0.4.0":"2023-05-24T17:50:26.126Z","0.5.0":"2023-05-24T18:31:18.544Z","0.5.1":"2023-05-26T02:01:07.780Z","0.6.0":"2023-05-26T02:25:46.152Z"},"readmeFilename":"README.md","homepage":"https://github.com/xavi-/node-properties-parser#readme"}