{
  "_from": "rijs.sync@*",
  "_id": "rijs.sync@2.3.5",
  "_inBundle": false,
  "_integrity": "sha512-tcbhmjLyWb+2s2gdiSmROEoD/OQPFeKC9xBnKgs0H+umY8CaVrVPGFdr1y1qovm7HxUbdk/BKqi94GQDc5XB3A==",
  "_location": "/rijs.sync",
  "_phantomChildren": {
    "acorn-jsx": "3.0.1",
    "acorn5-object-spread": "4.0.0",
    "chalk": "2.4.2",
    "minimist": "1.2.5",
    "os-homedir": "1.0.2",
    "vlq": "0.2.3"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rijs.sync@*",
    "name": "rijs.sync",
    "escapedName": "rijs.sync",
    "rawSpec": "*",
    "saveSpec": null,
    "fetchSpec": "*"
  },
  "_requiredBy": [
    "/popper",
    "/rijs"
  ],
  "_resolved": "https://registry.npmjs.org/rijs.sync/-/rijs.sync-2.3.5.tgz",
  "_shasum": "8728c6d7d72a80172fcba316b27d0a43f30449ab",
  "_spec": "rijs.sync@*",
  "_where": "C:\\xampp\\htdocs\\dial-digit\\node_modules\\popper",
  "author": {
    "name": "Pedram Emrouznejad",
    "url": "https://github.com/pemrouz"
  },
  "browser": "client",
  "bugs": {
    "url": "https://github.com/rijs/sync/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "buble": "github:pemrouz/buble",
    "express": "^4.14.0",
    "lru_map": "^0.3.3",
    "platform": "^1.3.4",
    "utilise": "^2.3.5",
    "xrs": "^1.2.2"
  },
  "deprecated": false,
  "description": "[![Coverage Status](https://coveralls.io/repos/rijs/sync/badge.svg?branch=master&service=github)](https://coveralls.io/github/rijs/sync?branch=master)\r [![Build Status](https://travis-ci.org/rijs/sync.svg)](https://travis-ci.org/rijs/sync)",
  "devDependencies": {
    "puppeteer": "^0.12.0",
    "rijs.core": "^1.2.5",
    "rijs.data": "^2.2.4",
    "rijs.fn": "^1.2.6",
    "rollup-plugin-buble": "^0.16.0",
    "rollup-plugin-replace": "^2.0.0",
    "tap": "^10.7.3",
    "uglify-es": "^3.3.10",
    "utilise.emitterify": "^1.7.2"
  },
  "homepage": "https://github.com/rijs/sync#readme",
  "license": "pemrouz.mit-license.org",
  "main": "server",
  "name": "rijs.sync",
  "repository": {
    "type": "git",
    "url": "git://github.com/rijs/sync.git"
  },
  "scripts": {
    "build": "npm run rollup && npm run minify && npm run gzip",
    "coverage": "tap *.test.js --cov --coverage-report=lcov",
    "gzip": "gzip -c client.min.js > client.min.js.gz",
    "minify": "uglifyjs client.bundle.js -m -c keep_fargs=false > client.min.js",
    "postversion": "git push && git push --tags",
    "rollup": "rollup -c",
    "start": "node server.js",
    "test": "tap *.test.js",
    "version": "npm run build && git add -A"
  },
  "version": "2.3.5"
}
