{
  "_args": [
    [
      "framesync@5.3.0",
      "/home/vkuser/www/minimal"
    ]
  ],
  "_from": "framesync@5.3.0",
  "_id": "framesync@5.3.0",
  "_inBundle": false,
  "_integrity": "sha512-oc5m68HDO/tuK2blj7ZcdEBRx3p1PjrgHazL8GYEpvULhrtGIFbQArN6cQS2QhW8mitffaB+VYzMjDqBxxQeoA==",
  "_location": "/framesync",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "framesync@5.3.0",
    "name": "framesync",
    "escapedName": "framesync",
    "rawSpec": "5.3.0",
    "saveSpec": null,
    "fetchSpec": "5.3.0"
  },
  "_requiredBy": [
    "/framer-motion",
    "/popmotion"
  ],
  "_resolved": "https://registry.npmjs.org/framesync/-/framesync-5.3.0.tgz",
  "_spec": "5.3.0",
  "_where": "/home/vkuser/www/minimal",
  "author": {
    "name": "Matt Perry"
  },
  "bugs": {
    "url": "https://github.com/Popmotion/popmotion/issues"
  },
  "dependencies": {
    "tslib": "^2.1.0"
  },
  "description": "A frame-synced render loop for JavaScript",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-plugin-annotate-pure-calls": "^0.2.2"
  },
  "exports": {
    "import": "./dist/es/index.js",
    "require": "./dist/framesync.cjs.js",
    "default": "./dist/es/index.js"
  },
  "files": [
    "lib",
    "dist"
  ],
  "homepage": "https://popmotion.io",
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "transform": {
      "\\.(ts)$": "../../../node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "/_tests/.*\\.(ts|js)$",
    "rootDir": "src"
  },
  "jsnext:main": "dist/es/index.js",
  "keywords": [
    "animation",
    "raf"
  ],
  "license": "MIT",
  "main": "dist/framesync.cjs.js",
  "module": "dist/es/index.js",
  "name": "framesync",
  "prettier": {
    "printWidth": 80,
    "tabWidth": 4,
    "semi": false,
    "trailingComma": "es5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Popmotion/popmotion.git"
  },
  "scripts": {
    "build": "tsc -p . && rollup -c && yarn measure",
    "lint": "tslint -c tslint.json 'src/**/*.{ts}'",
    "measure": "gzip -c dist/framesync.min.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 build",
    "test": "jest --maxWorkers=2",
    "watch": "rollup -c -w"
  },
  "types": "lib/index.d.ts",
  "unpkg": "./dist/framesync.min.js",
  "version": "5.3.0"
}
