{
  "_from": "string.prototype.padend@^3.0.0",
  "_id": "string.prototype.padend@3.0.0",
  "_inBundle": false,
  "_integrity": "sha1-86rvfBcZ8XDF6rHDK/eA2W4h8vA=",
  "_location": "/string.prototype.padend",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "string.prototype.padend@^3.0.0",
    "name": "string.prototype.padend",
    "escapedName": "string.prototype.padend",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/npm-run-all"
  ],
  "_resolved": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.0.0.tgz",
  "_shasum": "f3aaef7c1719f170c5eab1c32bf780d96e21f2f0",
  "_spec": "string.prototype.padend@^3.0.0",
  "_where": "C:\\f31\\nightwatchGui\\public\\node_modules\\npm-run-all",
  "author": {
    "name": "Jordan Harband"
  },
  "bugs": {
    "url": "https://github.com/es-shims/String.prototype.padEnd/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "define-properties": "^1.1.2",
    "es-abstract": "^1.4.3",
    "function-bind": "^1.0.2"
  },
  "deprecated": false,
  "description": "ES7 spec-compliant String.prototype.padEnd shim.",
  "devDependencies": {
    "@es-shims/api": "^1.0.0",
    "@ljharb/eslint-config": "^1.6.0",
    "covert": "^1.1.0",
    "eslint": "^1.9.0",
    "jscs": "^2.5.1",
    "nsp": "^2.0.2",
    "tape": "^4.2.2"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "homepage": "https://github.com/es-shims/String.prototype.padEnd#readme",
  "keywords": [
    "String.prototype.padRight",
    "String.prototype.padEnd",
    "string",
    "ES7",
    "shim",
    "trim",
    "padLeft",
    "padRight",
    "padStart",
    "padEnd",
    "polyfill",
    "es-shim API"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "string.prototype.padend",
  "repository": {
    "type": "git",
    "url": "git://github.com/es-shims/String.prototype.padEnd.git"
  },
  "scripts": {
    "coverage": "covert test/*.js",
    "coverage-quiet": "covert test/*.js --quiet",
    "eslint": "eslint test/*.js *.js",
    "jscs": "jscs test/*.js *.js",
    "lint": "npm run jscs && npm run eslint",
    "security": "nsp check",
    "test": "npm run lint && npm run tests-only && npm run security",
    "test:module": "node test/index.js",
    "test:shimmed": "node test/shimmed.js",
    "tests-only": "es-shim-api --bound && npm run test:shimmed && npm run test:module"
  },
  "testling": {
    "files": "test/index.js",
    "browsers": [
      "iexplore/9.0..latest",
      "firefox/4.0..6.0",
      "firefox/15.0..latest",
      "firefox/nightly",
      "chrome/4.0..10.0",
      "chrome/20.0..latest",
      "chrome/canary",
      "opera/11.6..latest",
      "opera/next",
      "safari/5.0..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2"
    ]
  },
  "version": "3.0.0"
}
