{"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"keywords":["String.prototype.trimLeft","string","ES7","ES2019","shim","trim","trimLeft","trimStart","trimRight","trimEnd","polyfill","es-shim API"],"dist-tags":{"latest":"2.1.3"},"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"description":"ES2019 spec-compliant String.prototype.trimLeft shim.","readme":"String.prototype.trimLeft <sup>[![Version Badge][npm-version-svg]][package-url]</sup>\n\n[![Build Status][travis-svg]][travis-url]\n[![dependency status][deps-svg]][deps-url]\n[![dev dependency status][dev-deps-svg]][dev-deps-url]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\n[![npm badge][npm-badge-png]][package-url]\n\n[![browser support][testling-svg]][testling-url]\n\nAn ES2019-spec-compliant `String.prototype.trimLeft` shim. Invoke its \"shim\" method to shim `String.prototype.trimLeft` if it is unavailable.\n\nThis package implements the [es-shim API](https://github.com/es-shims/api) interface. It works in an ES3-supported environment and complies with the [spec](http://www.ecma-international.org/ecma-262/6.0/#sec-object.assign). In an ES6 environment, it will also work properly with `Symbol`s.\n\nMost common usage:\n```js\nvar trimLeft = require('string.prototype.trimleft');\n\nassert(trimLeft(' \\t\\na \\t\\n') === 'a \\t\\n');\n\nif (!String.prototype.trimLeft) {\n\ttrimLeft.shim();\n}\n\nassert(trimLeft(' \\t\\na \\t\\n') === ' \\t\\na \\t\\n'.trimLeft());\n```\n\n## Tests\nSimply clone the repo, `npm install`, and run `npm test`\n\n[package-url]: https://npmjs.com/package/string.prototype.trimleft\n[npm-version-svg]: http://vb.teelaun.ch/es-shims/String.prototype.trimLeft.svg\n[travis-svg]: https://travis-ci.org/es-shims/String.prototype.trimLeft.svg\n[travis-url]: https://travis-ci.org/es-shims/String.prototype.trimLeft\n[deps-svg]: https://david-dm.org/es-shims/String.prototype.trimLeft.svg\n[deps-url]: https://david-dm.org/es-shims/String.prototype.trimLeft\n[dev-deps-svg]: https://david-dm.org/es-shims/String.prototype.trimLeft/dev-status.svg\n[dev-deps-url]: https://david-dm.org/es-shims/String.prototype.trimLeft#info=devDependencies\n[testling-svg]: https://ci.testling.com/es-shims/String.prototype.trimLeft.png\n[testling-url]: https://ci.testling.com/es-shims/String.prototype.trimLeft\n[npm-badge-png]: https://nodei.co/npm/string.prototype.trimleft.png?downloads=true&stars=true\n[license-image]: http://img.shields.io/npm/l/string.prototype.trimleft.svg\n[license-url]: LICENSE\n[downloads-image]: http://img.shields.io/npm/dm/string.prototype.trimleft.svg\n[downloads-url]: http://npm-stat.com/charts.html?package=string.prototype.trimleft\n","repository":{"type":"git","url":"git://github.com/es-shims/String.prototype.trimLeft.git"},"bugs":{"url":"https://github.com/es-shims/String.prototype.trimLeft/issues"},"license":"MIT","versions":{"1.0.1":{"name":"string.prototype.trimleft","version":"1.0.1","author":{"name":"Jordan Harband"},"description":"ES7 spec-compliant String.prototype.trimLeft shim.","license":"MIT","main":"index.js","scripts":{"test":"npm run lint && npm run test:shimmed && npm run test:module && npm run security","test:shimmed":"node test/shimmed.js","test:module":"node test/index.js","coverage":"covert test/*.js","coverage-quiet":"covert test/*.js --quiet","lint":"npm run jscs && npm run eslint","eslint":"eslint test/*.js *.js","jscs":"jscs test/*.js *.js","security":"nsp package"},"repository":{"type":"git","url":"git://github.com/es-shims/String.prototype.trimLeft.git"},"keywords":["String.prototype.trimLeft","string","ES7","shim","trim","trimLeft","trimRight","polyfill"],"dependencies":{"define-properties":"^1.1.1","function-bind":"^1.0.2"},"devDependencies":{"tape":"^4.0.1","covert":"^1.1.0","jscs":"^1.13.1","nsp":"^1.0.3","eslint":"^1.0.0-rc-3","@ljharb/eslint-config":"^1.0.3"},"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"]},"engines":{"node":">= 0.4"},"gitHead":"04a80278e14c26c22f23eae8af19585133e241dd","bugs":{"url":"https://github.com/es-shims/String.prototype.trimLeft/issues"},"homepage":"https://github.com/es-shims/String.prototype.trimLeft#readme","_id":"string.prototype.trimleft@1.0.1","_shasum":"b0783f1d996b1e5c28cbc70b83848ccb0ff66a8f","_from":".","_npmVersion":"2.13.0","_nodeVersion":"2.4.0","_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"dist":{"shasum":"b0783f1d996b1e5c28cbc70b83848ccb0ff66a8f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/string.prototype.trimleft/-/string.prototype.trimleft-1.0.1.tgz","integrity":"sha512-qBViktZVqIKzbCc58awCNdkeMBZ+kBULIRplzSytWwMH2vLpzqMShS5yLevEpLs+0dZmJr9stYHjRdlWza+9JQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDCKumoiQ7GAxuSlmsw/MTl0fCzx3iBDq9p5ClKPupRVAIgXbwIg1bfTlKS4mQgn/mvQ04WF2ot7LkVYsL7yPXyXrQ="}]},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"directories":{}},"2.0.0":{"name":"string.prototype.trimleft","version":"2.0.0","author":{"name":"Jordan Harband"},"description":"ES7 spec-compliant String.prototype.trimLeft shim.","license":"MIT","main":"index.js","scripts":{"test":"npm run lint && es-shim-api --bound && npm run tests-only && npm run security","tests-only":"npm run test:shimmed && npm run test:module","test:shimmed":"node test/shimmed.js","test:module":"node test/index.js","coverage":"covert test/*.js","coverage-quiet":"covert test/*.js --quiet","lint":"npm run jscs && npm run eslint","eslint":"eslint test/*.js *.js","jscs":"jscs test/*.js *.js","security":"nsp check"},"repository":{"type":"git","url":"git://github.com/es-shims/String.prototype.trimLeft.git"},"keywords":["String.prototype.trimLeft","string","ES7","shim","trim","trimLeft","trimRight","polyfill","es-shim API"],"dependencies":{"define-properties":"^1.1.2","function-bind":"^1.0.2"},"devDependencies":{"tape":"^4.4.0","covert":"^1.1.0","jscs":"^2.9.0","nsp":"^2.2.0","eslint":"^1.10.3","@ljharb/eslint-config":"^1.6.1","@es-shims/api":"^1.1.0"},"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"]},"engines":{"node":">= 0.4"},"gitHead":"d606bf4aa8e2e13d58a0ec6dc266d71019fa3570","bugs":{"url":"https://github.com/es-shims/String.prototype.trimLeft/issues"},"homepage":"https://github.com/es-shims/String.prototype.trimLeft#readme","_id":"string.prototype.trimleft@2.0.0","_shasum":"68b6aa8e162c6a80e76e3a8a0c2e747186e271ff","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.5.0","_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"dist":{"shasum":"68b6aa8e162c6a80e76e3a8a0c2e747186e271ff","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/string.prototype.trimleft/-/string.prototype.trimleft-2.0.0.tgz","integrity":"sha512-HzEzOn1GVsmf/dqqLQJz6TJi0p9hFKaucLosI+Mh6gF0JaFiKBV8215r04jESJISG4kGKslLc0cebDlrQ1xbqg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFyS18bqXGm15yBkrVeyt77RyoB9z8DOwX9RqbQGovqbAiA+SF2a3QrdQzlTnrHYwQusyVc8LEGxVrAo4/MEsAsqsg=="}]},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/string.prototype.trimleft-2.0.0.tgz_1454825005935_0.410012308973819"},"directories":{}},"2.1.0":{"name":"string.prototype.trimleft","version":"2.1.0","author":{"name":"Jordan Harband"},"description":"ES7 spec-compliant String.prototype.trimLeft shim.","license":"MIT","main":"index.js","scripts":{"pretest":"npm run lint && es-shim-api --bound","test":"npm run tests-only","posttest":"npx aud","tests-only":"npm run --silent test:shimmed && npm run --silent test:module","test:shimmed":"node test/shimmed","test:module":"node test","coverage":"covert test/*.js","lint":"eslint ."},"repository":{"type":"git","url":"git://github.com/es-shims/String.prototype.trimLeft.git"},"keywords":["String.prototype.trimLeft","string","ES7","shim","trim","trimLeft","trimRight","polyfill","es-shim API"],"dependencies":{"define-properties":"^1.1.3","function-bind":"^1.1.1"},"devDependencies":{"@es-shims/api":"^2.1.2","@ljharb/eslint-config":"^14.1.0","covert":"^1.1.1","eslint":"^6.3.0","functions-have-names":"^1.1.1","tape":"^4.11.0"},"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"]},"engines":{"node":">= 0.4"},"gitHead":"aacd78d0a26ae70886d36e79a4c5589d8ab6156c","bugs":{"url":"https://github.com/es-shims/String.prototype.trimLeft/issues"},"homepage":"https://github.com/es-shims/String.prototype.trimLeft#readme","_id":"string.prototype.trimleft@2.1.0","_nodeVersion":"12.10.0","_npmVersion":"6.10.3","dist":{"integrity":"sha512-FJ6b7EgdKxxbDxc79cOlok6Afd++TTs5szo+zJTUyow3ycrRfJVE2pq3vcN53XexvKZu/DJMDfeI/qMiZTrjTw==","shasum":"6cc47f0d7eb8d62b0f3701611715a3954591d634","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz","fileCount":15,"unpackedSize":20487,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJddyu9CRA9TVsSAnZWagAAdx0QAII8xLHYhFvlH3+fyz2Y\n1aQVY4p2Y2BJXdV2siqCRLvoBdfNxKz3tl3/BWq2LN9LHC+iMmN4rmT5hiM1\nCp9/NC6qtgZYxRBSR4RPtOm4rfeYST1yAzJrB8OCnyC5iVh11Xb/a1ksSS9c\navDUR1QiOmjPZ9xbOrWFksr1BYk+aRQaQtwlwYU7X8u5a2/U4rIhpQnFqpir\nEtWuDLa5Fr8EmhwQJ5i73QBqdJEu+jV2ecq3Nxa6ub0LQG8GakCybDeZQHhR\n4MnM5c9XwLpTuzEKL58GKX37PSqs69x+E8jL6M3ty9ngkRHGmf3x1YaahxY1\nc5nljGU6ZFrQntPNelU8iTJu8E0HCynLk5IfgFvBwThuefaWTh0BsEVFKhLV\nfoP6BJAPkpZuoElFk20M3T7av4tF0t9w6Wd4pIrDRWBnJiVNV9BGksurSY1O\n4kk7SjUAgw+gno+0G5wH53OtY0zvK/lUBZvbU4d3Q0QTJ+JgmLnppRtIe8V+\nITF7c0iwSP0H5swXu9JXdC8VbNXw4Sq0hKqnossRJecgM//9XSiPQ4pwarBl\nctbS52o6mBEpZpS0i4GIx7q3ociTEnsbof2XNQyaxP6taSz624CCRCjlvaTl\njq6sQVl4XY5je4lPugmW5OplFQwsovL8JsjYfrQX1DA6Gq2M8wN5AME1uoBI\nZKbs\r\n=K5di\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCNZWmQw7Y2OHggImKQ4z4HLEmVpbfzSGcmHdiOHs7XXwIgYAojynMVPzhgU2CHClpfjO+pzKhCPLNWjB70opDPe9Y="}]},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/string.prototype.trimleft_2.1.0_1568091068611_0.43797635000090396"},"_hasShrinkwrap":false},"2.1.1":{"name":"string.prototype.trimleft","version":"2.1.1","author":{"name":"Jordan Harband"},"funding":{"url":"https://github.com/sponsors/ljharb"},"description":"ES7 spec-compliant String.prototype.trimLeft shim.","license":"MIT","main":"index.js","scripts":{"pretest":"npm run lint && es-shim-api --bound","test":"npm run tests-only","posttest":"npx aud","tests-only":"npm run --silent test:shimmed && npm run --silent test:module","test:shimmed":"node test/shimmed","test:module":"node test","coverage":"covert test/*.js","lint":"eslint ."},"repository":{"type":"git","url":"git://github.com/es-shims/String.prototype.trimLeft.git"},"keywords":["String.prototype.trimLeft","string","ES7","shim","trim","trimLeft","trimRight","polyfill","es-shim API"],"dependencies":{"define-properties":"^1.1.3","function-bind":"^1.1.1"},"devDependencies":{"@es-shims/api":"^2.1.2","@ljharb/eslint-config":"^15.0.2","covert":"^1.1.1","eslint":"^6.7.2","functions-have-names":"^1.2.0","tape":"^4.12.0"},"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"]},"engines":{"node":">= 0.4"},"gitHead":"8abe509d84f487674b20f75723bd0bc19b87ef2d","bugs":{"url":"https://github.com/es-shims/String.prototype.trimLeft/issues"},"homepage":"https://github.com/es-shims/String.prototype.trimLeft#readme","_id":"string.prototype.trimleft@2.1.1","_nodeVersion":"13.3.0","_npmVersion":"6.13.1","dist":{"integrity":"sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==","shasum":"9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz","fileCount":15,"unpackedSize":11462,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+qGyCRA9TVsSAnZWagAA4VkP/RhE34FhRrQvJ+DfhQK2\nJR8FLWDrI5PXZQRZHaIt0UytL0aLGCa8OvCzdX77pZ7YZlJ4i3CCjVwNoGY6\nhpJEiTL6co4oI0+04SvO/Cic2d8Vy6ituaXhFWizD1EPT6zkqobQD7HAYZLY\niZT8Ld2Y7JbZ4KTbi0akXpGtEoPgX+7+03rH9OPJPUcb8h85Wr+zScWIKlwi\nlUpI2ZsN/7o8TIxMj0argLqLqTSXY+xznNjd5fVxXLh6rgLkCRXsMDIxSVuL\n+TGA+YzW+CTqzbghQhpsA8bJkn7x+F6U+wImr98XrsXCOfDPr7G0dyA0nCzO\nJrwqMOffeu3p62M8Q5kVSV8Z7iX48IhlOF32WxYzni/AdP0ECVGd+70W+srS\ndng06CDFXvPASseV5Z7wGBpxgqVVmY+CWAScYS2YrmYdd6bOGCxGiK4aDfQc\nyOm6ETmGNL7KeV+yaVGRmKtN9Ieo2Ow0AVxK35voj5+eUg0SxEic+DhIQvzd\nJGkyktoIyb8xA1kHthyAm5bNtmQILRiKyJdoIgHriKkLwZ/51p1F5wtn5jqX\nhbysiejTDmNrJOJ+/Al0uv5dRq0zTkJ3lkQKR4TxwZIj1DjmWgT0s8a+ZlYH\nTlqGVfutM2QH1v3Ty9QbzyqZLIJgDuZssm5KBuiLjva3iJf+u0jfpLs84Ow5\n59wF\r\n=90U9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+tIj4NJdJWwrsjHYzfSWO9WC6pFpiC0FkRfOAbynk5QIhAL06w2CQ6y4oIMuRCtsWqTCvkLlC+tH87RPru6roZ+Ox"}]},"maintainers":[{"email":"ljharb+esshims@gmail.com","name":"anonymous"},{"email":"ljharb@gmail.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/string.prototype.trimleft_2.1.1_1576706482399_0.2529457937588502"},"_hasShrinkwrap":false},"2.1.2":{"name":"string.prototype.trimleft","version":"2.1.2","author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"funding":{"url":"https://github.com/sponsors/ljharb"},"description":"ES2019 spec-compliant String.prototype.trimLeft shim.","license":"MIT","main":"index.js","scripts":{"prepublish":"safe-publish-latest","pretest":"npm run lint && es-shim-api --bound","test":"npm run tests-only","posttest":"npx aud","tests-only":"npm run --silent test:shimmed && npm run --silent test:module","test:shimmed":"node test/shimmed","test:module":"node test","coverage":"covert test/*.js","lint":"eslint ."},"repository":{"type":"git","url":"git://github.com/es-shims/String.prototype.trimLeft.git"},"keywords":["String.prototype.trimLeft","string","ES7","ES2019","shim","trim","trimLeft","trimStart","trimRight","trimEnd","polyfill","es-shim API"],"dependencies":{"define-properties":"^1.1.3","es-abstract":"^1.17.5","string.prototype.trimstart":"^1.0.0"},"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"},"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"]},"engines":{"node":">= 0.4"},"gitHead":"c6ac1de830193bc8f1f8d2c569f74a132d590415","bugs":{"url":"https://github.com/es-shims/String.prototype.trimLeft/issues"},"homepage":"https://github.com/es-shims/String.prototype.trimLeft#readme","_id":"string.prototype.trimleft@2.1.2","_nodeVersion":"13.12.0","_npmVersion":"6.14.4","dist":{"integrity":"sha512-gCA0tza1JBvqr3bfAIFJGqfdRTyPae82+KTnm3coDXkZN9wnuW3HjGgN386D7hfv5CHQYCI022/rJPVlqXyHSw==","shasum":"4408aa2e5d6ddd0c9a80739b087fbc067c03b3cc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/string.prototype.trimleft/-/string.prototype.trimleft-2.1.2.tgz","fileCount":16,"unpackedSize":11571,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJegaYhCRA9TVsSAnZWagAAb+MP+weWM2FeX6bzo+pA0YdC\np4YhuWitdg0zU45FQmbxzkXAgYM5P1Sivwse4TZMlEohNMEc6HMsoJ0Yl2Xj\nQ9Qn7GERTNWkiQvU/ug+RqE9pVtuXJfllm5z7AggbLnZnIwd5/3pzXPxjJ2M\ndXCL0ASjQvcNBPMegvGr8F/+m1YDHaeQB2bL8abN9VQTxIEpUSUBCsniteVh\n/LR+bfBT/u2Epd6DTqcmUFgBHFK9/90H/5sbvoXvVlgk2oLm1OVAc4gwItzJ\n1rk3Y6sHBqxrV2DM2zYhsKmi9GBpJVJM/yOrVLJ2imz2opvaXtfIsikHdiIf\nxjqCEMBMD1xhNjUtELL4qysYafMJMSOiYTwTd4orkLr1+ZtzCfwNWvyanJwx\ndo90tle3y03r62uMLQ3B8zQlRs6JDtG4N4YhYjzDaKnqhfpozERyzv66Tcb0\nZRyUqvT3gbCx/trnj3WVkgQQsPJbAHlNImdetRUs6Cv1VS1l8ZxJa7u5Glf+\ny4BxnT3AQ3lOH7MIaIRCvhX6PqISn3ufg/eIJxgbfUb0gvs86t++WpvvOSbF\nBmF4QTy2+5HyBfSiaT+mQ97lYueZNcqYzdT/TidZuP7THIixPTTZtbyzjJNC\ny+eqVp4y7haVTHee2LQctjyHCcMmBvsO3N4gw2F6dbJ5moJ/5mJTREERKAH2\n2oTb\r\n=x0Ad\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDHqpbF4Mp0sIbehILg5tPTZ/Kiw7P4eJ0kUL3AFT/a+AiEA3xGjCAwtkJSmuLl+PKaTLf5a271AcVVcPNgYTUMjnkQ="}]},"maintainers":[{"email":"ljharb@gmail.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/string.prototype.trimleft_2.1.2_1585554976686_0.14859308925535886"},"_hasShrinkwrap":false},"2.1.3":{"name":"string.prototype.trimleft","version":"2.1.3","author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"funding":{"url":"https://github.com/sponsors/ljharb"},"description":"ES2019 spec-compliant String.prototype.trimLeft shim.","license":"MIT","main":"index.js","scripts":{"prepublish":"safe-publish-latest","pretest":"npm run lint","test":"npm run tests-only","posttest":"aud --production","tests-only":"nyc tape 'test/**/*.js'","lint":"eslint .","postlint":"es-shim-api --bound"},"repository":{"type":"git","url":"git://github.com/es-shims/String.prototype.trimLeft.git"},"keywords":["String.prototype.trimLeft","string","ES7","ES2019","shim","trim","trimLeft","trimStart","trimRight","trimEnd","polyfill","es-shim API"],"dependencies":{"call-bind":"^1.0.0","define-properties":"^1.1.3","string.prototype.trimstart":"^1.0.3"},"devDependencies":{"@es-shims/api":"^2.1.2","@ljharb/eslint-config":"^17.2.0","aud":"^1.1.3","eslint":"^7.14.0","functions-have-names":"^1.2.1","has-strict-mode":"^1.0.0","nyc":"^10.3.2","safe-publish-latest":"^1.1.4","tape":"^5.0.1"},"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"]},"engines":{"node":">= 0.4"},"gitHead":"73ddd5df112d932b3ad1d773f445e08267aa8f79","bugs":{"url":"https://github.com/es-shims/String.prototype.trimLeft/issues"},"homepage":"https://github.com/es-shims/String.prototype.trimLeft#readme","_id":"string.prototype.trimleft@2.1.3","_nodeVersion":"14.15.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-699Ibssmj/awVzvdNk4g83/Iu8U9vDohzmA/ly2BrQWGhamuY4Tlvs5XKmKliDt3ky6SKbE1bzPhASKCFlx9Sg==","shasum":"dee305118117d0a1843c1fc0d38d5d0754d83c60","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/string.prototype.trimleft/-/string.prototype.trimleft-2.1.3.tgz","fileCount":23,"unpackedSize":18043,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfuuGECRA9TVsSAnZWagAAF30P+wbcSXTwK0rbSRiu5QDt\n+7s3csUttMNzkFCJ3wUXEJYmppzm4cyMyH5qpaFVZ5I5qq1lXgVwf3A41NP8\nDlqiBpPQqKsRQ6isHhJ7DzKEK23znPjnbERa/MSL5CzthjQGLgnn1EZA2TSu\nmzbyAJCFI9bhpJ9kZmqE0WTTCvMzvzYHVO4IxRdiddzHAmgpL6scf293NKST\n8Hd4TOf6e/B/k96DCaCfXAZf1t5Kv+NyArUEGaYsWfYegh2tf7CVNFYRHi+Y\nDPeA/dftmCB2EmTEAabb+2nUA8JwewXMYqgtfUIoj5rw4wav8MlWE5dUJN0c\neHY5SCel+dfD6KbQNnCAt5jI7PK8bfQwO/of/+3E5ntHS3lcYiHYIFL8ZsAU\nM7n63vdhSiilOaWJ/ny7SZ2eOQRJLbgpvM2eNE7lSzr+Znc7OFieAqt7681d\nq2TBr+5YqlG9qm8zgw9R6U/lf7VCoa9tKjUE98CFufKAUA8IL8HZtbTpZNrP\nH6qa7UjPmdD+typ6LEeOSifnzTuMTjEBJbSmJGH37N+fE7BO4Kmo3PPiIxrt\nqUVUN3P8+f/DWDOJeCjUqvWdet4WoTeTtefOSVVocryW+a/53VywAtk8+qZc\nAYYq72kPG41hBQlrbtz6JjmOCn8MPqjx1IzXIcphBdSKarPm3PRfZiFnyRm1\nPsGh\r\n=ZkGq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDlhcImo9HPxjFxhERdJQ+JdvS07DXwJEz7vE4mdTZf4QIhANJkua0C70llY0HmNAz5CmfI4mfeoyxcF5Z/Y5kz4j4d"}]},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/string.prototype.trimleft_2.1.3_1606082948254_0.7784005171813462"},"_hasShrinkwrap":false}},"name":"string.prototype.trimleft","time":{"modified":"2022-06-27T01:05:11.714Z","created":"2015-07-29T21:48:27.693Z","1.0.0":"2015-07-29T21:48:27.693Z","1.0.1":"2015-07-29T22:38:51.841Z","2.0.0":"2016-02-07T06:03:26.769Z","2.1.0":"2019-09-10T04:51:08.746Z","2.1.1":"2019-12-18T22:01:22.586Z","2.1.2":"2020-03-30T07:56:16.803Z","2.1.3":"2020-11-22T22:09:08.429Z"},"readmeFilename":"README.md","homepage":"https://github.com/es-shims/String.prototype.trimLeft#readme"}