{
  "_args": [
    [
      "popmotion-pose@3.4.6",
      "/var/www/html"
    ]
  ],
  "_from": "popmotion-pose@3.4.6",
  "_id": "popmotion-pose@3.4.6",
  "_inBundle": false,
  "_integrity": "sha512-ZlRj4dWlJcZvr/84Xh+P+w9lxZVfTU3pJ+u1TkYu+y7Mq4yDXgPlarjgth2qeI4U5VylvTfWSvzwSjEXy8OPxg==",
  "_location": "/popmotion-pose",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "popmotion-pose@3.4.6",
    "name": "popmotion-pose",
    "escapedName": "popmotion-pose",
    "rawSpec": "3.4.6",
    "saveSpec": null,
    "fetchSpec": "3.4.6"
  },
  "_requiredBy": [
    "/vue-pose"
  ],
  "_resolved": "https://registry.npmjs.org/popmotion-pose/-/popmotion-pose-3.4.6.tgz",
  "_spec": "3.4.6",
  "_where": "/var/www/html",
  "author": {
    "name": "Matt Perry"
  },
  "dependencies": {
    "@popmotion/easing": "^1.0.1",
    "hey-listen": "^1.0.5",
    "popmotion": "^8.6.2",
    "pose-core": "^2.1.0",
    "style-value-types": "^3.0.6",
    "ts-essentials": "^1.0.3",
    "tslib": "^1.9.1"
  },
  "description": "A declarative animation library for HTML and SVG",
  "devDependencies": {
    "@types/jest": "^22.2.3",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-plugin-annotate-pure-calls": "^0.2.2",
    "jest": "^23.1.0",
    "jest-cli": "^23.1.0",
    "prettier": "1.11.1",
    "rollup": "^0.59.1",
    "rollup-plugin-commonjs": "^9.1.3",
    "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": "^22.4.5"
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "transform": {
      "\\.(ts)$": "../../../node_modules/ts-jest/preprocessor.js"
    },
    "moduleNameMapper": {
      "@popmotion/easing": "<rootDir>/../../easing/src",
      "@popmotion/popcorn": "<rootDir>/../../popcorn/src",
      "popmotion": "<rootDir>/../../popmotion/src",
      "pose-core": "<rootDir>/../../pose-core/src",
      "style-value-types": "<rootDir>/../../style-value-types/src",
      "stylefire": "<rootDir>/../../stylefire/src",
      "framesync": "<rootDir>/../../framesync/src"
    },
    "testRegex": "/_tests/.*\\.(ts|js)$",
    "rootDir": "src"
  },
  "jsnext:main": "dist/popmotion-pose.es.js",
  "keywords": [
    "animation",
    "dom",
    "declarative",
    "popmotion"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "dist/popmotion-pose.es.js",
  "name": "popmotion-pose",
  "presets": [
    "env"
  ],
  "prettier": {
    "parser": "typescript",
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Popmotion/popmotion/tree/master/packages/popmotion-pose"
  },
  "scripts": {
    "build": "rollup -c && npm run measure",
    "measure": "gzip -c dist/popmotion-pose.js | wc -c",
    "postbuild": "babel $npm_package_module --out-file $npm_package_module --no-babelrc --plugins annotate-pure-calls",
    "prepublishOnly": "npm run test && npm run prettier && npm run build",
    "prettier": "prettier ./src/* --write",
    "test": "jest",
    "watch": "rollup -c -w"
  },
  "types": "./lib/index.d.ts",
  "unpkg": "./dist/popmotion-pose.js",
  "version": "3.4.6"
}
