{"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"keywords":["String.prototype.trim","string","ES5","shim","trim","polyfill","es-shim API"],"dist-tags":{"latest":"1.2.10"},"author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"description":"ES5 spec-compliant shim for String.prototype.trim","readme":"# String.prototype.trim <sup>[![Version Badge][npm-version-svg]][package-url]</sup>\n\n[![github actions][actions-image]][actions-url]\n[![coverage][codecov-image]][codecov-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\nAn ES5 spec-compliant `String.prototype.trim` shim. Invoke its \"shim\" method to shim `String.prototype.trim` 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 (both [ES5](https://262.ecma-international.org/5.1/#sec-15.5.4.20) and [current](https://tc39.es/ecma262/#sec-string.prototype.trim)).\n\nMost common usage:\n\n```js\nvar assert = require('assert');\nvar trim = require('string.prototype.trim');\n\nassert(trim(' \\t\\na \\t\\n') === 'a');\n\ntrim.shim(); // will be a no-op if not needed\n\nassert(trim(' \\t\\na \\t\\n') === ' \\t\\na \\t\\n'.trim());\n```\n\n## Engine Bugs\nSome implementations of `String#trim` incorrectly trim zero-width spaces. This shim detects and corrects this behavior.\n\n## Tests\nSimply clone the repo, `npm install`, and run `npm test`\n\n[package-url]: https://npmjs.com/package/string.prototype.trim\n[npm-version-svg]: https://versionbadg.es/es-shims/String.prototype.trim.svg\n[deps-svg]: https://david-dm.org/es-shims/String.prototype.trim.svg\n[deps-url]: https://david-dm.org/es-shims/String.prototype.trim\n[dev-deps-svg]: https://david-dm.org/es-shims/String.prototype.trim/dev-status.svg\n[dev-deps-url]: https://david-dm.org/es-shims/String.prototype.trim#info=devDependencies\n[license-image]: https://img.shields.io/npm/l/string.prototype.trim.svg\n[license-url]: LICENSE\n[downloads-image]: https://img.shields.io/npm/dm/string.prototype.trim.svg\n[downloads-url]: https://npm-stat.com/charts.html?package=string.prototype.trim\n[codecov-image]: https://codecov.io/gh/es-shims/String.prototype.trim/branch/main/graphs/badge.svg\n[codecov-url]: https://app.codecov.io/gh/es-shims/String.prototype.trim/\n[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/es-shims/String.prototype.trim\n[actions-url]: https://github.com/es-shims/String.prototype.trim/actions\n","repository":{"type":"git","url":"git://github.com/es-shims/String.prototype.trim.git"},"bugs":{"url":"https://github.com/es-shims/String.prototype.trim/issues"},"license":"MIT","versions":{"1.0.0":{"name":"string.prototype.trim","version":"1.0.0","keywords":["String.prototype.trim","string","ES5","shim","trim","polyfill"],"author":{"name":"Jordan Harband"},"license":"MIT","_id":"string.prototype.trim@1.0.0","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/String.prototype.trim#readme","bugs":{"url":"https://github.com/es-shims/String.prototype.trim/issues"},"dist":{"shasum":"c39ebfc44b12047e45abd15b7fc71b5e3ac25ba1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/string.prototype.trim/-/string.prototype.trim-1.0.0.tgz","integrity":"sha512-sAtm7TSUlz1lPftUGEwzXWPI3t0yX/tRMMF9TgIszRG7W+OZXnSYGqRJZKzGlQR6ULL2wzKhL6m3IUWGIvN+tA==","signatures":[{"sig":"MEYCIQCp4hFnVfuOrC8BqOglmmrw0cM2i4gW7y412itc5gg7BQIhAMYlqq3uM6O14d2hFUzNSRhEg+paJfv4PTSC/JiB2IPB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"c39ebfc44b12047e45abd15b7fc71b5e3ac25ba1","engines":{"node":">= 0.4"},"gitHead":"1f35ea78ec453936f5eb805aaaaaa1e09f022cd9","scripts":{"jscs":"jscs test/*.js *.js","lint":"npm run jscs && npm run eslint","test":"npm run lint && npm run test:shimmed && npm run test:module && npm run security","eslint":"eslint test/*.js *.js","coverage":"covert test/*.js","security":"nsp package","test:module":"node test/index.js","test:shimmed":"node test/shimmed.js","coverage-quiet":"covert test/*.js --quiet"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/es-shims/String.prototype.trim.git","type":"git"},"_npmVersion":"2.13.3","description":"ES5 spec-compliant shim for String.prototype.trim","directories":{},"_nodeVersion":"3.0.0","dependencies":{"es-abstract":"^1.2.2","function-bind":"^1.0.2","define-properties":"^1.1.1"},"devDependencies":{"nsp":"^1.0.3","jscs":"^2.0.0","tape":"^4.0.3","covert":"^1.1.0","eslint":"^1.1.0","@ljharb/eslint-config":"^1.0.4"}},"1.1.0":{"name":"string.prototype.trim","version":"1.1.0","keywords":["String.prototype.trim","string","ES5","shim","trim","polyfill"],"author":{"name":"Jordan Harband"},"license":"MIT","_id":"string.prototype.trim@1.1.0","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/String.prototype.trim#readme","bugs":{"url":"https://github.com/es-shims/String.prototype.trim/issues"},"dist":{"shasum":"7b519b93662dff3043a7bb0377f0f485cbdd016a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/string.prototype.trim/-/string.prototype.trim-1.1.0.tgz","integrity":"sha512-Y42/t4nU9ZnKXngYLROYcIJCw9Wq5wnQX0b3CiJf9EQpNTnxn2MO7HUC93pyJlTF+VKlQJHtc/a4gcqx4+/u8Q==","signatures":[{"sig":"MEQCIBcBIePrn2P+oJFaVXoVZr53iM6QCyztOWknLr+YGyZaAiB0FEL2L4lXKdkij9APXuuuOj+tHaaydUdUx+VxX2dAiQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"7b519b93662dff3043a7bb0377f0f485cbdd016a","engines":{"node":">= 0.4"},"gitHead":"6c64b7a96b42ced81d76f7ca25d32cf9df0670f9","scripts":{"jscs":"jscs test/*.js *.js","lint":"npm run jscs && npm run eslint","test":"npm run lint && es-shim-api --bound && npm run tests-only && npm run security","eslint":"eslint test/*.js *.js","coverage":"covert test/*.js","security":"nsp package","tests-only":"npm run test:shimmed && npm run test:module","test:module":"node test/index.js","test:shimmed":"node test/shimmed.js","coverage-quiet":"covert test/*.js --quiet"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/es-shims/String.prototype.trim.git","type":"git"},"_npmVersion":"2.13.3","description":"ES5 spec-compliant shim for String.prototype.trim","directories":{},"_nodeVersion":"3.0.0","dependencies":{"es-abstract":"^1.3.1","function-bind":"^1.0.2","define-properties":"^1.1.1"},"devDependencies":{"nsp":"^1.0.3","jscs":"^2.1.0","tape":"^4.2.0","covert":"^1.1.0","eslint":"^1.1.0","semver":"^5.0.1","replace":"^0.3.0","@es-shims/api":"^1.0.0","@ljharb/eslint-config":"^1.0.4"}},"1.1.1":{"name":"string.prototype.trim","version":"1.1.1","keywords":["String.prototype.trim","string","ES5","shim","trim","polyfill","es-shim API"],"author":{"name":"Jordan Harband"},"license":"MIT","_id":"string.prototype.trim@1.1.1","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/String.prototype.trim#readme","bugs":{"url":"https://github.com/es-shims/String.prototype.trim/issues"},"dist":{"shasum":"e5b5fdbdcf8a96e038a8d954b740a8c6308e58fa","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/string.prototype.trim/-/string.prototype.trim-1.1.1.tgz","integrity":"sha512-Z5DJSo52XHhFHXcHndEoz0x5Ci+3WDuhkbs+c22YCfPJpi7B9oiUaEFHuLiWEYU/ONf3g8QmNTRgBY5eLevcJw==","signatures":[{"sig":"MEUCICQuixZJL7iIXLsDMEQPUwUmV/8U/f+h4kFvoF433bH4AiEAvviD3DYTZbA2a9PHw/z/luse4JMHDFhhwYmMB3KEyQ8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"e5b5fdbdcf8a96e038a8d954b740a8c6308e58fa","engines":{"node":">= 0.4"},"gitHead":"cbefafa48e5dffaeac74a46d1390032900fcd8a4","scripts":{"jscs":"jscs test/*.js *.js","lint":"npm run jscs && npm run eslint","test":"npm run lint && es-shim-api --bound && npm run tests-only && npm run security","eslint":"eslint test/*.js *.js","coverage":"covert test/*.js","security":"nsp package","tests-only":"npm run test:shimmed && npm run test:module","test:module":"node test/index.js","test:shimmed":"node test/shimmed.js","coverage-quiet":"covert test/*.js --quiet"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/es-shims/String.prototype.trim.git","type":"git"},"_npmVersion":"2.13.3","description":"ES5 spec-compliant shim for String.prototype.trim","directories":{},"_nodeVersion":"3.0.0","dependencies":{"es-abstract":"^1.3.1","function-bind":"^1.0.2","define-properties":"^1.1.1"},"devDependencies":{"nsp":"^1.0.3","jscs":"^2.1.0","tape":"^4.2.0","covert":"^1.1.0","eslint":"^1.1.0","semver":"^5.0.1","replace":"^0.3.0","@es-shims/api":"^1.0.0","@ljharb/eslint-config":"^1.0.4"}},"1.1.2":{"name":"string.prototype.trim","version":"1.1.2","keywords":["String.prototype.trim","string","ES5","shim","trim","polyfill","es-shim API"],"author":{"url":"http://ljharb.codes","name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"string.prototype.trim@1.1.2","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"contributors":[{"url":"http://ljharb.codes","name":"Jordan Harband","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/String.prototype.trim#readme","bugs":{"url":"https://github.com/es-shims/String.prototype.trim/issues"},"dist":{"shasum":"d04de2c89e137f4d7d206f086b5ed2fae6be8cea","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz","integrity":"sha512-IlEfUereZQqIcv/LJFNPUygFkq0HJCQMnaDr5i+zyRXpeYvF4F8J8u4UFxXICLMY+O3SEfJeaye5AO5miS6a9g==","signatures":[{"sig":"MEUCIHM5auxx7O7rztgV3IwKX0xPIVQpNdTQ19q/U00yXoULAiEA812+kqAK9BBsuQ4/BS51lXSB5rG6yUONNCtLd9DhEJA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"d04de2c89e137f4d7d206f086b5ed2fae6be8cea","engines":{"node":">= 0.4"},"gitHead":"7894aca30500058496b701919121b895d13c62eb","scripts":{"jscs":"jscs test/*.js *.js","lint":"npm run jscs && npm run eslint","test":"npm run lint && es-shim-api --bound && npm run tests-only && npm run security","eslint":"eslint test/*.js *.js","coverage":"covert test/*.js","security":"nsp check","tests-only":"npm run test:shimmed && npm run test:module","test:module":"node test/index.js","test:shimmed":"node test/shimmed.js","coverage-quiet":"covert test/*.js --quiet"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/es-shims/String.prototype.trim.git","type":"git"},"_npmVersion":"3.3.12","description":"ES5 spec-compliant shim for String.prototype.trim","directories":{},"_nodeVersion":"5.5.0","dependencies":{"es-abstract":"^1.5.0","function-bind":"^1.0.2","define-properties":"^1.1.2"},"devDependencies":{"nsp":"^2.2.0","jscs":"^2.9.0","tape":"^4.4.0","covert":"^1.1.0","eslint":"^1.10.3","semver":"^5.1.0","replace":"^0.3.0","@es-shims/api":"^1.0.0","@ljharb/eslint-config":"^1.6.1"},"_npmOperationalInternal":{"tmp":"tmp/string.prototype.trim-1.1.2.tgz_1454751443709_0.9118233555927873","host":"packages-9-west.internal.npmjs.com"}},"1.2.0":{"name":"string.prototype.trim","version":"1.2.0","keywords":["String.prototype.trim","string","ES5","shim","trim","polyfill","es-shim API"],"author":{"url":"http://ljharb.codes","name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"string.prototype.trim@1.2.0","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"contributors":[{"url":"http://ljharb.codes","name":"Jordan Harband","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/String.prototype.trim#readme","bugs":{"url":"https://github.com/es-shims/String.prototype.trim/issues"},"dist":{"shasum":"75a729b10cfc1be439543dae442129459ce61e3d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/string.prototype.trim/-/string.prototype.trim-1.2.0.tgz","fileCount":17,"integrity":"sha512-9EIjYD/WdlvLpn987+ctkLf0FfvBefOCuiEr2henD8X+7jfwPnyvTdmW8OJhj5p+M0/96mBdynLWkxUr+rHlpg==","signatures":[{"sig":"MEUCIFbZkJuSo71Cd4oD8e4V1J+dOUnu9PFeQk2Islf3I5TJAiEAgbJldPe/4kSvceLI/CfyBMFMVRWizWBF2NPjER2YEr8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25013,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOKPyCRA9TVsSAnZWagAA0MQP/37YlkY3bmKt85y8st1c\n/pa3uFyiIz5Ck3IejyN+UhTJSeWGh1LRVNZvlJtvrBhkdclbB4A0ietL0G7R\nwQI8HrYBwguBfzJDEa8Ab+J7M2Zl/mXLefKtF65xf2NwFVdlKOC0bg+8BkoD\nuA2ESE6L/opjXp1r6891FVOt7K0mOpxl4cUrCTdhN4Kmgb2RM+o6kLI9VmQu\nDYGSUNPaJr8iMwbcfHiou83fweVKEX/OAzGyp0jlcKKFpQc39ubvyz9+Q6VR\nasaI/zPPt1dOmFv9rtar3zc8O26OX9YGa7+0lSVtNQ8t+KNiEDLHR1+CNyAn\nkf0q2+27pkNQDTOlZ2t+UTx2sf7n06VzxRz1gyY4xhzMBOGzOyex61zRscV+\nyYuON1jTvDNd1ZkG3WDOux++r+blFvpeu9xzDsHrvsPuWq0geu0XfmozNn1r\noyI9X4xaGd0pnFk5dTOPocSDKUmYCDuEeCYt7Fr2BajN79M1zuFrihyRXN7R\nVzTwufQoiFCoPGrIxHPxTPcwqovludzrHT2WjTT8DX0hblxsxM+zs1RwUDTZ\n0hq1NALNy7NwDvBVVc2bucZzXyqhxJ2bjG29MuykjQTHKzRfFQHN0zuvHeNM\nnkXnW2+iPX7VpneYVbJweC/4+YJG8bO3UXGokQaHnVs5r01UdHBIu/y7WGBN\nmntz\r\n=E4UV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 0.4"},"gitHead":"94de3e718784759c18c99ab535b9ee3e8ec8850d","scripts":{"lint":"eslint .","test":"npm run --silent tests-only","pretest":"npm run --silent lint && es-shim-api --bound","coverage":"covert test/{index,shimmed}*.js","posttest":"npx aud","tests-only":"npm run --silent test:shimmed && npm run --silent test:module","test:module":"node test/index.js","test:shimmed":"node test/shimmed.js"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/es-shims/String.prototype.trim.git","type":"git"},"_npmVersion":"6.9.0","description":"ES5 spec-compliant shim for String.prototype.trim","directories":{},"_nodeVersion":"12.6.0","dependencies":{"es-abstract":"^1.13.0","function-bind":"^1.1.1","define-properties":"^1.1.3"},"_hasShrinkwrap":false,"devDependencies":{"tape":"^4.11.0","covert":"^1.1.1","eslint":"^5.16.0","semver":"^6.2.0","replace":"^1.1.0","@es-shims/api":"^2.1.2","functions-have-names":"^1.1.0","@ljharb/eslint-config":"^13.1.1"},"_npmOperationalInternal":{"tmp":"tmp/string.prototype.trim_1.2.0_1563993073998_0.059239658343377855","host":"s3://npm-registry-packages"}},"1.2.1":{"name":"string.prototype.trim","version":"1.2.1","keywords":["String.prototype.trim","string","ES5","shim","trim","polyfill","es-shim API"],"author":{"url":"http://ljharb.codes","name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"string.prototype.trim@1.2.1","maintainers":[{"name":"anonymous","email":"ljharb+esshims@gmail.com"},{"name":"anonymous","email":"ljharb@gmail.com"}],"contributors":[{"url":"http://ljharb.codes","name":"Jordan Harband","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/String.prototype.trim#readme","bugs":{"url":"https://github.com/es-shims/String.prototype.trim/issues"},"dist":{"shasum":"141233dff32c82bfad80684d7e5f0869ee0fb782","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/string.prototype.trim/-/string.prototype.trim-1.2.1.tgz","fileCount":16,"integrity":"sha512-MjGFEeqixw47dAMFMtgUro/I0+wNqZB5GKXGt1fFr24u3TzDXCPu7J9Buppzoe3r/LqkSDLDDJzE15RGWDGAVw==","signatures":[{"sig":"MEYCIQCQJUVEEXkUbewIM+5ZK9cr2X5hvIm19nD3aVJO+QBG5gIhAIDCcolNOmKlqbclnlYV9ti+oqH9JpCOM3zCeimdFJit","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22002,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd98/JCRA9TVsSAnZWagAAvLsQAJvUJYIjaKXB5NMgdvom\nv1kZVh1ypMZFAnMTMXid0JgJOvRKKb0f44iePZn4jc24BuQ7R2vvzT7pE9jM\ngtPudJfPjaTlAP3JRemc6leQ4Omo457dliQ/hwa8bKbZRpAjAUyZ6yWM6CYX\n4kONqT7kljik2KaeyFsLzBAUJvKF9oSHkAtx++JtfT/F2Oh+CwgQoxQsN8nB\nUmbEAhNyeLR2178IV6DPgDzjxpPDXgmTO3hATY7Q9YAbitG27ZrOTGFQAbm/\nL/Z9Zxlxu+kPJfl4BfMfvO1wwuXxSjc4sMIBXbvQ5eAajiU/MOcvsfzaCwiS\nSNAeapNkfz1nVD8uKLXeSaNOS4PyNWO7DJntGZQTKy+c7uDO49KsHZ3BOaQ5\nG52imTFdr0DjxHgcIC9k7i/nOrSybZQUQPXC3b/03hZ4zH/Q92kn1i+YzMZZ\nn82/pTjQBO+oZ7knxwnDkkO9Et31uREMM7usclVE9CG+fnwEyLKb/uPk2hkU\niVY9m9knYI+aNVkUyO07FT7yx5UmsHEAtk0ntvgRdlz71M2jXyNlDuDVU41l\nsqQ87S2ViXdQ4MNwKsQ55C6EYIaiFwPyAmRzn4zuoTD+N/48+3g9/E5buZ37\nisYdPLLM5DU1CAKtw7sEth3JjsAmjloOICDKl0Cz6ZlXEngJnE7HhgX1lGo2\nvxH2\r\n=VQuJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 0.4"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"8bb839d6e4181d121b3aa2c4aae64828f3288f5d","scripts":{"lint":"eslint .","test":"npm run --silent tests-only","pretest":"npm run --silent lint && es-shim-api --bound","version":"auto-changelog && git add CHANGELOG.md","coverage":"covert test/{index,shimmed}*.js","posttest":"npx aud","tests-only":"npm run --silent test:shimmed && npm run --silent test:module","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"","test:module":"node test/index.js","test:shimmed":"node test/shimmed.js"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/es-shims/String.prototype.trim.git","type":"git"},"_npmVersion":"6.13.1","description":"ES5 spec-compliant shim for String.prototype.trim","directories":{},"_nodeVersion":"13.3.0","dependencies":{"es-abstract":"^1.17.0-next.1","function-bind":"^1.1.1","define-properties":"^1.1.3"},"_hasShrinkwrap":false,"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false},"devDependencies":{"tape":"^4.11.0","covert":"^1.1.1","eslint":"^6.7.2","@es-shims/api":"^2.1.2","auto-changelog":"^1.16.2","functions-have-names":"^1.2.0","@ljharb/eslint-config":"^15.0.2"},"_npmOperationalInternal":{"tmp":"tmp/string.prototype.trim_1.2.1_1576521673405_0.7748261672099028","host":"s3://npm-registry-packages"}},"1.2.2":{"name":"string.prototype.trim","version":"1.2.2","keywords":["String.prototype.trim","string","ES5","shim","trim","polyfill","es-shim API"],"author":{"url":"http://ljharb.codes","name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"string.prototype.trim@1.2.2","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"contributors":[{"url":"http://ljharb.codes","name":"Jordan Harband","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/String.prototype.trim#readme","bugs":{"url":"https://github.com/es-shims/String.prototype.trim/issues"},"dist":{"shasum":"f538d0bacd98fc4297f0bef645226d5aaebf59f3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/string.prototype.trim/-/string.prototype.trim-1.2.2.tgz","fileCount":20,"integrity":"sha512-b5yrbl3BXIjHau9Prk7U0RRYcUYdN4wGSVaqoBQS50CCE3KBuYU0TYRNPFCP7aVoNMX87HKThdMRVIP3giclKg==","signatures":[{"sig":"MEUCIFlTg0GqywQeTqnNoHQX9cUYC5lPK8OxNFnuw6Kw7QfyAiEAoy2Xl7NCEn1FsnYL4gSm9gpurdzyKxcwB8wZIaWe86w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25585,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYUZgCRA9TVsSAnZWagAAUY0P/RGdCxgUVkkAvaB1GHkQ\nzeQ4ahNBN5jCUHZHLsVAWhtEzJL0Q/sm47nDLM0VNtAOhh7Hocx7gQRNj+oD\ntftjzNfeGTt4goXH1/Pb2/qXZJt1/f5eMGXPW9NIl+YzLoqA9Oey2b28eZnR\nuE9A87rcC6w/b+YEmX81kJoqE1rKZEg/7QCN9g/FOrL5HagHx840fC8fSavL\n0EnyOhukyNfC53dOze3bFOExDQdSmsVwNskh4lhbS4UulcXEEbLgc9i1bjw1\nwqVZxHhXHyRqXQw/qa590hXUi0ksNUkWo7tG2K+U1eRANxxs8TvSRrzCMNai\nBbiNHQzX1QBhYbD7jwCmErlfyVSokeVgvJNorg4Eg2PsWag3/wp2pw8u1Nk8\nTIWSwcEDskZsxuvZOW4XrvIKpAeUnt2XyUVi9rkXFX6YmK8wBRuLZL0AbEva\nMxPdFogXqsJX9R5N3CNtgdAjXrATRnQOxKMH0sEOYyRVuGkRscr9DAz+RCxX\nmT27clwKUKr5McSW92lWAaWFeB9uy+aiteNLOqLz6qlBSDcYly0FM8M/1jdL\nQV0k1Rwvv9KFKolNDEKNbX0QWVz4LKHmJ/dmD/E5INlzfgIB+FMlJmy9iSKa\noyKQjEnjHL9xNdaJ+rlXdBCwO7xUp3QMrYoSfFBLDeGZkHJZfglgZR54iynY\nNkSf\r\n=bNjt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 0.4"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"ae9a7e458ac5c434e21f7e2da8d2373fda6d5ffc","scripts":{"lint":"eslint .","test":"npm run --silent tests-only","pretest":"npm run --silent lint && es-shim-api --bound","version":"auto-changelog && git add CHANGELOG.md","coverage":"nyc npm run tests-only","posttest":"npx aud --production","prepublish":"safe-publish-latest","tests-only":"tape 'test/*.js'","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/es-shims/String.prototype.trim.git","type":"git"},"_npmVersion":"6.14.8","description":"ES5 spec-compliant shim for String.prototype.trim","directories":{},"greenkeeper":{"ignore":["nyc"]},"_nodeVersion":"14.10.1","dependencies":{"es-abstract":"^1.18.0-next.0","define-properties":"^1.1.3"},"_hasShrinkwrap":false,"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","hideCredit":true,"unreleased":false,"commitLimit":false,"backfillLimit":false},"devDependencies":{"aud":"^1.1.2","nyc":"^10.3.2","tape":"^5.0.1","eslint":"^7.9.0","@es-shims/api":"^2.1.2","auto-changelog":"^2.2.0","has-strict-mode":"^1.0.0","safe-publish-latest":"^1.1.4","functions-have-names":"^1.2.1","@ljharb/eslint-config":"^17.2.0"},"_npmOperationalInternal":{"tmp":"tmp/string.prototype.trim_1.2.2_1600210527904_0.0357616456129648","host":"s3://npm-registry-packages"}},"1.2.3":{"name":"string.prototype.trim","version":"1.2.3","keywords":["String.prototype.trim","string","ES5","shim","trim","polyfill","es-shim API"],"author":{"url":"http://ljharb.codes","name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"string.prototype.trim@1.2.3","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"contributors":[{"url":"http://ljharb.codes","name":"Jordan Harband","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/String.prototype.trim#readme","bugs":{"url":"https://github.com/es-shims/String.prototype.trim/issues"},"dist":{"shasum":"d23a22fde01c1e6571a7fadcb9be11decd8061a7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/string.prototype.trim/-/string.prototype.trim-1.2.3.tgz","fileCount":23,"integrity":"sha512-16IL9pIBA5asNOSukPfxX2W68BaBvxyiRK16H3RA/lWW9BDosh+w7f+LhomPHpXJ82QEe7w7/rY/S1CV97raLg==","signatures":[{"sig":"MEYCIQDq/QxHEjH8HBNNJJgtVWVbIF2dRgnaeeDOB5YfcoMaKQIhANptSY4z70s2Oz+zQlXQLzETt0yP/vSzHy8KLbI1ID11","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30847,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfuZrTCRA9TVsSAnZWagAAFKYP/1lh5KPBfjTGXDk80gwA\n3BeSipVvgQhWg8nAKGHLB88/vslvQMimXDeKUgRMFGV497LTrBN0ABNaUiPH\n/6rFU80/Be7eQvo9UZJqTmAuSJI5jACaxXy4+ggQiVEW/f4WiVnAiTmnBSyP\nB+Z27GmabegskhcQsYVLraiqH97YDUTkpBOXrw6eFkN7TQ5hIKa1Xu2OxcaY\n8x1I+EtgMbuJMgzoT/XlcpPuvQ52T7frJoqyXmvUQuW7zgPpM4KZiC6gFZGL\nKE+fevkz1JPdy30sYmVL1TIc0vnwfbkX8UE+FOUvyXI8aEpZcEElKCoNUCR4\nxEemT2zJdKfp8gROPmqSGtOC4FzEyiHnzxoRQQNBUBZPxXEURMkUYjZXa27o\nW6U512zMH7Q6ACBxgU5UuiXNirzF27O8scECgOIkJOwNtqQvjB2VH51c0XrE\n2CT+/wbWs/Fi/zr+n5w+vJKEsC/r6XfACJnBPtkLIxLXQLjaIYxpw9bLuCAQ\n9P77zXnQIoaodjhWBQV7wrhNtg2a3XGfig9lNPy1JM7X3g2lwLlqjIHwAHNM\n5jZKFJI77uIeS0nZ/V6rSOk4ikTy/8vQ/n7gf0dA7eJlpP3Cu6Dlr5FGRpMr\nex5AnKLZTx+E+ZbyRYIgVnycYgUOwwnMEzpBFgL0iELp9EyEwXReA/3ik4bT\nB+tR\r\n=bXKS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 0.4"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"8e44e06526e2f304ddf1129702600d36a37a4b8d","scripts":{"lint":"eslint .","test":"npm run tests-only","pretest":"npm run lint","version":"auto-changelog && git add CHANGELOG.md","postlint":"es-shim-api --bound","posttest":"npx aud --production","prepublish":"safe-publish-latest","tests-only":"nyc tape 'test/**/*.js'","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/es-shims/String.prototype.trim.git","type":"git"},"_npmVersion":"6.14.8","description":"ES5 spec-compliant shim for String.prototype.trim","directories":{},"greenkeeper":{"ignore":["nyc"]},"_nodeVersion":"14.15.0","dependencies":{"call-bind":"^1.0.0","es-abstract":"^1.18.0-next.1","define-properties":"^1.1.3"},"_hasShrinkwrap":false,"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","hideCredit":true,"unreleased":false,"commitLimit":false,"backfillLimit":false},"devDependencies":{"aud":"^1.1.3","nyc":"^10.3.2","tape":"^5.0.1","eslint":"^7.14.0","@es-shims/api":"^2.1.2","auto-changelog":"^2.2.1","has-strict-mode":"^1.0.0","safe-publish-latest":"^1.1.4","functions-have-names":"^1.2.1","@ljharb/eslint-config":"^17.2.0"},"_npmOperationalInternal":{"tmp":"tmp/string.prototype.trim_1.2.3_1605999314889_0.3474654875834642","host":"s3://npm-registry-packages"}},"1.2.4":{"name":"string.prototype.trim","version":"1.2.4","keywords":["String.prototype.trim","string","ES5","shim","trim","polyfill","es-shim API"],"author":{"url":"http://ljharb.codes","name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"string.prototype.trim@1.2.4","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"contributors":[{"url":"http://ljharb.codes","name":"Jordan Harband","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/String.prototype.trim#readme","bugs":{"url":"https://github.com/es-shims/String.prototype.trim/issues"},"dist":{"shasum":"6014689baf5efaf106ad031a5fa45157666ed1bd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/string.prototype.trim/-/string.prototype.trim-1.2.4.tgz","fileCount":17,"integrity":"sha512-hWCk/iqf7lp0/AgTF7/ddO1IWtSNPASjlzCicV5irAVdE1grjsneK26YG6xACMBEdCvO8fUST0UzDMh/2Qy+9Q==","signatures":[{"sig":"MEQCIENthMDLwhE5Lsf5ncEiuTkJFPUMO9K4du+f6TrcvXwXAiBs9ULlN0PIdxE7Os2KW2UwlQnLUkwpHIsqwnYLsYkf5Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26437,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgMt2CCRA9TVsSAnZWagAAPxYP/0ZGwxWLs4CAvn5CE+Me\nARsJu+VaOk2Njh060ng0xENIxitODcwIQBx3Ioi2K12jSFVenfFMzgIu3JS8\nYpf5rOgv40NIBxeMjz+uVv+dgLQWrt2lehl1tFrdxrvxC5O46qRQlpt/vSIp\n3poCaFpbSImTJ6nJIU89L8hpbUENoIYzXslrGO4oMC7OEnLrKmqxYlnALynn\nW8+C85WAYGfwgg1W4+wm7ma705MEpmba3FHC+US3bNkFLtkiU38S3myNM0nr\ngKPL9vxBGKfzzQ5dtHZx/MJE3ZpNvH3diKUjqIXLFyUtmRZ3qc6ycNUBI/yo\nJI+2msjNuSN82trWYimqNaxQwsPSL20M3gvBUMXfoO1/zecOerdhFuqQbEP+\nn8L1Ne27D6gsnroaSexN9vR2yHi38ZgpblIVknu8nXJOIZoKXloaJdT0/LRF\nO0ZZb39zArbmjZ80g17YKv9KUv6x6IeT4y7TzEa4tOOGzg1E9pHL9LIp/hgO\nNAhjCIznJvDXuVEp66bNWnw2MDZTNZKhHPGT54NnsCRT8ElouRV6BxmnTL9u\nfLQpN8XeXjO2ddQLtwq4rtczFSvDlQtTJA6uvF1XPx4x4hfxprZzyXD39D8H\nv9diH5uC/nyURU+kdXxApPadXLRWgUgteaEmZyIl3919dCWb+F2kCwjqmvC3\n5EoT\r\n=Y295\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 0.4"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"7c08fcc708b34bd99fedeba96dc8318a665ea40d","scripts":{"lint":"eslint .","test":"npm run tests-only","pretest":"npm run lint","version":"auto-changelog && git add CHANGELOG.md","postlint":"es-shim-api --bound","posttest":"npx aud --production","prepublish":"safe-publish-latest","tests-only":"nyc tape 'test/**/*.js'","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/es-shims/String.prototype.trim.git","type":"git"},"_npmVersion":"7.5.4","description":"ES5 spec-compliant shim for String.prototype.trim","directories":{},"greenkeeper":{"ignore":["nyc"]},"_nodeVersion":"15.8.0","dependencies":{"call-bind":"^1.0.2","es-abstract":"^1.18.0-next.2","define-properties":"^1.1.3"},"_hasShrinkwrap":false,"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","hideCredit":true,"unreleased":false,"commitLimit":false,"backfillLimit":false},"devDependencies":{"aud":"^1.1.4","nyc":"^10.3.2","tape":"^5.2.0","eslint":"^7.20.0","@es-shims/api":"^2.1.2","auto-changelog":"^2.2.1","has-strict-mode":"^1.0.1","safe-publish-latest":"^1.1.4","functions-have-names":"^1.2.2","@ljharb/eslint-config":"^17.5.1"},"_npmOperationalInternal":{"tmp":"tmp/string.prototype.trim_1.2.4_1613946242141_0.4845012097382695","host":"s3://npm-registry-packages"}},"1.2.5":{"name":"string.prototype.trim","version":"1.2.5","keywords":["String.prototype.trim","string","ES5","shim","trim","polyfill","es-shim API"],"author":{"url":"http://ljharb.codes","name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"string.prototype.trim@1.2.5","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"contributors":[{"url":"http://ljharb.codes","name":"Jordan Harband","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/String.prototype.trim#readme","bugs":{"url":"https://github.com/es-shims/String.prototype.trim/issues"},"dist":{"shasum":"a587bcc8bfad8cb9829a577f5de30dd170c1682c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/string.prototype.trim/-/string.prototype.trim-1.2.5.tgz","fileCount":17,"integrity":"sha512-Lnh17webJVsD6ECeovpVN17RlAKjmz4rF9S+8Y45CkMc/ufVpTkU3vZIyIC7sllQ1FCvObZnnCdNs/HXTUOTlg==","signatures":[{"sig":"MEQCIAF50NfKUqkmmnHt7L9/yj0zlwsC5e7VWAYiQ8JjbYViAiAT5Hrw1srTHPhi8jvBlacOTTvbYPUTSQDchhsjIEuEIw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh28OhCRA9TVsSAnZWagAAI5YQAJ7sZeiEJOP6HqU01tRK\n4UvHVUVRyCaPIehjt/2wpHrVIscfAcD0dyxaDhQwAtmVozV35LIHmntsQskw\nQmKUPRInbAwNkGBZhTJrd6cId+ZhioRSOY2Vd3klMiaVSFM5VnRa54/TIR+k\nsOxP49S0s5eQzElDM89y3wSD6nDh4MuPM+u05Y8xK4z4fJMBxtigsXIFfESI\nWV4ZJht5IRYp9EbwUQ+slm3/Xdf+2ImaKoRCEmYE+/Nzx1+cSJe4tTvprY3I\nobzZNxkWKMj6YCcddaUWDlbgNoE8nIgnt3/TaUYdfWK4xhbbqfYisufrbeFR\npOstxflflih0MuBNPXJsMtenNivTbn+1Yf3JRKr7bQqFmGnyQEdUtNwa+cq4\n7+y6LU53o88+wMSuBpIYpd7XxT6d+fWRjMq0W9VlEOPsra3J6U9z+6Og57S9\ntV3bUB2xOMiu9fpzqQtU0t6xyuYAMl60/3BOYZsXybavpjtXqZz6Ycz0Q/Cu\nMJdzLuVaIf9pElbfSR1TK3gpiKPWVfJGrpsLP9U0Wley7pcWmGG+YgE8yxR4\nyjZvnUoqoA4XPRyi+H2EBbUJUItN5ZreRrJmSgMVjqrxnt+HXQDiEUr3cxFX\n7S7zyg5HVmmrpaSiljT0y+rZonG6idyESyfERphJI2dfud6tdcYO7HzRkgjH\n09an\r\n=Gqat\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 0.4"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"0515a6135c245f523a776f74737218615377c854","scripts":{"lint":"eslint .","test":"npm run tests-only","pretest":"npm run lint","version":"auto-changelog && git add CHANGELOG.md","postlint":"es-shim-api --bound","posttest":"npx aud --production","prepublish":"not-in-publish || npm run prepublishOnly","tests-only":"nyc tape 'test/**/*.js'","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"","prepublishOnly":"safe-publish-latest"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/es-shims/String.prototype.trim.git","type":"git"},"_npmVersion":"7.24.0","description":"ES5 spec-compliant shim for String.prototype.trim","directories":{},"greenkeeper":{"ignore":["nyc"]},"_nodeVersion":"16.10.0","dependencies":{"call-bind":"^1.0.2","es-abstract":"^1.19.1","define-properties":"^1.1.3"},"_hasShrinkwrap":false,"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","hideCredit":true,"unreleased":false,"commitLimit":false,"backfillLimit":false},"devDependencies":{"aud":"^1.1.5","nyc":"^10.3.2","tape":"^5.3.1","eslint":"^7.32.0","@es-shims/api":"^2.2.2","auto-changelog":"^2.3.0","has-strict-mode":"^1.0.1","safe-publish-latest":"^1.1.4","functions-have-names":"^1.2.2","@ljharb/eslint-config":"^18.0.0"},"_npmOperationalInternal":{"tmp":"tmp/string.prototype.trim_1.2.5_1633325639380_0.32945636624537666","host":"s3://npm-registry-packages"}},"1.2.6":{"name":"string.prototype.trim","version":"1.2.6","keywords":["String.prototype.trim","string","ES5","shim","trim","polyfill","es-shim API"],"author":{"url":"http://ljharb.codes","name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"string.prototype.trim@1.2.6","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"contributors":[{"url":"http://ljharb.codes","name":"Jordan Harband","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/String.prototype.trim#readme","bugs":{"url":"https://github.com/es-shims/String.prototype.trim/issues"},"dist":{"shasum":"824960787db37a9e24711802ed0c1d1c0254f83e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/string.prototype.trim/-/string.prototype.trim-1.2.6.tgz","fileCount":16,"integrity":"sha512-8lMR2m+U0VJTPp6JjvJTtGyc4FIGq9CdRt7O9p6T0e6K4vjU+OP+SQJpbe/SBmRcCUIvNUnjsbmY6lnMp8MhsQ==","signatures":[{"sig":"MEYCIQDmd+KwpZ5mhAGI9gQe7T4NpUAfDRr14IdFew4EXIKPwgIhAM9ndcDzwtyEveaTgjr3mb6dJbZU1txgU1kGROvlTCuj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30711,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZc26ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqIVg/+LxAmJzKkDezB+rupWSc8bojJql0mrhQT6vx2GDydnhpbyd9P\r\nbY1qr1c7ZVD0GIp4sT0LWVg2HLtjcsTQ1uazPDVu9xxAwf0IP7tfWPYOV7Rx\r\nDo+tbnNvwqGaF5HGNWjlKSrAYnMNhO1k7y20iSrw7VXasMRNAD5L++lhiAbD\r\nm0FlgwZQ85JWet/yNm9H/QOS3uTc7nSe7nDEy9SiwITlOMPZeKDunhp90LIn\r\nAXvP7OPzVXlf55uPYQngrMigUPN8Ew0rZQa9lKVIBzSb7/6H+TRxKGCHmZMw\r\nHDLsziaVCvoT/6xv0a5MCc5f4SrZJHzjN9YeHa3iKYQCKDWXcAmZwJX5kQA3\r\ncuUWhwecLUkqcPLtIhWw8vU5ocs2npCJZc5UR2nHLewbbxUWr7pZluC9G0pz\r\nP0Zbb2tLMIGiDkQpldXI0U7CwP9MmLHmrmQOtq1H4iGIzzoDmstwedi8Y3mw\r\n76GC9odkZkWb0gZiYV/+QXCv+QxeGGC9dFqap8leMcWlJOOQ1rmDcBqYFP4N\r\n3KmCXEQseruk0psvStb/U7FnD01wkAVPNIeJ8BMGQqPN5uUOWmwcDjAYo7qC\r\nGq0c5LdZoSYKaFguJud/QiTp9EqhlyThelBkiEmUjqY4aDjOIpMSpS/kZ96r\r\nl4L7bmiTYzC8zqVmyCc5yK940kWmRGO8dPg=\r\n=IbXK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 0.4"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"fa3c01f38aeabc8704dcd7bead21887d1f60a1b6","scripts":{"lint":"eslint --ext=js,mjs .","test":"npm run tests-only","pretest":"npm run lint","version":"auto-changelog && git add CHANGELOG.md","postlint":"es-shim-api --bound","posttest":"aud --production","prepublish":"not-in-publish || npm run prepublishOnly","tests-only":"nyc tape 'test/**/*.js'","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"","prepublishOnly":"safe-publish-latest"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/es-shims/String.prototype.trim.git","type":"git"},"_npmVersion":"8.3.1","description":"ES5 spec-compliant shim for String.prototype.trim","directories":{},"_nodeVersion":"18.0.0","dependencies":{"call-bind":"^1.0.2","es-abstract":"^1.19.5","define-properties":"^1.1.4"},"_hasShrinkwrap":false,"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","hideCredit":true,"unreleased":false,"commitLimit":false,"backfillLimit":false},"devDependencies":{"aud":"^2.0.0","nyc":"^10.3.2","tape":"^5.5.3","eslint":"=8.8.0","@es-shims/api":"^2.2.3","auto-changelog":"^2.4.0","has-strict-mode":"^1.0.1","safe-publish-latest":"^2.0.0","functions-have-names":"^1.2.3","@ljharb/eslint-config":"^21.0.0"},"_npmOperationalInternal":{"tmp":"tmp/string.prototype.trim_1.2.6_1650838970714_0.5686252239412337","host":"s3://npm-registry-packages"}},"1.2.7":{"name":"string.prototype.trim","version":"1.2.7","keywords":["String.prototype.trim","string","ES5","shim","trim","polyfill","es-shim API"],"author":{"url":"http://ljharb.codes","name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"string.prototype.trim@1.2.7","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"contributors":[{"url":"http://ljharb.codes","name":"Jordan Harband","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/String.prototype.trim#readme","bugs":{"url":"https://github.com/es-shims/String.prototype.trim/issues"},"dist":{"shasum":"a68352740859f6893f14ce3ef1bb3037f7a90533","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz","fileCount":16,"integrity":"sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==","signatures":[{"sig":"MEUCIFs3EznVGXwLSoESIrWAoTNYwCt1yt0yLK+XYM7NHrJaAiEA2OsdYTeQjY3o3isjO6y3XCBAcm0gma4wKOIIWjSpvJ0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31730,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaVasACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrWqw//Urp5n7krtwpltgDNFwNOV3Oo0qcPvP4ZH4tYDWmDssj1Nson\r\nWgynhQePxz3nxzPaL7OC5RY6Ap1TogvhHxcHl6cSlHkOKQtMxl9lqlRQfJ3a\r\nVU8cXnJzEukOla1M3KS2X3pgoXUKu7TKosKdooXW73+Qtc94XD1Omhcu93/t\r\nyKww2mHGjupjwASUWS7iCxLjV4gjMQjKv1DyH2MWnJb6C4w+QUB9QukY/EMs\r\ngdwH+0Cl6G/74eJaZexvMk+NfW+KqFNytZ6ACYHu0+JtPfc0NUwzIDrYwjLO\r\nVeUu/kfDfpdAqX9vpfozn6qrmnC95o5V3bwLYjINKX1rfoLETvUEzaKfGia3\r\nZpclwvm/36BvXnYh2dOJpiMee/GFhJg9y0qERSzgo2NtJ//ciROcNenr2yK1\r\nRXxBIvsk3DHtzZfwWfxeKgw4ZaZKc864K8QJ+0VtI+FCJyPEMPw7MPLHUv3Z\r\ny+1qa86JLMq0+geP9Rz4bHWvj18iRdYBG1OIsEV37ONjP3mLFSLtF83p7+gR\r\n6QLrNW8LeOs0m2bj7BbKkwO1W30Qu34CoBnKw5blXmRFquJS0kqrW/ASjOJu\r\ngmFcIpk1/ffvn71TMt1wQslMCs0IMuPnCPZGVgAfGWZgnUMp5gnZSWznrcvl\r\nH6DVTxUYX2I0k/fuGxqbYztDTPNcQHRQ3kE=\r\n=kzlo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 0.4"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"017a8c0db2ee958ef7f9adf2450dbeedefce1164","scripts":{"lint":"eslint --ext=js,mjs .","test":"npm run tests-only","prepack":"npmignore --auto --commentLines=autogenerated","pretest":"npm run lint","version":"auto-changelog && git add CHANGELOG.md","postlint":"es-shim-api --bound","posttest":"aud --production","prepublish":"not-in-publish || npm run prepublishOnly","tests-only":"nyc tape 'test/**/*.js'","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"","prepublishOnly":"safe-publish-latest"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/es-shims/String.prototype.trim.git","type":"git"},"_npmVersion":"8.19.2","description":"ES5 spec-compliant shim for String.prototype.trim","directories":{},"_nodeVersion":"19.0.1","dependencies":{"call-bind":"^1.0.2","es-abstract":"^1.20.4","define-properties":"^1.1.4"},"publishConfig":{"ignore":[".github/workflows"]},"_hasShrinkwrap":false,"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","hideCredit":true,"unreleased":false,"commitLimit":false,"backfillLimit":false},"devDependencies":{"aud":"^2.0.1","nyc":"^10.3.2","tape":"^5.6.1","eslint":"=8.8.0","npmignore":"^0.3.0","in-publish":"^2.0.1","@es-shims/api":"^2.2.3","auto-changelog":"^2.4.0","has-strict-mode":"^1.0.1","safe-publish-latest":"^2.0.0","functions-have-names":"^1.2.3","@ljharb/eslint-config":"^21.0.0"},"_npmOperationalInternal":{"tmp":"tmp/string.prototype.trim_1.2.7_1667847852582_0.6033795090244691","host":"s3://npm-registry-packages"}},"1.2.8":{"name":"string.prototype.trim","version":"1.2.8","keywords":["String.prototype.trim","string","ES5","shim","trim","polyfill","es-shim API"],"author":{"url":"http://ljharb.codes","name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"string.prototype.trim@1.2.8","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"contributors":[{"url":"http://ljharb.codes","name":"Jordan Harband","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/String.prototype.trim#readme","bugs":{"url":"https://github.com/es-shims/String.prototype.trim/issues"},"dist":{"shasum":"f9ac6f8af4bd55ddfa8895e6aea92a96395393bd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz","fileCount":16,"integrity":"sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==","signatures":[{"sig":"MEQCIFTiBVhG2rKUMCg9XKutn8Q3stU+WpEJ96Lz1iNTJfdfAiBXr/I2sHqoTa4oU+L/nNzuOj0D74YZx6bWhrfzJnhrEA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33022},"main":"index.js","engines":{"node":">= 0.4"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"e2cb0df97ce2a798017c719cd2988f032b22939a","scripts":{"lint":"eslint --ext=js,mjs .","test":"npm run tests-only","prepack":"npmignore --auto --commentLines=autogenerated","pretest":"npm run lint","version":"auto-changelog && git add CHANGELOG.md","postlint":"es-shim-api --bound","posttest":"aud --production","prepublish":"not-in-publish || npm run prepublishOnly","tests-only":"nyc tape 'test/**/*.js'","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"","prepublishOnly":"safe-publish-latest"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/es-shims/String.prototype.trim.git","type":"git"},"_npmVersion":"9.8.1","description":"ES5 spec-compliant shim for String.prototype.trim","directories":{},"_nodeVersion":"20.6.0","dependencies":{"call-bind":"^1.0.2","es-abstract":"^1.22.1","define-properties":"^1.2.0"},"publishConfig":{"ignore":[".github/workflows"]},"_hasShrinkwrap":false,"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","hideCredit":true,"unreleased":false,"commitLimit":false,"backfillLimit":false},"devDependencies":{"aud":"^2.0.3","nyc":"^10.3.2","tape":"^5.6.6","eslint":"=8.8.0","npmignore":"^0.3.0","in-publish":"^2.0.1","@es-shims/api":"^2.4.2","auto-changelog":"^2.4.0","has-strict-mode":"^1.0.1","safe-publish-latest":"^2.0.0","functions-have-names":"^1.2.3","@ljharb/eslint-config":"^21.1.0"},"_npmOperationalInternal":{"tmp":"tmp/string.prototype.trim_1.2.8_1694106436526_0.21601293638828234","host":"s3://npm-registry-packages"}},"1.2.9":{"name":"string.prototype.trim","version":"1.2.9","keywords":["String.prototype.trim","string","ES5","shim","trim","polyfill","es-shim API"],"author":{"url":"http://ljharb.codes","name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"string.prototype.trim@1.2.9","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"contributors":[{"url":"http://ljharb.codes","name":"Jordan Harband","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/String.prototype.trim#readme","bugs":{"url":"https://github.com/es-shims/String.prototype.trim/issues"},"dist":{"shasum":"b6fa326d72d2c78b6df02f7759c73f8f6274faa4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz","fileCount":16,"integrity":"sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==","signatures":[{"sig":"MEUCIQD8NZgslsJVkmF9K7JsAp4hfxdv73qU4pyAzuueX+3nfgIgAwGYYHYHGj13MFwGmiTAJsn2shwinwmCP0uggsLJ85E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33526},"main":"index.js","engines":{"node":">= 0.4"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"80d36f817867ca8d99c86a9a711d1d1bf01ed5bd","scripts":{"lint":"eslint --ext=js,mjs .","test":"npm run tests-only","prepack":"npmignore --auto --commentLines=autogenerated","pretest":"npm run lint","version":"auto-changelog && git add CHANGELOG.md","postlint":"es-shim-api --bound","posttest":"aud --production","prepublish":"not-in-publish || npm run prepublishOnly","tests-only":"nyc tape 'test/**/*.js'","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"","prepublishOnly":"safe-publish-latest"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/es-shims/String.prototype.trim.git","type":"git"},"_npmVersion":"10.5.0","description":"ES5 spec-compliant shim for String.prototype.trim","directories":{},"_nodeVersion":"21.7.0","dependencies":{"call-bind":"^1.0.7","es-abstract":"^1.23.0","es-object-atoms":"^1.0.0","define-properties":"^1.2.1"},"publishConfig":{"ignore":[".github/workflows"]},"_hasShrinkwrap":false,"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","hideCredit":true,"unreleased":false,"commitLimit":false,"backfillLimit":false},"devDependencies":{"aud":"^2.0.4","nyc":"^10.3.2","tape":"^5.7.5","eslint":"=8.8.0","npmignore":"^0.3.1","in-publish":"^2.0.1","@es-shims/api":"^2.4.2","auto-changelog":"^2.4.0","has-strict-mode":"^1.0.1","safe-publish-latest":"^2.0.0","functions-have-names":"^1.2.3","@ljharb/eslint-config":"^21.1.0"},"_npmOperationalInternal":{"tmp":"tmp/string.prototype.trim_1.2.9_1710657423975_0.6789298961449763","host":"s3://npm-registry-packages"}},"1.2.10":{"name":"string.prototype.trim","version":"1.2.10","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"ES5 spec-compliant shim for String.prototype.trim","license":"MIT","main":"index.js","scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublish":"not-in-publish || npm run prepublishOnly","prepublishOnly":"safe-publish-latest","pretest":"npm run lint","test":"npm run tests-only","posttest":"npx npm@'>= 10.2' audit --production","tests-only":"nyc tape 'test/**/*.js'","lint":"eslint --ext=js,mjs .","postlint":"es-shim-api --bound","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git://github.com/es-shims/String.prototype.trim.git"},"keywords":["String.prototype.trim","string","ES5","shim","trim","polyfill","es-shim API"],"dependencies":{"call-bind":"^1.0.8","call-bound":"^1.0.2","define-data-property":"^1.1.4","define-properties":"^1.2.1","es-abstract":"^1.23.5","es-object-atoms":"^1.0.0","has-property-descriptors":"^1.0.2"},"devDependencies":{"@es-shims/api":"^2.5.1","@ljharb/eslint-config":"^21.1.1","auto-changelog":"^2.5.0","encoding":"^0.1.13","eslint":"=8.8.0","for-each":"^0.3.3","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","npmignore":"^0.3.1","nyc":"^10.3.2","safe-publish-latest":"^2.0.0","tape":"^5.9.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"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"_id":"string.prototype.trim@1.2.10","gitHead":"8b75ec70b9251df1cc98563d901f38839109b538","bugs":{"url":"https://github.com/es-shims/String.prototype.trim/issues"},"homepage":"https://github.com/es-shims/String.prototype.trim#readme","_nodeVersion":"23.4.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==","shasum":"40b2dd5ee94c959b4dcfb1d65ce72e90da480c81","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz","fileCount":16,"unpackedSize":35238,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDaCMfY7Iau9qUV/4ZMhe8EjjTzyHnJ6tZPvo3c8NK1xgIgU2znlrsCdeXbUNrmG6VBduR8nGxag/BMH1FGqetFg64="}]},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/string.prototype.trim_1.2.10_1733945055374_0.2962507855046892"},"_hasShrinkwrap":false}},"name":"string.prototype.trim","time":{"created":"2015-08-09T06:07:46.418Z","modified":"2024-12-11T19:24:15.737Z","1.0.0":"2015-08-09T06:07:46.418Z","1.1.0":"2015-08-16T08:08:55.784Z","1.1.1":"2015-08-16T20:03:04.222Z","1.1.2":"2016-02-06T09:37:24.527Z","1.2.0":"2019-07-24T18:31:14.196Z","1.2.1":"2019-12-16T18:41:13.566Z","1.2.2":"2020-09-15T22:55:28.024Z","1.2.3":"2020-11-21T22:55:15.015Z","1.2.4":"2021-02-21T22:24:02.499Z","1.2.5":"2021-10-04T05:33:59.526Z","1.2.6":"2022-04-24T22:22:50.953Z","1.2.7":"2022-11-07T19:04:12.734Z","1.2.8":"2023-09-07T17:07:16.812Z","1.2.9":"2024-03-17T06:37:04.247Z","1.2.10":"2024-12-11T19:24:15.549Z"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"readmeFilename":"README.md","homepage":"https://github.com/es-shims/String.prototype.trim#readme"}