{
  "_args": [
    [
      {
        "raw": "right-pad@1.0.1",
        "scope": null,
        "escapedName": "right-pad",
        "name": "right-pad",
        "rawSpec": "1.0.1",
        "spec": "1.0.1",
        "type": "version"
      },
      "/home/zkochan/src/pnpm/packages/pnpm/node_modules/pnpm-default-reporter"
    ]
  ],
  "_from": "right-pad@1.0.1",
  "_id": "right-pad@1.0.1",
  "_inCache": true,
  "_location": "/right-pad",
  "_nodeVersion": "6.2.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/right-pad-1.0.1.tgz_1470341189601_0.4478000185918063"
  },
  "_npmUser": {
    "name": "matthewh",
    "email": "hello@matthewh.in"
  },
  "_npmVersion": "3.8.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "right-pad@1.0.1",
    "scope": null,
    "escapedName": "right-pad",
    "name": "right-pad",
    "rawSpec": "1.0.1",
    "spec": "1.0.1",
    "type": "version"
  },
  "_requiredBy": [
    "/pnpm-default-reporter"
  ],
  "_resolved": "https://registry.npmjs.org/right-pad/-/right-pad-1.0.1.tgz",
  "_shasum": "8ca08c2cbb5b55e74dafa96bf7fd1a27d568c8d0",
  "_shrinkwrap": null,
  "_spec": "right-pad@1.0.1",
  "_where": "/home/zkochan/src/pnpm/packages/pnpm/node_modules/pnpm-default-reporter",
  "author": {
    "name": "matthewh",
    "email": "hello@matthewh.in",
    "url": "http://matthewh.in/"
  },
  "bugs": {
    "url": "https://github.com/MatthewNPM/right-pad/issues"
  },
  "dependencies": {},
  "description": "Right Pad adds a padding to the right side of the string with the character of your choice or just blank space.",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "shasum": "8ca08c2cbb5b55e74dafa96bf7fd1a27d568c8d0",
    "tarball": "https://registry.npmjs.org/right-pad/-/right-pad-1.0.1.tgz"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "gitHead": "515d40d1c52c0fa269bc179031fcc66348cfd125",
  "homepage": "https://github.com/MatthewNPM/right-pad",
  "keywords": [
    "right",
    "pad",
    "string"
  ],
  "license": "MIT",
  "main": "rightpad.js",
  "maintainers": [
    {
      "name": "matthewh",
      "email": "hello@matthewh.in"
    }
  ],
  "name": "right-pad",
  "optionalDependencies": {},
  "private": false,
  "readme": "# Right Pad\nRight Pad adds a \"padding\" to the right side of the string with the character of your choice or just blank space.\n\n## Install\n`$ npm install right-pad`\n\n## Usage\n```javascript\nvar rightpad = require('right-pad');\nrightpad('hello world', 14, '.'); // => hello world...\n```\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MatthewNPM/right-pad.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "1.0.1"
}
