{
  "_from": "raf-manager@^0.3.0",
  "_id": "raf-manager@0.3.0",
  "_inBundle": false,
  "_integrity": "sha512-qLpVgVlUmwtlY35zoyCQwLWMOpLkVtiItPd/RxouHAh80XZjoh84CF5pFBVyIIUWXubypSJi1OBJS4jM7onOng==",
  "_location": "/raf-manager",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "raf-manager@^0.3.0",
    "name": "raf-manager",
    "escapedName": "raf-manager",
    "rawSpec": "^0.3.0",
    "saveSpec": null,
    "fetchSpec": "^0.3.0"
  },
  "_requiredBy": [
    "/particles-bg"
  ],
  "_resolved": "https://registry.npmjs.org/raf-manager/-/raf-manager-0.3.0.tgz",
  "_shasum": "ec9a659e8a50534e4d64200b7a39ce9905f10e9c",
  "_spec": "raf-manager@^0.3.0",
  "_where": "/var/www/justnowapp/node_modules/particles-bg",
  "authors": [
    "ajiemath <ajiemath@gmail.com>"
  ],
  "bundleDependencies": false,
  "dependencies": {
    "core-js": "^2.5.7",
    "es6-map": "^0.1.5"
  },
  "deprecated": false,
  "description": "RAFManager is a simple requestAnimationFrame animation manager.",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.3",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-es2015-rollup": "^3.0.0",
    "babel-preset-stage-0": "^6.24.1",
    "concurrently": "^3.5.1",
    "eslint": "^4.19.1",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-standard": "^3.1.0",
    "rollup": "^0.54.0",
    "rollup-plugin-babel": "^3.0.3",
    "rollup-plugin-license": "^0.5.0",
    "rollup-plugin-uglify": "^2.0.1",
    "rollup-watch": "^4.3.1",
    "uglify-es": "^3.3.9",
    "uglifyjs-webpack-plugin": "^1.2.5"
  },
  "license": "MIT",
  "main": "./build/RAFManager.min.js",
  "moduleName": "RAFManager",
  "name": "raf-manager",
  "scripts": {
    "build": "npm run build-normal && npm run build-min",
    "build-min": "rollup -c --min",
    "build-normal": "rollup -c",
    "lint": "eslint ./src --config=eslintrc.json",
    "test": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgGreen.bold\" \"rollup -c -w -m inline\" \"serve --port 3001\""
  },
  "version": "0.3.0"
}
