{
  "_args": [
    [
      {
        "raw": "left-pad@^1.3.0",
        "scope": null,
        "escapedName": "left-pad",
        "name": "left-pad",
        "rawSpec": "^1.3.0",
        "spec": ">=1.3.0 <2.0.0",
        "type": "range"
      },
      "/home/lively4/lively4/ojs/node_modules/jsdom"
    ]
  ],
  "_from": "left-pad@>=1.3.0 <2.0.0",
  "_hasShrinkwrap": false,
  "_id": "left-pad@1.3.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/left-pad",
  "_nodeVersion": "9.2.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/left-pad_1.3.0_1523236245678_0.2849598021556574"
  },
  "_npmUser": {
    "name": "stevemao",
    "email": "maochenyan@gmail.com"
  },
  "_npmVersion": "5.5.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "left-pad@^1.3.0",
    "scope": null,
    "escapedName": "left-pad",
    "name": "left-pad",
    "rawSpec": "^1.3.0",
    "spec": ">=1.3.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/jsdom"
  ],
  "_resolved": "https://registry.npmjs.org/left-pad/-/left-pad-1.3.0.tgz",
  "_shasum": "5b8a3a7765dfe001261dde915589e782f8c94d1e",
  "_shrinkwrap": null,
  "_spec": "left-pad@^1.3.0",
  "_where": "/home/lively4/lively4/ojs/node_modules/jsdom",
  "author": {
    "name": "azer"
  },
  "bugs": {
    "url": "https://github.com/stevemao/left-pad/issues"
  },
  "dependencies": {},
  "deprecated": "use String.prototype.padStart()",
  "description": "String left pad",
  "devDependencies": {
    "benchmark": "^2.1.0",
    "fast-check": "0.0.8",
    "tape": "*"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==",
    "shasum": "5b8a3a7765dfe001261dde915589e782f8c94d1e",
    "tarball": "https://registry.npmjs.org/left-pad/-/left-pad-1.3.0.tgz",
    "fileCount": 10,
    "unpackedSize": 9752
  },
  "gitHead": "ff8e7ba8b4122829cf66125ca8445cac7f073bce",
  "homepage": "https://github.com/stevemao/left-pad#readme",
  "keywords": [
    "leftpad",
    "left",
    "pad",
    "padding",
    "string",
    "repeat"
  ],
  "license": "WTFPL",
  "main": "index.js",
  "maintainers": [
    {
      "name": "sebmck",
      "email": "sebmck@gmail.com"
    },
    {
      "name": "stevemao",
      "email": "maochenyan@gmail.com"
    },
    {
      "name": "westlac",
      "email": "cameron.westland@autodesk.com"
    }
  ],
  "name": "left-pad",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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.3.0"
}
