{
  "_args": [
    [
      {
        "raw": "@zalando/oauth2-client-js",
        "scope": "@zalando",
        "escapedName": "@zalando%2foauth2-client-js",
        "name": "@zalando/oauth2-client-js",
        "rawSpec": "",
        "spec": "latest",
        "type": "tag"
      },
      "/www/loramote_front/node_modules"
    ]
  ],
  "_from": "@zalando/oauth2-client-js@latest",
  "_id": "@zalando/oauth2-client-js@0.0.17",
  "_inCache": true,
  "_location": "/@zalando/oauth2-client-js",
  "_nodeVersion": "5.0.0",
  "_npmUser": {
    "name": "zalando",
    "email": "nikolaus.piccolotto@zalando.de"
  },
  "_npmVersion": "3.3.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "@zalando/oauth2-client-js",
    "scope": "@zalando",
    "escapedName": "@zalando%2foauth2-client-js",
    "name": "@zalando/oauth2-client-js",
    "rawSpec": "",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@zalando/oauth2-client-js/-/oauth2-client-js-0.0.17.tgz",
  "_shasum": "43bafcd493eefa820e2b99c0bd3e4bfce58de496",
  "_shrinkwrap": null,
  "_spec": "@zalando/oauth2-client-js",
  "_where": "/www/loramote_front/node_modules",
  "author": {
    "name": "Nikolaus Piccolotto"
  },
  "bugs": {
    "url": "https://github.com/zalando/oauth2-client-js/issues"
  },
  "dependencies": {
    "node-uuid": "1.4.3"
  },
  "description": "A client implementation for OAuth2 Implicit Grant",
  "devDependencies": {
    "babel": "^5.8.29",
    "babel-core": "^5.8.33",
    "babel-loader": "^5.3.3",
    "chai": "^2.3.0",
    "coveralls": "^2.11.4",
    "eslint": "^0.20.0",
    "eslint-loader": "^0.11.2",
    "istanbul": "^0.4.0",
    "istanbul-harmony": "^0.3.16",
    "mocha": "^2.3.3",
    "webpack": "^1.12.3"
  },
  "directories": {},
  "dist": {
    "shasum": "43bafcd493eefa820e2b99c0bd3e4bfce58de496",
    "tarball": "https://registry.npmjs.org/@zalando/oauth2-client-js/-/oauth2-client-js-0.0.17.tgz"
  },
  "gitHead": "963a3d7498b8b552f1274c306ba6833979b5ed4e",
  "homepage": "https://github.com/zalando/oauth2-client-js",
  "keywords": [
    "oauth2"
  ],
  "license": "Apache 2.0",
  "main": "dist/oauth2-client.js",
  "maintainers": [
    {
      "name": "zalando",
      "email": "nikolaus.piccolotto@zalando.de"
    }
  ],
  "name": "@zalando/oauth2-client-js",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zalando/oauth2-client-js.git"
  },
  "scripts": {
    "cover": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly --  --compilers js:babel/register --require test/chai.js -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "test": "mocha -r test/chai.js --compilers js:babel/register test/*.test.js"
  },
  "version": "0.0.17"
}
