{
  "_from": "framer-motion@^11.2.14",
  "_id": "framer-motion@11.3.2",
  "_inBundle": false,
  "_integrity": "sha512-RgjSzrNFZmedWcvmW4MMc84A7UcoY37jocadE3Mbg3o+UMofodfyeNnYD/HR15UhP22/bb5KOebNhYOj4mYkpQ==",
  "_location": "/framer-motion",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "framer-motion@^11.2.14",
    "name": "framer-motion",
    "escapedName": "framer-motion",
    "rawSpec": "^11.2.14",
    "saveSpec": null,
    "fetchSpec": "^11.2.14"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.3.2.tgz",
  "_shasum": "e55ed51af37f0f561ab8e4a2c9e8e7eee6fb5abc",
  "_spec": "framer-motion@^11.2.14",
  "_where": "/Users/thomastargino/Projects/TEST-CAPPEN",
  "author": {
    "name": "Framer"
  },
  "bugs": {
    "url": "https://github.com/framer/motion/issues"
  },
  "bundleDependencies": false,
  "bundlesize": [
    {
      "path": "./dist/size-rollup-motion.js",
      "maxSize": "33.72 kB"
    },
    {
      "path": "./dist/size-rollup-m.js",
      "maxSize": "6 kB"
    },
    {
      "path": "./dist/size-rollup-dom-animation.js",
      "maxSize": "17 kB"
    },
    {
      "path": "./dist/size-rollup-dom-max.js",
      "maxSize": "28.8 kB"
    },
    {
      "path": "./dist/size-rollup-animate.js",
      "maxSize": "18 kB"
    }
  ],
  "dependencies": {
    "tslib": "^2.4.0"
  },
  "deprecated": false,
  "description": "A simple and powerful JavaScript animation library",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/cjs/index.js",
      "import": "./dist/es/index.mjs",
      "default": "./dist/cjs/index.js"
    },
    "./dom": {
      "types": "./dist/dom-entry.d.ts",
      "require": "./dist/cjs/dom-entry.js",
      "import": "./dist/es/dom-entry.mjs",
      "default": "./dist/cjs/dom-entry.js"
    },
    "./projection": {
      "import": "./dist/es/projection-entry.mjs",
      "default": "./dist/es/projection-entry.mjs"
    },
    "./package.json": "./package.json"
  },
  "gitHead": "5910ef534a46744c6876b5f40c0f1e86fc8a9b2c",
  "homepage": "https://github.com/framer/motion#readme",
  "keywords": [
    "react animation",
    "react",
    "three",
    "3d",
    "pose",
    "react pose",
    "animation",
    "gestures",
    "drag",
    "spring",
    "popmotion",
    "framer",
    "waapi"
  ],
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/es/index.mjs",
  "name": "framer-motion",
  "peerDependencies": {
    "@emotion/is-prop-valid": "*",
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "peerDependenciesMeta": {
    "@emotion/is-prop-valid": {
      "optional": true
    },
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/framer/motion.git"
  },
  "scripts": {
    "build": "yarn clean && tsc -p . && rollup -c && node ./scripts/check-bundle.js",
    "clean": "rm -rf types dist lib",
    "dev": "yarn watch",
    "eslint": "yarn run lint",
    "lint": "yarn eslint src/**/*.ts",
    "measure": "rollup -c ./rollup.size.config.mjs && bundlesize",
    "postpublish": "git push --tags",
    "prepack": "yarn build",
    "prettier": "prettier ./src/* --write",
    "test": "yarn test-server && yarn test-client",
    "test-ci": "yarn test",
    "test-client": "jest --config jest.config.json --max-workers=2",
    "test-e2e": "yarn test-e2e-html && yarn test-e2e-react",
    "test-e2e-html": "node ../../dev/inc/collect-html-tests.js && start-server-and-test 'pushd ../../; yarn dev-server; popd' http://localhost:8000 'cypress run -s cypress/integration/appear.chrome.ts --config baseUrl=http://localhost:8000/ && cypress run -s cypress/integration/projection.chrome.ts --config baseUrl=http://localhost:8000/'",
    "test-e2e-react": "start-server-and-test 'pushd ../../; yarn dev-server; popd' http://localhost:9990 'cypress run --headless --config ignoreTestFiles=*.chrome.ts'",
    "test-server": "jest --config jest.config.ssr.json",
    "test-watch": "jest --watch --coverage --coverageReporters=lcov --config jest.config.json",
    "watch": "concurrently -c blue,red -n tsc,rollup --kill-others \"tsc --watch -p . --preserveWatchOutput\" \"rollup --config --watch --no-watch.clearScreen\""
  },
  "sideEffects": false,
  "types": "dist/index.d.ts",
  "version": "11.3.2"
}
