{
  "_args": [
    [
      {
        "name": "base64-url",
        "raw": "base64-url@1.2.1",
        "rawSpec": "1.2.1",
        "scope": null,
        "spec": "1.2.1",
        "type": "version"
      },
      "/home/fgreiner/prog/js/Nodulator/node_modules/uid-safe"
    ]
  ],
  "_from": "base64-url@1.2.1",
  "_id": "base64-url@1.2.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/base64-url",
  "_npmUser": {
    "email": "joaquim.serafim@gmail.com",
    "name": "quim"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "name": "base64-url",
    "raw": "base64-url@1.2.1",
    "rawSpec": "1.2.1",
    "scope": null,
    "spec": "1.2.1",
    "type": "version"
  },
  "_requiredBy": [
    "/uid-safe"
  ],
  "_resolved": "https://registry.npmjs.org/base64-url/-/base64-url-1.2.1.tgz",
  "_shasum": "199fd661702a0e7b7dcae6e0698bb089c52f6d78",
  "_shrinkwrap": null,
  "_spec": "base64-url@1.2.1",
  "_where": "/home/fgreiner/prog/js/Nodulator/node_modules/uid-safe",
  "author": {
    "name": "@joaquimserafim"
  },
  "bugs": {
    "url": "https://github.com/joaquimserafim/base64-url/issues"
  },
  "dependencies": {},
  "description": "Base64 encode, decode, escape and unescape for URL applications",
  "devDependencies": {
    "istanbul": "^0.3.5",
    "jscs": "^1.9.0",
    "jshint": "^2.5.11",
    "pre-commit": "0.0.9",
    "tape": "^3.0.3",
    "which": "^1.0.8"
  },
  "directories": {},
  "dist": {
    "shasum": "199fd661702a0e7b7dcae6e0698bb089c52f6d78",
    "tarball": "https://registry.npmjs.org/base64-url/-/base64-url-1.2.1.tgz"
  },
  "files": [
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "gitHead": "a548396819f17b1fb1529791ab8a2c1934d03f3e",
  "homepage": "https://github.com/joaquimserafim/base64-url",
  "keywords": [
    "base64",
    "base64url"
  ],
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "email": "joaquim.serafim@gmail.com",
      "name": "quim"
    }
  ],
  "name": "base64-url",
  "optionalDependencies": {},
  "pre-commit": [
    "jshint",
    "code-style",
    "test",
    "check-coverage"
  ],
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/joaquimserafim/base64-url.git"
  },
  "scripts": {
    "check-coverage": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
    "code-style": "jscs -p google *.js",
    "coverage": "open coverage/lcov-report/index.html",
    "jshint": "jshint -c .jshintrc *.js",
    "test": "istanbul cover tape test.js"
  },
  "version": "1.2.1"
}
