{
  "_args": [
    [
      "framer-motion@6.4.2",
      "/var/www/html/Landing_Site"
    ]
  ],
  "_from": "framer-motion@6.4.2",
  "_id": "framer-motion@6.4.2",
  "_inBundle": false,
  "_integrity": "sha512-SmrJbPTpvWGuAAYZMkjWsMc74wOREpXq9Lkq8lhm6IxvuJJitO7E0V5v1RulmTdNIrerJIUxvIZhrYSCb7UAgw==",
  "_location": "/framer-motion",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "framer-motion@6.4.2",
    "name": "framer-motion",
    "escapedName": "framer-motion",
    "rawSpec": "6.4.2",
    "saveSpec": null,
    "fetchSpec": "6.4.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-6.4.2.tgz",
  "_spec": "6.4.2",
  "_where": "/var/www/html/Landing_Site",
  "author": {
    "name": "Framer"
  },
  "bugs": {
    "url": "https://github.com/framer/motion/issues"
  },
  "bundlesize": [
    {
      "path": "./dist/framer-motion.js",
      "maxSize": "36.6 kB"
    },
    {
      "path": "./dist/size-rollup-m.js",
      "maxSize": "6.5 kB"
    },
    {
      "path": "./dist/size-rollup-dom-animation.js",
      "maxSize": "17.3 kB"
    },
    {
      "path": "./dist/size-rollup-dom-max.js",
      "maxSize": "28.5 kB"
    },
    {
      "path": "./dist/size-webpack-m.js",
      "maxSize": "6.7 kB"
    },
    {
      "path": "./dist/size-webpack-dom-animation.js",
      "maxSize": "19.7 kB"
    },
    {
      "path": "./dist/size-webpack-dom-max.js",
      "maxSize": "31.7 kB"
    }
  ],
  "dependencies": {
    "@emotion/is-prop-valid": "^0.8.2",
    "@motionone/dom": "^10.11.1",
    "framesync": "6.0.1",
    "hey-listen": "^1.0.8",
    "popmotion": "11.0.3",
    "style-value-types": "5.0.0",
    "tslib": "^2.1.0"
  },
  "description": "A simple and powerful React animation library",
  "devDependencies": {
    "jest": "^27.4.7",
    "jest-dom": "^3.5.0",
    "styled-components": "^4.1.1"
  },
  "exports": {
    ".": {
      "require": "./dist/cjs/index.js",
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/es/index.mjs"
      },
      "default": "./dist/cjs/index.js"
    },
    "./package.json": "./package.json"
  },
  "gitHead": "b784fb6a48de15a49c3e28019a5dec864aa8e7a7",
  "homepage": "https://github.com/framer/motion#readme",
  "keywords": [
    "react animation",
    "react",
    "three",
    "3d",
    "pose",
    "react pose",
    "animation",
    "gestures",
    "drag",
    "spring",
    "popmotion",
    "framer"
  ],
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/es/index.mjs",
  "name": "framer-motion",
  "optionalDependencies": {
    "@emotion/is-prop-valid": "^0.8.2"
  },
  "peerDependencies": {
    "react": ">=16.8 || ^17.0.0 || ^18.0.0",
    "react-dom": ">=16.8 || ^17.0.0 || ^18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/framer/motion.git"
  },
  "scripts": {
    "build": "yarn clean && tsc -p . && rollup -c && webpack --config webpack.size.config.js",
    "clean": "rm -rf types dist lib",
    "collect-projection-tests": "node ../../dev/projection/collect-projection-tests.js",
    "dev": "yarn watch",
    "lint": "yarn eslint src/**/*.ts",
    "measure": "bundlesize",
    "postpublish": "git push --tags",
    "prepack": "yarn build",
    "prettier": "prettier ./src/* --write",
    "start-dev-server": "webpack serve --config ../../dev/webpack/config.js --hot",
    "test": "yarn test-server && yarn test-client",
    "test-ci": "yarn test",
    "test-client": "jest --coverage --config jest.config.json --max-workers=2",
    "test-e2e": "yarn test-projection && yarn test-e2e-electron",
    "test-e2e-chrome": "start-server-and-test start-dev-server http://localhost:9990 'cypress run --headless --browser chrome  --spec \"cypress/integration/layout-relative.chrome.ts\"'",
    "test-e2e-electron": "start-server-and-test start-dev-server http://localhost:9990 'cypress run --headless --config ignoreTestFiles=*.chrome.ts'",
    "test-e2e-file": "start-server-and-test start-dev-server http://localhost:9990 'cypress run --headless --spec \"cypress/integration/while-in-view.ts\"'",
    "test-projection": "yarn run collect-projection-tests && start-server-and-test 'pushd ../../; python -m SimpleHTTPServer; popd' http://0.0.0.0:8000 'cypress run -s cypress/integration/projection.chrome.ts --config baseUrl=http://localhost:8000/'",
    "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": "6.4.2"
}
