{"_id":"json-date-parser","_rev":"3-42464cbde50f8d4e2be97cb62f9e571e","name":"json-date-parser","description":"Minimal function suitable for passing to JSON.parse to revive common date-time strings into Date objects","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.0":{"name":"json-date-parser","version":"1.0.0","description":"Minimal function suitable for passing to JSON.parse to revive common date-time strings into Date objects","main":"built/index.js","types":"built/index.d.ts","scripts":{"test":"echo \"Error: no test specified\" && exit 1","prepublish":"tsc"},"keywords":["json","date","parser"],"author":{"name":"Daniel Earwicker","email":"dan@earwicker.com"},"license":"MIT","gitHead":"5331ad09386d433b4ff610b44719846726fa7378","_id":"json-date-parser@1.0.0","_shasum":"e4b66c85928f2773125f67d044c7d39724e872f0","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"danielearwicker","email":"dan@earwicker.com"},"dist":{"shasum":"e4b66c85928f2773125f67d044c7d39724e872f0","tarball":"https://registry.npmjs.org/json-date-parser/-/json-date-parser-1.0.0.tgz","integrity":"sha512-6f+Bw1uCMuC4GZQT2stLMPDgDHTH4Nl0Obx9R8JQsx0dfwjghbrkEvphCQog8XXOeEu6ofEBHp66DND9r23iHA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCQYaXJuRn6XcCOahSpzWe63idRbmYxxEz0QDvz4b4TCgIhAJqkQNBQl62D90xYKBm+VYnuU+sgoBNikoaRnnzeSxqG"}]},"maintainers":[{"name":"danielearwicker","email":"dan@earwicker.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/json-date-parser-1.0.0.tgz_1486130815158_0.48892647982575"}},"1.0.1":{"name":"json-date-parser","version":"1.0.1","description":"Minimal function suitable for passing to JSON.parse to revive common date-time strings into Date objects","main":"built/index.js","types":"built/index.d.ts","scripts":{"test":"echo \"Error: no test specified\" && exit 1","prepublish":"tsc"},"keywords":["json","date","parser"],"repository":{"type":"git","url":"git+https://github.com/danielearwicker/json-date-parser.git"},"author":{"name":"Daniel Earwicker","email":"dan@earwicker.com"},"license":"MIT","gitHead":"e1f8b92396ee5cea4b53bd626dae98ae347c95b0","bugs":{"url":"https://github.com/danielearwicker/json-date-parser/issues"},"homepage":"https://github.com/danielearwicker/json-date-parser#readme","_id":"json-date-parser@1.0.1","_shasum":"b70eb47c898f3b16643ad63ffb8d9620fd784f85","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"danielearwicker","email":"dan@earwicker.com"},"dist":{"shasum":"b70eb47c898f3b16643ad63ffb8d9620fd784f85","tarball":"https://registry.npmjs.org/json-date-parser/-/json-date-parser-1.0.1.tgz","integrity":"sha512-cJ7tsoB4SDsKVWe4eXdo1Rjdh751I+vyhkCEWmc6MuEbFn1qpYAI7pTlY9lXpkRuFYq6qEpgcQdI86cHlF4JQw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEYUsjLwOl58wG0dGfqeAQQAOD7LZMT2bqHRvbNPp05+AiBUVMgLffBCBoTY4yVwmv5OdYg0zOlu/YhcQhKYioq0Dg=="}]},"maintainers":[{"name":"danielearwicker","email":"dan@earwicker.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/json-date-parser-1.0.1.tgz_1486148218630_0.2927212321665138"}}},"readme":"# json-date-parser\nMinimal function suitable for passing to JSON.parse to revive common date-time strings (including ISO and those weird .NET ones) into Date objects.\n\nImplementation is cribbed straight from: [json.date-extensions](https://github.com/RickStrahl/json.date-extensions).\n\nDifferences:\n* Instead of polluting the core `JSON` object, it defines a completely separate function.\n* TypeScript type information is included.\n\n## Installation\n\n    npm install --save json-date-parser\n\n## Usage\n\n```ts\nimport { jsonDateParser } from \"json-date-parser\"\n\n// Call standard JSON parser but use jsonDateParser as a \"reviver\"\nvar parsedStuff = JSON.parse(stringOfJson, jsonDateParser);\n```\n\n","maintainers":[{"name":"danielearwicker","email":"dan@earwicker.com"}],"time":{"modified":"2022-06-19T06:13:52.623Z","created":"2017-02-03T14:06:57.081Z","1.0.0":"2017-02-03T14:06:57.081Z","1.0.1":"2017-02-03T18:57:00.610Z"},"keywords":["json","date","parser"],"author":{"name":"Daniel Earwicker","email":"dan@earwicker.com"},"license":"MIT","readmeFilename":"README.md","homepage":"https://github.com/danielearwicker/json-date-parser#readme","repository":{"type":"git","url":"git+https://github.com/danielearwicker/json-date-parser.git"},"bugs":{"url":"https://github.com/danielearwicker/json-date-parser/issues"}}