{
  "_from": "@react-spring/animated@~9.7.3",
  "_id": "@react-spring/animated@9.7.3",
  "_inBundle": false,
  "_integrity": "sha512-5CWeNJt9pNgyvuSzQH+uy2pvTg8Y4/OisoscZIR8/ZNLIOI+CatFBhGZpDGTF/OzdNFsAoGk3wiUYTwoJ0YIvw==",
  "_location": "/@react-spring/animated",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@react-spring/animated@~9.7.3",
    "name": "@react-spring/animated",
    "escapedName": "@react-spring%2fanimated",
    "scope": "@react-spring",
    "rawSpec": "~9.7.3",
    "saveSpec": null,
    "fetchSpec": "~9.7.3"
  },
  "_requiredBy": [
    "/@react-spring/core",
    "/@react-spring/konva",
    "/@react-spring/native",
    "/@react-spring/three",
    "/@react-spring/web",
    "/@react-spring/zdog"
  ],
  "_resolved": "https://registry.npmjs.org/@react-spring/animated/-/animated-9.7.3.tgz",
  "_shasum": "4211b1a6d48da0ff474a125e93c0f460ff816e0f",
  "_spec": "@react-spring/animated@~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,
  "dependencies": {
    "@react-spring/shared": "~9.7.3",
    "@react-spring/types": "~9.7.3"
  },
  "deprecated": false,
  "description": "Animated component props for React",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/react-spring_animated.modern.d.ts",
      "import": "./dist/react-spring_animated.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_animated.legacy-esm.js",
  "name": "@react-spring/animated",
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  },
  "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_animated.modern.d.ts",
  "version": "9.7.3"
}
