{"_id":"@types/hex-color-regex","_rev":"2803135","name":"@types/hex-color-regex","description":"TypeScript definitions for hex-color-regex","dist-tags":{"latest":"1.1.1","ts3.0":"1.1.0","ts3.1":"1.1.0","ts3.2":"1.1.0","ts3.3":"1.1.0","ts3.4":"1.1.0","ts3.5":"1.1.0","ts3.6":"1.1.1","ts3.7":"1.1.1","ts3.8":"1.1.1","ts3.9":"1.1.1","ts4.0":"1.1.1","ts4.1":"1.1.1","ts4.2":"1.1.1","ts4.3":"1.1.1","ts4.4":"1.1.1","ts4.5":"1.1.1","ts4.6":"1.1.1","ts4.7":"1.1.1","ts4.8":"1.1.1","ts4.9":"1.1.1"},"maintainers":[{"name":"types","email":""}],"time":{"modified":"2022-09-01T09:22:16.000Z","created":"2020-07-31T20:45:28.537Z","1.1.1":"2021-07-06T21:34:29.295Z","1.1.0":"2020-07-31T20:45:28.537Z"},"users":{},"repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/hex-color-regex"},"versions":{"1.1.1":{"name":"@types/hex-color-regex","version":"1.1.1","description":"TypeScript definitions for hex-color-regex","homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hex-color-regex","license":"MIT","contributors":[{"name":"Piotr Błażejewicz","url":"https://github.com/peterblazejewicz","githubUsername":"peterblazejewicz"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/hex-color-regex"},"scripts":{},"dependencies":{},"typesPublisherContentHash":"023097e3ed0b161169dd715f6fcaefe0455e3af3c59dbc6619c7c735acd58776","typeScriptVersion":"3.6","_id":"@types/hex-color-regex@1.1.1","dist":{"shasum":"00ba1cc418c6419cdec1f8509de8993edf444d49","size":1700,"noattachment":false,"key":"/@types/hex-color-regex/-/@types/hex-color-regex-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/hex-color-regex/download/@types/hex-color-regex-1.1.1.tgz"},"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"maintainers":[{"name":"types","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hex-color-regex_1.1.1_1625607269074_0.4625275307614778"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T07:44:08.932Z","publish_time":1625607269295,"_cnpm_publish_time":1625607269295},"1.1.0":{"name":"@types/hex-color-regex","version":"1.1.0","description":"TypeScript definitions for hex-color-regex","license":"MIT","contributors":[{"name":"Piotr Błażejewicz","url":"https://github.com/peterblazejewicz","githubUsername":"peterblazejewicz"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/hex-color-regex"},"scripts":{},"dependencies":{},"typesPublisherContentHash":"6178abfc091809f46b5bbfb478be7d07e1f123eb6c9e1ade0931e0ccb446d92c","typeScriptVersion":"3.0","_id":"@types/hex-color-regex@1.1.0","dist":{"shasum":"0766b7ad6039419ce3cca28e9b8c835edb000dfe","size":1638,"noattachment":false,"key":"/@types/hex-color-regex/-/@types/hex-color-regex-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/hex-color-regex/download/@types/hex-color-regex-1.1.0.tgz"},"maintainers":[{"name":"types","email":""}],"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hex-color-regex_1.1.0_1596228328391_0.47130066416425254"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T07:44:08.840Z","publish_time":1596228328537,"_cnpm_publish_time":1596228328537}},"readme":"# Installation\r\n> `npm install --save @types/hex-color-regex`\r\n\r\n# Summary\r\nThis package contains type definitions for hex-color-regex (https://github.com/regexps/hex-color-regex#readme).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hex-color-regex.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hex-color-regex/index.d.ts)\r\n````ts\r\n// Type definitions for hex-color-regex 1.1\n// Project: https://github.com/regexps/hex-color-regex#readme\n// Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz>\n// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped\n\n/**\n * The best regular expression (regex) for matching hex color values from string.\n * Pass `strict: true` for strict mode\n */\ndeclare function hexColorRegex(opts?: hexColorRegex.Options): RegExp;\n\ndeclare namespace hexColorRegex {\n    interface Options {\n        strict?: boolean | undefined;\n    }\n}\n\nexport = hexColorRegex;\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Tue, 06 Jul 2021 21:33:33 GMT\r\n * Dependencies: none\r\n * Global values: none\r\n\r\n# Credits\r\nThese definitions were written by [Piotr Błażejewicz](https://github.com/peterblazejewicz).\r\n","_attachments":{},"homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hex-color-regex","license":"MIT"}