{
  "_args": [
    [
      {
        "raw": "string.prototype.trimstart@^1.0.0",
        "scope": null,
        "escapedName": "string.prototype.trimstart",
        "name": "string.prototype.trimstart",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/var/www/html/ims/node_modules/string.prototype.trimleft"
    ]
  ],
  "_from": "string.prototype.trimstart@>=1.0.0 <2.0.0",
  "_hasShrinkwrap": false,
  "_id": "string.prototype.trimstart@1.0.0",
  "_inCache": true,
  "_location": "/string.prototype.trimstart",
  "_nodeVersion": "13.12.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/string.prototype.trimstart_1.0.0_1585554567480_0.45429205863007893"
  },
  "_npmUser": {
    "name": "ljharb",
    "email": "ljharb@gmail.com"
  },
  "_npmVersion": "6.14.4",
  "_phantomChildren": {},
  "_requested": {
    "raw": "string.prototype.trimstart@^1.0.0",
    "scope": null,
    "escapedName": "string.prototype.trimstart",
    "name": "string.prototype.trimstart",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/string.prototype.trimleft"
  ],
  "_resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.0.tgz",
  "_shasum": "afe596a7ce9de905496919406c9734845f01a2f2",
  "_shrinkwrap": null,
  "_spec": "string.prototype.trimstart@^1.0.0",
  "_where": "/var/www/html/ims/node_modules/string.prototype.trimleft",
  "author": {
    "name": "Khaled Al-Ansari",
    "email": "khaledelansari@gmail.com"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false
  },
  "dependencies": {
    "define-properties": "^1.1.3",
    "es-abstract": "^1.17.5"
  },
  "description": "ES2019 spec-compliant String.prototype.trimStart shim.",
  "devDependencies": {
    "@es-shims/api": "^2.1.2",
    "@ljharb/eslint-config": "^16.0.0",
    "aud": "^1.1.0",
    "auto-changelog": "^1.16.3",
    "eslint": "^6.8.0",
    "functions-have-names": "^1.2.1",
    "tape": "^5.0.0-next.5"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-iCP8g01NFYiiBOnwG1Xc3WZLyoo+RuBymwIlWncShXDDJYWN6DbnM3odslBJdgCdRlq94B5s63NWAZlcn2CS4w==",
    "shasum": "afe596a7ce9de905496919406c9734845f01a2f2",
    "tarball": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.0.tgz",
    "fileCount": 16,
    "unpackedSize": 13148,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJegaSHCRA9TVsSAnZWagAA8jcP/2rqmC2h07bIhwUoeTTn\nIrpqkqPBFcAQDXMftMBX262zxpgIs94vu+Jfm+Yvj0ildylJWr274PlTXClZ\ny8+Q3zWbwZFmnlHgBMWXTHM02jqO5BbxKF3xa6E88EC92TH937Zih2xYqmWb\nDgmVHR8ICV1VGM9TlR34gk1YRqvu0dYwj5rjlGI7WCxjEgxF2kcXdQHSOmjQ\n4kljtH0Z9+jc3DBFqax0V+kCVwD31ikFo3V/nGo5XeX64PbOQOgIkF70JfJ2\nvbgg9NRwzY9Zeeu15jYUs2RZflKa1ZKK/JHI33zzr5h/AwPYMeQqhEViK0Ty\nGBdAtVJLd3RyaNxwhRHB2TBHHqwJQ6/TXHz386rCMCthwEFdQbKPNBQUderN\nlkdJlSxvraRxoQsDxS8FUMZrAwz0hHyMZ1i//zEjFqdr3RAppnsGPTqk7AcK\n9g6c07fWaqEzmCdVnSyxmpoz8JRG094RtFG7lRu/yoOtMlv0llq8lHQL5IX7\nueyt7vN/pYsWB+8MRvT1UhuOGjfAy+O5N2r5iCOOnNkw15j23QOJPLHNzQ6N\n3LUtX4QyyS6A0KGRaHT1kADyQnn/T4BYxu0bWcaz+7Tul8NnOszsy5Anrq+L\n4D8zuOlH9wm2pSsqq9BXtJHj80M/7+sqx8lDF6jGLbl45gQ+XcUxVU5fFlnb\ns0Gc\r\n=7OoT\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "gitHead": "e84d645adeec032fef545e78332079e1d1a94203",
  "keywords": [
    "es6",
    "es7",
    "es8",
    "javascript",
    "prototype",
    "polyfill",
    "utility",
    "trim",
    "trimLeft",
    "trimRight",
    "trimStart",
    "trimEnd",
    "tc39"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "khaledelansari",
      "email": "khaledelansari@gmail.com"
    },
    {
      "name": "ljharb",
      "email": "ljharb@gmail.com"
    }
  ],
  "name": "string.prototype.trimstart",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "scripts": {
    "lint": "eslint .",
    "posttest": "npx aud --production",
    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
    "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 --silent test:shimmed && npm run --silent test:module",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "version": "1.0.0"
}
