{
  "_from": "rijs@*",
  "_id": "rijs@0.9.1",
  "_inBundle": false,
  "_integrity": "sha512-Hl5yWFZUdVePXIOHRrFXGxQZ2+fzWucqqx/aQjkE0PxbmNyOY0WA/SWdDA1eKeqb7lh2a0vcchR9mZLiQ9rHFQ==",
  "_location": "/rijs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rijs@*",
    "name": "rijs",
    "escapedName": "rijs",
    "rawSpec": "*",
    "saveSpec": null,
    "fetchSpec": "*"
  },
  "_requiredBy": [
    "/popper"
  ],
  "_resolved": "https://registry.npmjs.org/rijs/-/rijs-0.9.1.tgz",
  "_shasum": "6a0569a898cc5a5f92bfd59ad866c8ef1a9f2787",
  "_spec": "rijs@*",
  "_where": "C:\\xampp\\htdocs\\dial-digit\\node_modules\\popper",
  "author": {
    "name": "Pedram Emrouznejad",
    "url": "https://github.com/pemrouz"
  },
  "bugs": {
    "url": "https://github.com/rijs/fullstack/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "rijs.components": "*",
    "rijs.core": "*",
    "rijs.css": "*",
    "rijs.data": "*",
    "rijs.fn": "*",
    "rijs.pages": "*",
    "rijs.resdir": "*",
    "rijs.serve": "*",
    "rijs.sessions": "*",
    "rijs.singleton": "*",
    "rijs.sync": "*",
    "utilise": "*"
  },
  "deprecated": false,
  "description": "On the server:",
  "devDependencies": {
    "puppeteer": "^1.0.0",
    "rollup": "*",
    "rollup-plugin-async": "*",
    "rollup-plugin-buble": "*",
    "rollup-plugin-commonjs": "*",
    "rollup-plugin-node-resolve": "*",
    "rollup-plugin-nodent": "*",
    "tap": "^10.7.3",
    "uglify-es": "^3.3.10"
  },
  "homepage": "https://github.com/rijs/fullstack#readme",
  "license": "pemrouz.mit-license.org",
  "main": ".",
  "name": "rijs",
  "repository": {
    "type": "git",
    "url": "git://github.com/rijs/fullstack.git"
  },
  "scripts": {
    "build": "npm run clean && npm run client && npm run rollup && npm run minify && npm run gzip",
    "clean": "rm -rf ./client/ripple.*",
    "client": "uglifyjs index.js -b -d client=true -c > ./client/ripple.js",
    "gzip": "gzip -c ./client/ripple.min.js > ./client/ripple.min.js.gz",
    "minify": "uglifyjs ./client/ripple.bundle.js -m -c keep_fargs=false > ./client/ripple.min.js",
    "postversion": "git push && git push --tags",
    "rollup": "rollup -c",
    "test": "tap ./tests/*.js",
    "version": "npm run build && git add -A"
  },
  "version": "0.9.1"
}
