{
  "_args": [
    [
      "pose-core@2.1.0",
      "/var/www/html"
    ]
  ],
  "_from": "pose-core@2.1.0",
  "_id": "pose-core@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-36mVAnIgbM6jfyRug8EqqFbazHUAk9dxwVRpX61FlVw3amI/j7AFegtVU56N0Dht2aYDJIhgYPUYraT1CzjHDw==",
  "_location": "/pose-core",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "pose-core@2.1.0",
    "name": "pose-core",
    "escapedName": "pose-core",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "/popmotion-pose"
  ],
  "_resolved": "https://registry.npmjs.org/pose-core/-/pose-core-2.1.0.tgz",
  "_spec": "2.1.0",
  "_where": "/var/www/html",
  "author": {
    "name": "Matt Perry"
  },
  "dependencies": {
    "@types/invariant": "^2.2.29",
    "@types/node": "^10.0.5",
    "hey-listen": "^1.0.5",
    "tslib": "^1.9.1"
  },
  "description": "Factory for Pose animation state machines",
  "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-typescript2": "^0.14.0",
    "ts-jest": "^22.4.5",
    "typescript": "^2.7.2"
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "transform": {
      "\\.(ts)$": "../../../node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "/_tests/.*\\.(ts|js)$",
    "rootDir": "src"
  },
  "jsnext:main": "dist/pose-core.es.js",
  "keywords": [
    "animation",
    "dom",
    "declarative",
    "popmotion"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "dist/pose-core.es.js",
  "name": "pose-core",
  "presets": [
    "env"
  ],
  "prettier": {
    "parser": "typescript",
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Popmotion/popmotion/tree/master/packages/pose-core"
  },
  "scripts": {
    "build": "rollup -c",
    "postbuild": "babel $npm_package_module --out-file $npm_package_module --no-babelrc --plugins annotate-pure-calls",
    "postinstall": "node ./scripts/postinstall.js || exit 0",
    "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",
  "version": "2.1.0"
}
