{"_id":"ts-brand-json","_rev":"2978699","name":"ts-brand-json","description":"TypeScript type for JSON strings.","dist-tags":{"latest":"0.1.1"},"maintainers":[{"name":"streamich","email":""}],"time":{"modified":"2023-06-21T16:43:45.000Z","created":"2018-10-17T11:41:25.167Z","0.1.1":"2018-10-17T11:56:10.335Z","0.1.0":"2018-10-17T11:41:25.167Z"},"users":{},"versions":{"0.1.1":{"name":"ts-brand-json","version":"0.1.1","typing":"index.d.ts","typings":"index.d.ts","dependencies":{"ts-brand":"^0.0.2"},"gitHead":"44f50208124231e1853416e1b6e81ad1c51e9344","description":"TypeScript type for JSON strings.","_id":"ts-brand-json@0.1.1","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"streamich","email":"vadimsdaleckis@gmail.com"},"dist":{"shasum":"3b34bf9aaff5dd8794222973f6b0ea95a7be82c7","size":655,"noattachment":false,"key":"/ts-brand-json/-/ts-brand-json-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/ts-brand-json/download/ts-brand-json-0.1.1.tgz"},"maintainers":[{"name":"streamich","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ts-brand-json_0.1.1_1539777370224_0.8728561057365101"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-23T03:10:58.152Z","publish_time":1539777370335,"_cnpm_publish_time":1539777370335},"0.1.0":{"name":"ts-brand-json","version":"0.1.0","typing":"index.d.ts","typings":"index.d.ts","dependencies":{"ts-brand":"^0.0.2"},"gitHead":"b449eb74254b42d50d71f549838ae0d9353d8ac2","description":"TypeScript type for JSON strings.","_id":"ts-brand-json@0.1.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"streamich","email":"vadimsdaleckis@gmail.com"},"dist":{"shasum":"59af931cde61f8572c46b5f6f0034d085e3e4837","size":842,"noattachment":false,"key":"/ts-brand-json/-/ts-brand-json-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/ts-brand-json/download/ts-brand-json-0.1.0.tgz"},"maintainers":[{"name":"streamich","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ts-brand-json_0.1.0_1539776485023_0.9837894709614889"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-23T03:10:57.253Z","publish_time":1539776485167,"_cnpm_publish_time":1539776485167}},"readme":"# ts-brand-json\n\nTypeScript type for JSON strings.\n\n```ts\nimport {JSON, json} from 'ts-brand-json';\n\nconst str = '{\"hello\": \"world\"}' as json<{hello: string}>;\n\nJSON.parse(str).hello; // OK\nJSON.parse(str).foo; // Error: ...\n```\n","_attachments":{}}