{
  "_from": "@react-spring/types@~9.7.3",
  "_id": "@react-spring/types@9.7.3",
  "_inBundle": false,
  "_integrity": "sha512-Kpx/fQ/ZFX31OtlqVEFfgaD1ACzul4NksrvIgYfIFq9JpDHFwQkMVZ10tbo0FU/grje4rcL4EIrjekl3kYwgWw==",
  "_location": "/@react-spring/types",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@react-spring/types@~9.7.3",
    "name": "@react-spring/types",
    "escapedName": "@react-spring%2ftypes",
    "scope": "@react-spring",
    "rawSpec": "~9.7.3",
    "saveSpec": null,
    "fetchSpec": "~9.7.3"
  },
  "_requiredBy": [
    "/@react-spring/animated",
    "/@react-spring/core",
    "/@react-spring/konva",
    "/@react-spring/native",
    "/@react-spring/shared",
    "/@react-spring/three",
    "/@react-spring/web",
    "/@react-spring/zdog"
  ],
  "_resolved": "https://registry.npmjs.org/@react-spring/types/-/types-9.7.3.tgz",
  "_shasum": "ea78fd447cbc2612c1f5d55852e3c331e8172a0b",
  "_spec": "@react-spring/types@~9.7.3",
  "_where": "/var/www/justnowapp/node_modules/@react-spring/core",
  "author": {
    "name": "Paul Henschel"
  },
  "bugs": {
    "url": "https://github.com/pmndrs/react-spring/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Internal package with TypeScript stuff",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/react-spring_types.modern.d.ts",
      "import": "./dist/react-spring_types.modern.mjs",
      "require": "./dist/cjs/index.js"
    }
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "homepage": "https://github.com/pmndrs/react-spring#readme",
  "keywords": [
    "animated",
    "animation",
    "hooks",
    "motion",
    "react",
    "react-native",
    "spring",
    "typescript",
    "velocity"
  ],
  "license": "MIT",
  "main": "./dist/cjs/index.js",
  "maintainers": [
    {
      "name": "Josh Ellis",
      "url": "https://github.com/joshuaellis"
    }
  ],
  "module": "./dist/react-spring_types.legacy-esm.js",
  "name": "@react-spring/types",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pmndrs/react-spring.git"
  },
  "scripts": {
    "build": "tsup",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
    "dev": "tsup --watch",
    "lint": "TIMING=1 eslint \"src/**/*.ts*\"",
    "pack": "yarn pack"
  },
  "types": "./dist/react-spring_types.modern.d.ts",
  "version": "9.7.3"
}
