{
  "_from": "framesync@^6.1.2",
  "_id": "framesync@6.1.2",
  "_inBundle": false,
  "_integrity": "sha512-jBTqhX6KaQVDyus8muwZbBeGGP0XgujBRbQ7gM7BRdS3CadCZIHiawyzYLnafYcvZIh5j8WE7cxZKFn7dXhu9g==",
  "_location": "/framesync",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "framesync@^6.1.2",
    "name": "framesync",
    "escapedName": "framesync",
    "rawSpec": "^6.1.2",
    "saveSpec": null,
    "fetchSpec": "^6.1.2"
  },
  "_requiredBy": [
    "/@vueuse/motion",
    "/popmotion"
  ],
  "_resolved": "https://registry.npmjs.org/framesync/-/framesync-6.1.2.tgz",
  "_shasum": "755eff2fb5b8f3b4d2b266dd18121b300aefea27",
  "_spec": "framesync@^6.1.2",
  "_where": "/home/smiles/public_html/rpos/node_modules/@vueuse/motion",
  "author": {
    "name": "Matt Perry"
  },
  "bugs": {
    "url": "https://github.com/Popmotion/popmotion/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "tslib": "2.4.0"
  },
  "deprecated": false,
  "description": "A frame-synced render loop for JavaScript",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./dist/es/index.mjs",
      "require": "./dist/framesync.cjs.js",
      "default": "./dist/framesync.cjs.js"
    },
    "./package.json": "./package.json"
  },
  "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.mjs",
  "keywords": [
    "animation",
    "raf"
  ],
  "license": "MIT",
  "main": "dist/framesync.cjs.js",
  "module": "dist/es/index.mjs",
  "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",
    "prepublishOnly": "npm run test && npm run build",
    "test": "jest",
    "watch": "rollup -c -w"
  },
  "types": "lib/index.d.ts",
  "unpkg": "./dist/framesync.min.js",
  "version": "6.1.2"
}
