{
  "_args": [
    [
      "string.prototype.repeat@0.2.0",
      "/var/www/html"
    ]
  ],
  "_development": true,
  "_from": "string.prototype.repeat@0.2.0",
  "_id": "string.prototype.repeat@0.2.0",
  "_inBundle": false,
  "_integrity": "sha1-q6Nt4I3O5qWjN9SbLqHaGyj8Ds8=",
  "_location": "/string.prototype.repeat",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "string.prototype.repeat@0.2.0",
    "name": "string.prototype.repeat",
    "escapedName": "string.prototype.repeat",
    "rawSpec": "0.2.0",
    "saveSpec": null,
    "fetchSpec": "0.2.0"
  },
  "_requiredBy": [
    "/perfectionist"
  ],
  "_resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-0.2.0.tgz",
  "_spec": "0.2.0",
  "_where": "/var/www/html",
  "author": {
    "name": "Mathias Bynens",
    "url": "http://mathiasbynens.be/"
  },
  "bugs": {
    "url": "https://github.com/mathiasbynens/String.prototype.repeat/issues"
  },
  "description": "A robust & optimized `String.prototype.repeat` polyfill, based on the ECMAScript 6 specification.",
  "directories": {
    "test": "tests"
  },
  "files": [
    "LICENSE-MIT.txt",
    "repeat.js"
  ],
  "homepage": "http://mths.be/repeat",
  "keywords": [
    "string",
    "repeat",
    "es6",
    "ecmascript",
    "polyfill"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://mths.be/mit"
    }
  ],
  "main": "repeat.js",
  "name": "string.prototype.repeat",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mathiasbynens/String.prototype.repeat.git"
  },
  "scripts": {
    "cover": "istanbul cover --report html --verbose --dir coverage tests/tests.js",
    "test": "node tests/tests.js"
  },
  "version": "0.2.0"
}
