{
  "_from": "@radix-ui/number@1.1.1",
  "_id": "@radix-ui/number@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-MkKCwxlXTgz6CFoJx3pCwn07GKp36+aZyu/u2Ln2VrA5DcdyCZkASEDBTd8x5whTQQL5CiYf4prXKLcgQdv29g==",
  "_location": "/@radix-ui/number",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@radix-ui/number@1.1.1",
    "name": "@radix-ui/number",
    "escapedName": "@radix-ui%2fnumber",
    "scope": "@radix-ui",
    "rawSpec": "1.1.1",
    "saveSpec": null,
    "fetchSpec": "1.1.1"
  },
  "_requiredBy": [
    "/@radix-ui/react-scroll-area",
    "/@radix-ui/react-select",
    "/@radix-ui/react-slider"
  ],
  "_resolved": "https://registry.npmjs.org/@radix-ui/number/-/number-1.1.1.tgz",
  "_shasum": "7b2c9225fbf1b126539551f5985769d0048d9090",
  "_spec": "@radix-ui/number@1.1.1",
  "_where": "C:\\wamp64\\www\\utc\\app\\node_modules\\@radix-ui\\react-scroll-area",
  "bugs": {
    "url": "https://github.com/radix-ui/primitives/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "## Installation",
  "devDependencies": {
    "@repo/eslint-config": "0.0.0",
    "@repo/typescript-config": "0.0.0",
    "eslint": "^9.18.0",
    "typescript": "^5.7.3"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "homepage": "https://radix-ui.com/primitives",
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "name": "@radix-ui/number",
  "publishConfig": {
    "main": "./dist/index.js",
    "module": "./dist/index.mjs",
    "types": "./dist/index.d.ts",
    "exports": {
      ".": {
        "import": {
          "types": "./dist/index.d.mts",
          "default": "./dist/index.mjs"
        },
        "require": {
          "types": "./dist/index.d.ts",
          "default": "./dist/index.js"
        }
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/radix-ui/primitives.git"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "lint": "eslint --max-warnings 0 src",
    "version": "yarn version"
  },
  "sideEffects": false,
  "source": "./src/index.ts",
  "types": "./dist/index.d.ts",
  "version": "1.1.1"
}
