{
  "_args": [
    [
      "pad-right@0.2.2",
      "/Users/callumacrae/Sites/find-node-modules/cz-cli"
    ]
  ],
  "_development": true,
  "_from": "pad-right@0.2.2",
  "_id": "pad-right@0.2.2",
  "_inBundle": false,
  "_integrity": "sha1-b7ySQEXSRPKiokRQMGDTv8YAl3Q=",
  "_location": "/pad-right",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "pad-right@0.2.2",
    "name": "pad-right",
    "escapedName": "pad-right",
    "rawSpec": "0.2.2",
    "saveSpec": null,
    "fetchSpec": "0.2.2"
  },
  "_requiredBy": [
    "/cz-conventional-changelog-default-export"
  ],
  "_resolved": "https://registry.npmjs.org/pad-right/-/pad-right-0.2.2.tgz",
  "_spec": "0.2.2",
  "_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/pad-right/issues"
  },
  "dependencies": {
    "repeat-string": "^1.5.2"
  },
  "description": "Right pad a string with zeros or a specified string. Fastest implementation.",
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/jonschlinkert/pad-right",
  "keywords": [
    "align",
    "alignment",
    "fill",
    "left",
    "pad",
    "pad-left",
    "pad-right",
    "padded",
    "padding",
    "right",
    "right-pad",
    "spaces",
    "string",
    "zero",
    "zero-fill",
    "zeros"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "pad-right",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonschlinkert/pad-right.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "verb": {
    "related": {
      "list": [
        "align-text",
        "center-align",
        "justified",
        "pad-left",
        "repeat-string",
        "right-align",
        "right-align-keys",
        "right-align-values",
        "right-pad-keys",
        "right-pad-values",
        "word-wrap"
      ]
    }
  },
  "version": "0.2.2"
}
