{
  "_args": [
    [
      "@popmotion/popcorn@0.3.1",
      "/var/www/html"
    ]
  ],
  "_from": "@popmotion/popcorn@0.3.1",
  "_id": "@popmotion/popcorn@0.3.1",
  "_inBundle": false,
  "_integrity": "sha512-TRhDPxfzM4CrUff2ELyzDj6xSEp5fcmbnrTO0VkmrN/TxJrAzP2H/VfIDRQQy82Yn65Vwn1ohrIi8eZLqzrCMA==",
  "_location": "/@popmotion/popcorn",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@popmotion/popcorn@0.3.1",
    "name": "@popmotion/popcorn",
    "escapedName": "@popmotion%2fpopcorn",
    "scope": "@popmotion",
    "rawSpec": "0.3.1",
    "saveSpec": null,
    "fetchSpec": "0.3.1"
  },
  "_requiredBy": [
    "/popmotion"
  ],
  "_resolved": "https://registry.npmjs.org/@popmotion/popcorn/-/popcorn-0.3.1.tgz",
  "_spec": "0.3.1",
  "_where": "/var/www/html",
  "author": {
    "name": "Matt Perry"
  },
  "bugs": {
    "url": "https://github.com/Popmotion/popmotion/issues"
  },
  "dependencies": {
    "@popmotion/easing": "^1.0.1",
    "framesync": "^4.0.1",
    "hey-listen": "^1.0.5",
    "style-value-types": "^3.0.7"
  },
  "description": "Utility functions for animation and interactions.",
  "devDependencies": {
    "@types/jest": "^23.1.1",
    "jest": "^23.1.0",
    "jest-cli": "^23.1.0",
    "rollup": "^0.59.1",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-typescript2": "^0.14.0",
    "rollup-plugin-uglify": "^3.0.0",
    "ts-jest": "^21.2.4",
    "typescript": "^2.9.2"
  },
  "files": [
    "lib",
    "dist"
  ],
  "homepage": "https://github.com/Popmotion/popmotion#readme",
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "moduleNameMapper": {
      "@popmotion/easing": "<rootDir>/../../easing/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/popcorn.es.js",
  "keywords": [
    "animation",
    "raf"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "dist/popcorn.es.js",
  "name": "@popmotion/popcorn",
  "prettier": {
    "parser": "typescript",
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Popmotion/popmotion.git"
  },
  "scripts": {
    "build": "rollup -c",
    "lint": "tslint 'src/**/*.{ts,tsx}' -e '**/_tests/**'",
    "measure": "gzip -c dist/popcorn.min.js | wc -c",
    "prepublishOnly": "yarn lint && yarn testsThatHangCircleCi && yarn build",
    "testsThatHangCircleCi": "jest",
    "watch": "rollup -c -w"
  },
  "types": "lib/index.d.ts",
  "version": "0.3.1"
}
