{
  "_args": [
    [
      "left-pad@1.2.0",
      "/Users/donviszneki/bs-ajv"
    ]
  ],
  "_development": true,
  "_from": "left-pad@1.2.0",
  "_id": "left-pad@1.2.0",
  "_inBundle": false,
  "_integrity": "sha1-0wpzxrggHY99jnlWupYWCHpo4O4=",
  "_location": "/left-pad",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "left-pad@1.2.0",
    "name": "left-pad",
    "escapedName": "left-pad",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/jsdom"
  ],
  "_resolved": "https://registry.npmjs.org/left-pad/-/left-pad-1.2.0.tgz",
  "_spec": "1.2.0",
  "_where": "/Users/donviszneki/bs-ajv",
  "author": {
    "name": "azer"
  },
  "bugs": {
    "url": "https://github.com/stevemao/left-pad/issues"
  },
  "description": "String left pad",
  "devDependencies": {
    "benchmark": "^2.1.0",
    "tape": "*"
  },
  "homepage": "https://github.com/stevemao/left-pad#readme",
  "keywords": [
    "leftpad",
    "left",
    "pad",
    "padding",
    "string",
    "repeat"
  ],
  "license": "WTFPL",
  "main": "index.js",
  "maintainers": [
    {
      "name": "Cameron Westland",
      "email": "camwest@gmail.com"
    }
  ],
  "name": "left-pad",
  "repository": {
    "url": "git+ssh://git@github.com/stevemao/left-pad.git",
    "type": "git"
  },
  "scripts": {
    "bench": "node perf/perf.js",
    "test": "node test"
  },
  "types": "index.d.ts",
  "version": "1.2.0"
}
