{
  "_args": [
    [
      "left-pad@https://registry.npmjs.org/left-pad/-/left-pad-0.0.3.tgz",
      "/Users/gajus/Documents/dev/canonical-code-style/canonical"
    ]
  ],
  "_from": "left-pad@0.0.3",
  "_id": "left-pad@0.0.3",
  "_inCache": true,
  "_location": "/left-pad",
  "_phantomChildren": {},
  "_requested": {
    "name": "left-pad",
    "raw": "left-pad@https://registry.npmjs.org/left-pad/-/left-pad-0.0.3.tgz",
    "rawSpec": "https://registry.npmjs.org/left-pad/-/left-pad-0.0.3.tgz",
    "scope": null,
    "spec": "https://registry.npmjs.org/left-pad/-/left-pad-0.0.3.tgz",
    "type": "remote"
  },
  "_requiredBy": [
    "/line-numbers"
  ],
  "_resolved": "https://registry.npmjs.org/left-pad/-/left-pad-0.0.3.tgz",
  "_shasum": "04d99b4a1eaf9e5f79c05e5d745d53edd1aa8aa1",
  "_shrinkwrap": null,
  "_spec": "left-pad@https://registry.npmjs.org/left-pad/-/left-pad-0.0.3.tgz",
  "_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical",
  "author": {
    "name": "azer"
  },
  "bugs": {
    "url": "https://github.com/azer/left-pad/issues"
  },
  "dependencies": {},
  "description": "String left pad",
  "devDependencies": {
    "tape": "*"
  },
  "homepage": "https://github.com/azer/left-pad#readme",
  "keywords": [
    "left",
    "leftpad",
    "pad",
    "padding",
    "string"
  ],
  "license": "BSD",
  "main": "index.js",
  "name": "left-pad",
  "optionalDependencies": {},
  "readme": "## left-pad\n\nString left pad\n\n## Install\n\n```bash\n$ npm install left-pad\n```\n\n## Usage\n\n```js\nleftpad = require('left-pad')\n\nleftpad('foo', 5)\n// => \"  foo\"\n\nleftpad('foobar', 6)\n// => \"foobar\"\n```\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/azer/left-pad.git"
  },
  "scripts": {
    "test": "node test"
  },
  "version": "0.0.3"
}
