{
  "_args": [
    [
      "popmotion@9.0.0-beta-8",
      "/var/www/kotelnikovo"
    ]
  ],
  "_from": "popmotion@9.0.0-beta-8",
  "_id": "popmotion@9.0.0-beta-8",
  "_inBundle": false,
  "_integrity": "sha512-6eQzqursPvnP7ePvdfPeY4wFHmS3OLzNP8rJRvmfFfEIfpFqrQgLsM50Gd9AOvGKJtYJOFknNG+dsnzCpgIdAA==",
  "_location": "/popmotion",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "popmotion@9.0.0-beta-8",
    "name": "popmotion",
    "escapedName": "popmotion",
    "rawSpec": "9.0.0-beta-8",
    "saveSpec": null,
    "fetchSpec": "9.0.0-beta-8"
  },
  "_requiredBy": [
    "/framer-motion"
  ],
  "_resolved": "https://registry.npmjs.org/popmotion/-/popmotion-9.0.0-beta-8.tgz",
  "_spec": "9.0.0-beta-8",
  "_where": "/var/www/kotelnikovo",
  "analyze": true,
  "author": {
    "name": "Matt Perry"
  },
  "bugs": {
    "url": "https://github.com/Popmotion/popmotion/issues"
  },
  "dependencies": {
    "@popmotion/easing": "^1.0.1",
    "@popmotion/popcorn": "^0.4.2",
    "framesync": "^4.0.4",
    "hey-listen": "^1.0.8",
    "style-value-types": "^3.1.6",
    "tslib": "^1.10.0"
  },
  "description": "A functional, reactive motion library.",
  "devDependencies": {
    "@types/jest": "^23.1.1",
    "jest": "^23.1.0",
    "jest-cli": "^23.1.0",
    "rollup": "^1.16.5",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-typescript2": "^0.21.2",
    "rollup-plugin-uglify": "^6.0.2",
    "ts-jest": "^21.2.4",
    "tslint-circular-dependencies": "^0.1.0",
    "typescript": "^3.5.2"
  },
  "homepage": "https://popmotion.io",
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "moduleNameMapper": {
      "@popmotion/easing": "<rootDir>/../../easing/src",
      "@popmotion/popcorn": "<rootDir>/../../popcorn/src",
      "style-value-types": "<rootDir>/../../style-value-types/src",
      "framesync": "<rootDir>/../../framesync/src"
    },
    "transform": {
      "\\.(ts)$": "../../../node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "/_tests/.*\\.(ts|js)$",
    "rootDir": "src"
  },
  "jsnext:main": "dist/popmotion.es.js",
  "keywords": [
    "animation",
    "ux",
    "ui",
    "popmotion",
    "canvas animation",
    "dom animation",
    "dom",
    "pointer tracking",
    "mouse",
    "mouse tracking",
    "touch",
    "touch tracking",
    "physics",
    "interaction",
    "interface",
    "svg"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "module": "dist/popmotion.es.js",
  "name": "popmotion",
  "prettier": {
    "parser": "typescript",
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Popmotion/popmotion/tree/master/packages/popmotion"
  },
  "scripts": {
    "build": "rollup -c && npm run measure",
    "measure": "gzip -c $npm_package_unpkg | wc -c",
    "postbuild": "yarn babel $npm_package_module --out-file $npm_package_module --no-babelrc --plugins annotate-pure-calls",
    "prepublishOnly": "npm run test && npm run build",
    "publish-beta": "npm publish --tag beta",
    "test": "jest --maxWorkers=2",
    "watch": "rollup -c -w"
  },
  "types": "./lib/index.d.ts",
  "unpkg": "./dist/popmotion.global.min.js",
  "version": "9.0.0-beta-8"
}
