{"_id":"zeptomatch-is-static","_rev":"3757970","name":"zeptomatch-is-static","description":"A little utility for checking if a glob is fully static.","dist-tags":{"latest":"1.0.1"},"maintainers":[{"name":"fabiospampinato","email":"spampinabio@gmail.com"}],"time":{"modified":"2025-03-18T07:12:41.000Z","created":"2024-03-29T13:30:17.171Z","1.0.1":"2025-03-05T22:23:10.647Z","1.0.0":"2024-03-29T13:30:17.171Z"},"users":{},"repository":{"type":"git","url":"git+https://github.com/fabiospampinato/zeptomatch-is-static.git"},"versions":{"1.0.1":{"name":"zeptomatch-is-static","repository":{"type":"git","url":"git+https://github.com/fabiospampinato/zeptomatch-is-static.git"},"description":"A little utility for checking if a glob is fully static.","license":"MIT","version":"1.0.1","type":"module","main":"dist/index.js","exports":"./dist/index.js","types":"./dist/index.d.ts","scripts":{"clean":"tsex clean","compile":"tsex compile","compile:watch":"tsex compile --watch","test":"tsex test","test:watch":"tsex test --watch","prepublishOnly":"tsex prepare"},"keywords":["zeptomatch","is","static"],"devDependencies":{"fava":"^0.3.4","tsex":"^4.0.2","typescript":"^5.8.2"},"_id":"zeptomatch-is-static@1.0.1","gitHead":"60106580db95914e2a6732a7f2ffa775c3ed3c18","bugs":{"url":"https://github.com/fabiospampinato/zeptomatch-is-static/issues"},"homepage":"https://github.com/fabiospampinato/zeptomatch-is-static#readme","_nodeVersion":"18.19.0","_npmVersion":"10.2.3","dist":{"shasum":"41c8c655e4dc5b1b8d277d51768484beb1711395","size":1596,"noattachment":false,"key":"/zeptomatch-is-static/-/zeptomatch-is-static-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/zeptomatch-is-static/download/zeptomatch-is-static-1.0.1.tgz"},"_npmUser":{"name":"fabiospampinato","email":"spampinabio@gmail.com"},"directories":{},"maintainers":[{"name":"fabiospampinato","email":"spampinabio@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/zeptomatch-is-static_1.0.1_1741213390403_0.7284751060015004"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-05T22:23:10.647Z","publish_time":1741213390647,"_source_registry_name":"default","_cnpm_publish_time":1741213390647},"1.0.0":{"name":"zeptomatch-is-static","repository":{"type":"git","url":"git+https://github.com/fabiospampinato/zeptomatch-is-static.git"},"description":"A little utility for checking if a glob is fully static.","version":"1.0.0","type":"module","main":"dist/index.js","exports":"./dist/index.js","types":"./dist/index.d.ts","scripts":{"clean":"tsex clean","compile":"tsex compile","compile:watch":"tsex compile --watch","test":"tsex test","test:watch":"tsex test --watch","prepublishOnly":"tsex prepare"},"keywords":["zeptomatch","is","static"],"devDependencies":{"fava":"^0.3.2","tsex":"^3.2.1","typescript":"^5.4.3"},"_id":"zeptomatch-is-static@1.0.0","gitHead":"3816e2f5bf7a2d32596dfcef4c2e7543e804c861","bugs":{"url":"https://github.com/fabiospampinato/zeptomatch-is-static/issues"},"homepage":"https://github.com/fabiospampinato/zeptomatch-is-static#readme","_nodeVersion":"18.19.0","_npmVersion":"10.2.3","dist":{"shasum":"21559b8710f43d12ea75b3c850055a66710c2c84","size":2102,"noattachment":false,"key":"/zeptomatch-is-static/-/zeptomatch-is-static-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/zeptomatch-is-static/download/zeptomatch-is-static-1.0.0.tgz"},"_npmUser":{"name":"fabiospampinato","email":"spampinabio@gmail.com"},"directories":{},"maintainers":[{"name":"fabiospampinato","email":"spampinabio@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/zeptomatch-is-static_1.0.0_1711719016999_0.4535052201555163"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-29T13:30:17.171Z","publish_time":1711719017171,"_source_registry_name":"default","_cnpm_publish_time":1711719017171}},"readme":"# Zeptomatch Is Static\n\nA little utility for checking if a glob is fully static.\n\nEscapes are considered to be static, so you should probably use this package in combination with [`zeptomatch-unescape`](https://github.com/fabiospampinato/zeptomatch-unescape) to remove them.\n\n## Install\n\n```sh\nnpm install zeptomatch-is-static\n```\n\n## Usage\n\n```ts\nimport isStatic from 'zeptomatch-is-static';\n\n// Checking if a glob is fully static\n\nisStatic ( 'foo' ); // true\nisStatic ( 'foo/bar' ); // true\nisStatic ( 'foo\\\\*bar' ); // true\n\nisStatic ( '*' ); // false\nisStatic ( '**' ); // false\nisStatic ( 'foo*' ); // false\nisStatic ( 'foo/**/*' ); // false\nisStatic ( 'foo*bar' ); // false\n```\n\n## License\n\nMIT © Fabio Spampinato\n","_attachments":{},"homepage":"https://github.com/fabiospampinato/zeptomatch-is-static#readme","bugs":{"url":"https://github.com/fabiospampinato/zeptomatch-is-static/issues"},"license":"MIT"}