{
  "_from": "rijs.singleton@*",
  "_id": "rijs.singleton@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-QeVEkimxkU0v06NnMYkKsj7R2AzFewG2FH1wMuUtO88n7gY7C/zdbFkNbYeWxqL+tuK+eLYWGFuoburTNM7rXQ==",
  "_location": "/rijs.singleton",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rijs.singleton@*",
    "name": "rijs.singleton",
    "escapedName": "rijs.singleton",
    "rawSpec": "*",
    "saveSpec": null,
    "fetchSpec": "*"
  },
  "_requiredBy": [
    "/rijs"
  ],
  "_resolved": "https://registry.npmjs.org/rijs.singleton/-/rijs.singleton-1.0.0.tgz",
  "_shasum": "74e7fbf186a8e4dc0cd3b00ed6377a6128f4b691",
  "_spec": "rijs.singleton@*",
  "_where": "C:\\xampp\\htdocs\\dial-digit\\node_modules\\rijs",
  "author": {
    "name": "Pedram Emrouznejad",
    "url": "https://github.com/pemrouz"
  },
  "bugs": {
    "url": "https://github.com/rijs/singleton/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "utilise": "*"
  },
  "deprecated": false,
  "description": "[![Coverage Status](https://coveralls.io/repos/rijs/singleton/badge.svg?branch=master&service=github)](https://coveralls.io/github/rijs/singleton?branch=master)\r [![Build Status](https://travis-ci.org/rijs/singleton.svg)](https://travis-ci.org/rijs/singleton)",
  "devDependencies": {
    "chai": "*",
    "coveralls": "*",
    "istanbul": "*",
    "mocha": "*",
    "mocha-lcov-reporter": "*",
    "rollup": "*",
    "rollup-plugin-buble": "^0.16.0",
    "rollup-plugin-commonjs": "^8.2.6",
    "rollup-plugin-node-resolve": "^3.0.0",
    "uglify-es": "*"
  },
  "homepage": "https://github.com/rijs/singleton#readme",
  "license": "pemrouz.mit-license.org",
  "main": "index",
  "name": "rijs.singleton",
  "repository": {
    "type": "git",
    "url": "git://github.com/rijs/singleton.git"
  },
  "scripts": {
    "build": "npm run rollup && npm run minify && npm run gzip",
    "cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec",
    "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && rm -rf ./coverage",
    "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",
    "test": "istanbul test ./node_modules/mocha/bin/_mocha --report html -- -R spec",
    "version": "npm run build && git add -A"
  },
  "version": "1.0.0"
}
