{
  "_args": [
    [
      "@popmotion/popcorn@0.4.4",
      "/var/www/kotelnikovo"
    ]
  ],
  "_from": "@popmotion/popcorn@0.4.4",
  "_id": "@popmotion/popcorn@0.4.4",
  "_inBundle": false,
  "_integrity": "sha512-jYO/8319fKoNLMlY4ZJPiPu8Ea8occYwRZhxpaNn/kZsK4QG2E7XFlXZMJBsTWDw7I1i0uaqyC4zn1nwEezLzg==",
  "_location": "/@popmotion/popcorn",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@popmotion/popcorn@0.4.4",
    "name": "@popmotion/popcorn",
    "escapedName": "@popmotion%2fpopcorn",
    "scope": "@popmotion",
    "rawSpec": "0.4.4",
    "saveSpec": null,
    "fetchSpec": "0.4.4"
  },
  "_requiredBy": [
    "/framer-motion",
    "/popmotion",
    "/stylefire"
  ],
  "_resolved": "https://registry.npmjs.org/@popmotion/popcorn/-/popcorn-0.4.4.tgz",
  "_spec": "0.4.4",
  "_where": "/var/www/kotelnikovo",
  "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.8",
    "style-value-types": "^3.1.7",
    "tslib": "^1.10.0"
  },
  "description": "Utility functions for animation and interactions.",
  "devDependencies": {
    "@types/jest": "^24.0.11",
    "jest": "24.2.0-alpha.0",
    "rollup-plugin-typescript2": "^0.25.2",
    "tslib": "^1.10.0",
    "tslint-react": "^4.1.0"
  },
  "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 test && yarn build",
    "test": "jest --maxWorkers=2",
    "watch": "rollup -c -w"
  },
  "types": "lib/index.d.ts",
  "version": "0.4.4"
}
