{
  "_args": [
    [
      "framesync@4.0.4",
      "/var/www/kotelnikovo"
    ]
  ],
  "_from": "framesync@4.0.4",
  "_id": "framesync@4.0.4",
  "_inBundle": false,
  "_integrity": "sha512-mdP0WvVHe0/qA62KG2LFUAOiWLng5GLpscRlwzBxu2VXOp6B8hNs5C5XlFigsMgrfDrr2YbqTsgdWZTc4RXRMQ==",
  "_location": "/framesync",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "framesync@4.0.4",
    "name": "framesync",
    "escapedName": "framesync",
    "rawSpec": "4.0.4",
    "saveSpec": null,
    "fetchSpec": "4.0.4"
  },
  "_requiredBy": [
    "/@popmotion/popcorn",
    "/framer-motion",
    "/popmotion",
    "/stylefire"
  ],
  "_resolved": "https://registry.npmjs.org/framesync/-/framesync-4.0.4.tgz",
  "_spec": "4.0.4",
  "_where": "/var/www/kotelnikovo",
  "author": {
    "name": "Matt Perry"
  },
  "bugs": {
    "url": "https://github.com/Popmotion/popmotion/issues"
  },
  "dependencies": {
    "hey-listen": "^1.0.8",
    "tslib": "^1.10.0"
  },
  "description": "A Unity-inspired render loop for JavaScript",
  "devDependencies": {
    "@types/jest": "^23.1.1",
    "jest": "^23.1.0",
    "jest-cli": "^23.1.0",
    "rollup": "^1.16.5",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-typescript2": "^0.21.2",
    "rollup-plugin-uglify": "^6.0.2",
    "ts-jest": "^21.2.4",
    "typescript": "^3.5.2"
  },
  "files": [
    "lib",
    "dist"
  ],
  "homepage": "https://github.com/Popmotion/popmotion",
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "transform": {
      "\\.(ts)$": "../../../node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "/_tests/.*\\.(ts|js)$",
    "rootDir": "src"
  },
  "jsnext:main": "dist/framesync.es.js",
  "keywords": [
    "animation",
    "raf"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "dist/framesync.es.js",
  "name": "framesync",
  "prettier": {
    "parser": "typescript",
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Popmotion/popmotion.git"
  },
  "scripts": {
    "build": "rollup -c",
    "lint": "tslint -c tslint.json 'src/**/*.{ts}'",
    "measure": "gzip -c dist/framesync.min.js | wc -c",
    "prepublishOnly": "npm run test && npm run build",
    "test": "jest --maxWorkers=2",
    "watch": "rollup -c -w"
  },
  "types": "lib/index.d.ts",
  "unpkg": "./dist/framesync.min.js",
  "version": "4.0.4"
}
