{
  "_args": [
    [
      {
        "raw": "string.prototype.trimright@^2.1.1",
        "scope": null,
        "escapedName": "string.prototype.trimright",
        "name": "string.prototype.trimright",
        "rawSpec": "^2.1.1",
        "spec": ">=2.1.1 <3.0.0",
        "type": "range"
      },
      "/var/www/html/ims/node_modules/es-abstract"
    ]
  ],
  "_from": "string.prototype.trimright@>=2.1.1 <3.0.0",
  "_hasShrinkwrap": false,
  "_id": "string.prototype.trimright@2.1.2",
  "_inCache": true,
  "_location": "/string.prototype.trimright",
  "_nodeVersion": "13.12.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/string.prototype.trimright_2.1.2_1585555367694_0.7726971519268537"
  },
  "_npmUser": {
    "name": "ljharb",
    "email": "ljharb@gmail.com"
  },
  "_npmVersion": "6.14.4",
  "_phantomChildren": {},
  "_requested": {
    "raw": "string.prototype.trimright@^2.1.1",
    "scope": null,
    "escapedName": "string.prototype.trimright",
    "name": "string.prototype.trimright",
    "rawSpec": "^2.1.1",
    "spec": ">=2.1.1 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/es-abstract"
  ],
  "_resolved": "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.2.tgz",
  "_shasum": "c76f1cef30f21bbad8afeb8db1511496cfb0f2a3",
  "_shrinkwrap": null,
  "_spec": "string.prototype.trimright@^2.1.1",
  "_where": "/var/www/html/ims/node_modules/es-abstract",
  "author": {
    "name": "Jordan Harband"
  },
  "bugs": {
    "url": "https://github.com/es-shims/String.prototype.trimRight/issues"
  },
  "dependencies": {
    "define-properties": "^1.1.3",
    "es-abstract": "^1.17.5",
    "string.prototype.trimend": "^1.0.0"
  },
  "description": "ES2019 spec-compliant String.prototype.trimLeft shim.",
  "devDependencies": {
    "@es-shims/api": "^2.1.2",
    "@ljharb/eslint-config": "^16.0.0",
    "covert": "^1.1.1",
    "eslint": "^6.8.0",
    "functions-have-names": "^1.2.1",
    "safe-publish-latest": "^1.1.4",
    "tape": "^5.0.0-next.4"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-ZNRQ7sY3KroTaYjRS6EbNiiHrOkjihL9aQE/8gfQ4DtAC/aEBRHFJa44OmoWxGGqXuJlfKkZW4WcXErGr+9ZFg==",
    "shasum": "c76f1cef30f21bbad8afeb8db1511496cfb0f2a3",
    "tarball": "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.2.tgz",
    "fileCount": 16,
    "unpackedSize": 11583,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJegaeoCRA9TVsSAnZWagAAgGkP/RB+SzU4zxkQD98WeqVK\noItHcSzo/RTDtg6ecA2Gaxip+81Tj9PgvJzQYVcHVLwmocjbvqseGovLxgmJ\nM+MuCgEBDrh/wjyT4pqzpNlW+xe8K6tQ3An+0THLs3bfYiQa8/5kFQkIn7Lq\nCSDJxyiDYydjMS5EkzhHAf9uD7Gep6M+BXvUGTHF0y9oY7E31MOedpu6gUVW\n2Qz7naHKP0bzbd+8sz2aFgCi1dx784f7PyBsdrrPzh9KCTePg451uu9UF7bi\nnq4f3zBx1Oy16XChU80bOyW6/gp0XoZmJCv1yjG1gNlW7Es4cTH8ytxM5uIZ\n1gtd0ASqnQRidw5IUx59sYmq/hDrMvzhajCWbFzoQeQG0QxeDIgTO4QFczap\n7PSE8Q9UYeeXAHkNn/g4ifKAVvqlehoey9Ob49xVIR/GkS7ppy6cqtQy9QNa\nsQx03/EILKSNsScmoTgDxcWMx7HT55G9G5c+TAJrORSBsaQ7VktdjvxocAfU\nfa7nekQ9PiGGwkKY2u1I6yVFYNDnJu1e/UQECsPl/7oR8G+20Tkn1ALoMvsH\nSbTMMQbWX30PqB68C7WCuJHFwm0kbJgW0b4vNU/+swbCL1UxhnfJbYL679UK\nS4hT7Lw+Cu7m4L2BHhzgAgMaNYykHHtBPDI4aVBUdXg3K9754uaVZmLMnjje\ngxwB\r\n=Gx79\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "gitHead": "1aa1537aa636b47b10d3c52e0e1fca6a074f8870",
  "homepage": "https://github.com/es-shims/String.prototype.trimRight#readme",
  "keywords": [
    "String.prototype.trimRight",
    "string",
    "ES7",
    "ES2019",
    "shim",
    "trim",
    "trimLeft",
    "trimStart",
    "trimRight",
    "trimEnd",
    "polyfill",
    "es-shim API"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "ljharb",
      "email": "ljharb@gmail.com"
    }
  ],
  "name": "string.prototype.trimright",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/es-shims/String.prototype.trimRight.git"
  },
  "scripts": {
    "coverage": "covert test/*.js",
    "lint": "eslint .",
    "posttest": "npx aud",
    "prepublish": "safe-publish-latest",
    "pretest": "npm run lint && es-shim-api --bound",
    "test": "npm run tests-only",
    "test:module": "node test",
    "test:shimmed": "node test/shimmed",
    "tests-only": "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": "2.1.2"
}
