{"_id":"@afahy/fluent-measures","_rev":"2-9ced6778a17f4f2053163c3782c15384","name":"@afahy/fluent-measures","dist-tags":{"latest":"0.1.1"},"versions":{"0.1.0":{"name":"@afahy/fluent-measures","version":"0.1.0","keywords":["measurements","height","weight","natural-language","parsing","metric","imperial","conversion","units","typescript"],"author":"","license":"MIT","_id":"@afahy/fluent-measures@0.1.0","maintainers":[{"name":"afahy","email":"apfahy@gmail.com"}],"dist":{"shasum":"fd440b370e739333a1299860c84a87c285b02407","tarball":"https://registry.npmjs.org/@afahy/fluent-measures/-/fluent-measures-0.1.0.tgz","fileCount":10,"integrity":"sha512-Aej9YnlWzyULYTWnEHZBRSMuBPSvzJeDcpTyx+JVsvXLDbYlHDO6SAHmNsfo0CMgWp0J1mgx5ZIap0WMPmhMxw==","signatures":[{"sig":"MEQCIERWBTOBcaaUypVOwRNVF0A2f3WXWsG10oIrMHn4heW5AiAlqCw783jYeeyRB67NtLZtmflUGaJ6uVKPuuAZsakoRg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":64902},"main":"dist/index.js","type":"module","_from":"file:afahy-fluent-measures-0.1.0.tgz","types":"dist/index.d.ts","module":"dist/index.mjs","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"scripts":{"ci":"pnpm clean && pnpm install && pnpm validate && pnpm docs","dev":"tsup --watch","docs":"typedoc","lint":"eslint \"src/**/*.ts\" \"tests/**/*.ts\"","size":"size-limit","test":"vitest","build":"tsup","clean":"rm -rf dist coverage .eslintcache","spell":"cspell","format":"prettier --write .","release":"pnpm run build && changeset publish","version":"changeset version","lint:fix":"eslint \"src/**/*.ts\" \"tests/**/*.ts\" --fix","size:why":"size-limit --why","validate":"pnpm lint && pnpm test:types && pnpm test:coverage && pnpm size","changeset":"changeset","spell:fix":"cspell --show-suggestions","docs:watch":"typedoc --watch","prerelease":"pnpm clean && pnpm install && pnpm test:types && pnpm test && pnpm build","test:types":"tsc --noEmit","test:watch":"vitest watch","format:check":"prettier --check .","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"afahy","email":"apfahy@gmail.com"},"_resolved":"/tmp/d26216b5c87e5c1758308b9455340b29/afahy-fluent-measures-0.1.0.tgz","_integrity":"sha512-Aej9YnlWzyULYTWnEHZBRSMuBPSvzJeDcpTyx+JVsvXLDbYlHDO6SAHmNsfo0CMgWp0J1mgx5ZIap0WMPmhMxw==","_npmVersion":"11.3.0","description":"A TypeScript library that parses natural language height and weight measurements with unit conversion support","directories":{},"sideEffects":false,"_nodeVersion":"24.0.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"^8.4.0","husky":"^9.1.7","cspell":"^9.0.1","eslint":"^9.26.0","vitest":"^3.1.3","typedoc":"^0.28.4","prettier":"^3.5.3","@eslint/js":"^9.26.0","typescript":"^5.8.3","@types/node":"^22.15.17","lint-staged":"^15.5.2","@changesets/cli":"^2.29.3","@commitlint/cli":"^19.8.1","@vitest/coverage-v8":"3.1.3","typedoc-plugin-markdown":"^4.6.3","@typescript-eslint/parser":"^8.32.0","@size-limit/preset-small-lib":"^11.2.0","@commitlint/config-conventional":"^19.8.1","@typescript-eslint/eslint-plugin":"^8.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fluent-measures_0.1.0_1747094531137_0.41454252152769033","host":"s3://npm-registry-packages-npm-production"}},"0.1.1":{"type":"module","name":"@afahy/fluent-measures","version":"0.1.1","publishConfig":{"access":"public"},"description":"A TypeScript library that parses natural language height and weight measurements with unit conversion support","main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"sideEffects":false,"keywords":["measurements","height","weight","natural-language","parsing","metric","imperial","conversion","units","typescript"],"author":"","license":"MIT","devDependencies":{"@changesets/cli":"^2.29.3","@commitlint/cli":"^19.8.1","@commitlint/config-conventional":"^19.8.1","@eslint/js":"^9.26.0","@size-limit/preset-small-lib":"^11.2.0","@types/node":"^22.15.17","@typescript-eslint/eslint-plugin":"^8.32.0","@typescript-eslint/parser":"^8.32.0","@vitest/coverage-v8":"3.1.3","cspell":"^9.0.1","eslint":"^9.26.0","husky":"^9.1.7","lint-staged":"^15.5.2","prettier":"^3.5.3","tsup":"^8.4.0","typedoc":"^0.28.4","typedoc-plugin-markdown":"^4.6.3","typescript":"^5.8.3","vitest":"^3.1.3"},"scripts":{"build":"tsup","dev":"tsup --watch","test":"vitest","test:watch":"vitest watch","test:coverage":"vitest run --coverage","test:types":"tsc --noEmit","lint":"eslint \"src/**/*.ts\" \"tests/**/*.ts\"","lint:fix":"eslint \"src/**/*.ts\" \"tests/**/*.ts\" --fix","format":"prettier --write .","format:check":"prettier --check .","spell":"cspell","spell:fix":"cspell --show-suggestions","clean":"rm -rf dist coverage .eslintcache","size":"size-limit","size:why":"size-limit --why","changeset":"changeset","prerelease":"pnpm clean && pnpm install && pnpm test:types && pnpm test && pnpm build","release":"pnpm run build && changeset publish","version":"changeset version","validate":"pnpm lint && pnpm test:types && pnpm test:coverage && pnpm size","docs":"typedoc","docs:watch":"typedoc --watch","ci":"pnpm clean && pnpm install && pnpm validate && pnpm docs"},"_id":"@afahy/fluent-measures@0.1.1","_integrity":"sha512-8uWjek1gYOvzMGuOToM2pd2lutOoauzoUaMnijQW7c9enpHBke/xG+waKJ63G7ukru67ZvKWwb0AeF3RQLLU/Q==","_resolved":"/tmp/8379fd7d23e50f4633f3aae12f36a6b6/afahy-fluent-measures-0.1.1.tgz","_from":"file:afahy-fluent-measures-0.1.1.tgz","_nodeVersion":"24.0.0","_npmVersion":"11.3.0","dist":{"integrity":"sha512-8uWjek1gYOvzMGuOToM2pd2lutOoauzoUaMnijQW7c9enpHBke/xG+waKJ63G7ukru67ZvKWwb0AeF3RQLLU/Q==","shasum":"9e1098af9cd68b296a5650a70888fb3d69947800","tarball":"https://registry.npmjs.org/@afahy/fluent-measures/-/fluent-measures-0.1.1.tgz","fileCount":10,"unpackedSize":64958,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDPOXm98XvnW4g2nII9kZLZaeEm0jQHDjo/q3ZuncefAAIgCq8xjJuIrcANRbkdPNQ0IZfNedXP/yzmj4a9BUjAlBA="}]},"_npmUser":{"name":"afahy","email":"apfahy@gmail.com"},"directories":{},"maintainers":[{"name":"afahy","email":"apfahy@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/fluent-measures_0.1.1_1747094881910_0.5367224122095706"},"_hasShrinkwrap":false}},"time":{"created":"2025-05-13T00:02:11.071Z","modified":"2025-05-13T00:08:02.274Z","0.1.0":"2025-05-13T00:02:11.363Z","0.1.1":"2025-05-13T00:08:02.083Z"},"license":"MIT","keywords":["measurements","height","weight","natural-language","parsing","metric","imperial","conversion","units","typescript"],"description":"A TypeScript library that parses natural language height and weight measurements with unit conversion support","maintainers":[{"name":"afahy","email":"apfahy@gmail.com"}],"readme":"packages/README.md","readmeFilename":""}