{
  "_from": "raf-funcs@^0.5.1",
  "_id": "raf-funcs@0.5.1",
  "_inBundle": false,
  "_integrity": "sha1-379eYoewIZBXpHEw9P/oiV0l7MM=",
  "_location": "/raf-funcs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "raf-funcs@^0.5.1",
    "name": "raf-funcs",
    "escapedName": "raf-funcs",
    "rawSpec": "^0.5.1",
    "saveSpec": null,
    "fetchSpec": "^0.5.1"
  },
  "_requiredBy": [
    "/vue-clock"
  ],
  "_resolved": "https://registry.npmjs.org/raf-funcs/-/raf-funcs-0.5.1.tgz",
  "_shasum": "dfbf5e6287b0219057a47130f4ffe8895d25ecc3",
  "_spec": "raf-funcs@^0.5.1",
  "_where": "C:\\laragon\\www\\metalcrom2021\\node_modules\\vue-clock",
  "author": {
    "name": "Jérôme Decoster",
    "url": "http://jeromedecoster.com"
  },
  "bugs": {
    "url": "https://github.com/jeromedecoster/raf-funcs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "set-funcs": "^0.1.1"
  },
  "deprecated": false,
  "description": "A very limited subset of requestAnimationFrame functions I use every day",
  "devDependencies": {
    "budo": "^8.3.0"
  },
  "files": [
    "debounce.js",
    "interval.js",
    "throttle.js",
    "timeout.js"
  ],
  "homepage": "https://github.com/jeromedecoster/raf-funcs#readme",
  "keywords": [
    "debounce",
    "interval",
    "raf",
    "requestAnimationFrame",
    "throttle",
    "timeout"
  ],
  "license": "MIT",
  "name": "raf-funcs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jeromedecoster/raf-funcs.git"
  },
  "scripts": {
    "dev": "budo src/index.js:bundle.js --dir src --host localhost --port 3000 --no-debug --live",
    "start": "budo src/index.js:bundle.js --dir src --host localhost --port 3000 --no-debug --open",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "0.5.1"
}
