{
  "_args": [
    [
      "popmotion@8.6.8",
      "/var/www/html"
    ]
  ],
  "_from": "popmotion@8.6.8",
  "_id": "popmotion@8.6.8",
  "_inBundle": false,
  "_integrity": "sha512-BRzdgEHLqicl18RH2+gev/gVAQsU6OJD2eXii+J8Jabvw//fTNdkKIi+o8YM1cFU2QH+bnAAr0PEC3eiXMPJ1w==",
  "_location": "/popmotion",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "popmotion@8.6.8",
    "name": "popmotion",
    "escapedName": "popmotion",
    "rawSpec": "8.6.8",
    "saveSpec": null,
    "fetchSpec": "8.6.8"
  },
  "_requiredBy": [
    "/popmotion-pose"
  ],
  "_resolved": "https://registry.npmjs.org/popmotion/-/popmotion-8.6.8.tgz",
  "_spec": "8.6.8",
  "_where": "/var/www/html",
  "analyze": true,
  "author": {
    "name": "Matt Perry"
  },
  "bugs": {
    "url": "https://github.com/Popmotion/popmotion/issues"
  },
  "dependencies": {
    "@popmotion/easing": "^1.0.1",
    "@popmotion/popcorn": "^0.3.6",
    "framesync": "^4.0.0",
    "hey-listen": "^1.0.5",
    "style-value-types": "^3.1.0",
    "stylefire": "2.4.3",
    "tslib": "^1.9.1"
  },
  "description": "A functional, reactive motion library.",
  "devDependencies": {
    "@types/jest": "^23.1.1",
    "jest": "^23.1.0",
    "jest-cli": "^23.1.0",
    "rollup": "^0.59.1",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-typescript2": "^0.14.0",
    "rollup-plugin-uglify": "^3.0.0",
    "ts-jest": "^21.2.4",
    "tslint-circular-dependencies": "^0.1.0"
  },
  "homepage": "https://popmotion.io",
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "moduleNameMapper": {
      "@popmotion/easing": "<rootDir>/../../easing/src",
      "@popmotion/popcorn": "<rootDir>/../../popcorn/src",
      "stylefire": "<rootDir>/../../stylefire/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": "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",
    "watch": "rollup -c -w"
  },
  "types": "./lib/index.d.ts",
  "unpkg": "./dist/popmotion.global.min.js",
  "version": "8.6.8"
}
