{
  "_from": "motion-utils@^12.5.0",
  "_id": "motion-utils@12.5.0",
  "_inBundle": false,
  "_integrity": "sha512-+hFFzvimn0sBMP9iPxBa9OtRX35ZQ3py0UHnb8U29VD+d8lQ8zH3dTygJWqK7av2v6yhg7scj9iZuvTS0f4+SA==",
  "_location": "/motion-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "motion-utils@^12.5.0",
    "name": "motion-utils",
    "escapedName": "motion-utils",
    "rawSpec": "^12.5.0",
    "saveSpec": null,
    "fetchSpec": "^12.5.0"
  },
  "_requiredBy": [
    "/framer-motion",
    "/motion-dom"
  ],
  "_resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.5.0.tgz",
  "_shasum": "0e42a6b8030327166ca0d0ea0d5b86d64c21e51d",
  "_spec": "motion-utils@^12.5.0",
  "_where": "/home/ifotol5/nodevenv/application.ifotolife.com/10/lib/node_modules/framer-motion",
  "author": {
    "name": "Matt Perry"
  },
  "bugs": {
    "url": "https://github.com/motiondivision/motion/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/cjs/index.js",
      "import": "./dist/es/index.mjs",
      "default": "./dist/cjs/index.js"
    }
  },
  "gitHead": "cd754fc49a206e7dd4572c0cd9620bbad629e89a",
  "homepage": "https://github.com/motiondivision/motion#readme",
  "license": "MIT",
  "main": "./dist/cjs/index.js",
  "module": "./dist/es/index.mjs",
  "name": "motion-utils",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/motiondivision/motion.git"
  },
  "scripts": {
    "build": "yarn clean && tsc -p . && rollup -c",
    "clean": "rm -rf types dist lib",
    "dev": "concurrently -c blue,red -n tsc,rollup --kill-others \"tsc --watch -p . --preserveWatchOutput\" \"rollup --config --watch --no-watch.clearScreen\"",
    "test": "jest --config jest.config.json --max-workers=2"
  },
  "types": "./dist/index.d.ts",
  "version": "12.5.0"
}
