{
	"name": "string.prototype.trim",
	"versions": {
		"1.0.0": {
			"name": "string.prototype.trim",
			"version": "1.0.0",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "ES5 spec-compliant shim for String.prototype.trim",
			"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.trim.git"
			},
			"keywords": [
				"String.prototype.trim",
				"string",
				"ES5",
				"shim",
				"trim",
				"polyfill"
			],
			"dependencies": {
				"define-properties": "^1.1.1",
				"es-abstract": "^1.2.2",
				"function-bind": "^1.0.2"
			},
			"devDependencies": {
				"tape": "^4.0.3",
				"covert": "^1.1.0",
				"jscs": "^2.0.0",
				"nsp": "^1.0.3",
				"eslint": "^1.1.0",
				"@ljharb/eslint-config": "^1.0.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": "1f35ea78ec453936f5eb805aaaaaa1e09f022cd9",
			"bugs": {
				"url": "https://github.com/es-shims/String.prototype.trim/issues"
			},
			"homepage": "https://github.com/es-shims/String.prototype.trim#readme",
			"_id": "string.prototype.trim@1.0.0",
			"_shasum": "c39ebfc44b12047e45abd15b7fc71b5e3ac25ba1",
			"_from": ".",
			"_npmVersion": "2.13.3",
			"_nodeVersion": "3.0.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "c39ebfc44b12047e45abd15b7fc71b5e3ac25ba1",
				"tarball": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "string.prototype.trim",
			"version": "1.1.0",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "ES5 spec-compliant shim for String.prototype.trim",
			"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 package"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/es-shims/String.prototype.trim.git"
			},
			"keywords": [
				"String.prototype.trim",
				"string",
				"ES5",
				"shim",
				"trim",
				"polyfill"
			],
			"dependencies": {
				"define-properties": "^1.1.1",
				"es-abstract": "^1.3.1",
				"function-bind": "^1.0.2"
			},
			"devDependencies": {
				"tape": "^4.2.0",
				"covert": "^1.1.0",
				"jscs": "^2.1.0",
				"nsp": "^1.0.3",
				"eslint": "^1.1.0",
				"semver": "^5.0.1",
				"replace": "^0.3.0",
				"@ljharb/eslint-config": "^1.0.4",
				"@es-shims/api": "^1.0.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": "6c64b7a96b42ced81d76f7ca25d32cf9df0670f9",
			"bugs": {
				"url": "https://github.com/es-shims/String.prototype.trim/issues"
			},
			"homepage": "https://github.com/es-shims/String.prototype.trim#readme",
			"_id": "string.prototype.trim@1.1.0",
			"_shasum": "7b519b93662dff3043a7bb0377f0f485cbdd016a",
			"_from": ".",
			"_npmVersion": "2.13.3",
			"_nodeVersion": "3.0.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "7b519b93662dff3043a7bb0377f0f485cbdd016a",
				"tarball": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.1.1": {
			"name": "string.prototype.trim",
			"version": "1.1.1",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "ES5 spec-compliant shim for String.prototype.trim",
			"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 package"
			},
			"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": {
				"define-properties": "^1.1.1",
				"es-abstract": "^1.3.1",
				"function-bind": "^1.0.2"
			},
			"devDependencies": {
				"tape": "^4.2.0",
				"covert": "^1.1.0",
				"jscs": "^2.1.0",
				"nsp": "^1.0.3",
				"eslint": "^1.1.0",
				"semver": "^5.0.1",
				"replace": "^0.3.0",
				"@ljharb/eslint-config": "^1.0.4",
				"@es-shims/api": "^1.0.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": "cbefafa48e5dffaeac74a46d1390032900fcd8a4",
			"bugs": {
				"url": "https://github.com/es-shims/String.prototype.trim/issues"
			},
			"homepage": "https://github.com/es-shims/String.prototype.trim#readme",
			"_id": "string.prototype.trim@1.1.1",
			"_shasum": "e5b5fdbdcf8a96e038a8d954b740a8c6308e58fa",
			"_from": ".",
			"_npmVersion": "2.13.3",
			"_nodeVersion": "3.0.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "e5b5fdbdcf8a96e038a8d954b740a8c6308e58fa",
				"tarball": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.1.2": {
			"name": "string.prototype.trim",
			"version": "1.1.2",
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com",
				"url": "http://ljharb.codes"
			},
			"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": {
				"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.trim.git"
			},
			"keywords": [
				"String.prototype.trim",
				"string",
				"ES5",
				"shim",
				"trim",
				"polyfill",
				"es-shim API"
			],
			"dependencies": {
				"define-properties": "^1.1.2",
				"es-abstract": "^1.5.0",
				"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",
				"semver": "^5.1.0",
				"replace": "^0.3.0",
				"@ljharb/eslint-config": "^1.6.1",
				"@es-shims/api": "^1.0.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": "7894aca30500058496b701919121b895d13c62eb",
			"bugs": {
				"url": "https://github.com/es-shims/String.prototype.trim/issues"
			},
			"homepage": "https://github.com/es-shims/String.prototype.trim#readme",
			"_id": "string.prototype.trim@1.1.2",
			"_shasum": "d04de2c89e137f4d7d206f086b5ed2fae6be8cea",
			"_from": ".",
			"_npmVersion": "3.3.12",
			"_nodeVersion": "5.5.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "d04de2c89e137f4d7d206f086b5ed2fae6be8cea",
				"tarball": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-9-west.internal.npmjs.com",
				"tmp": "tmp/string.prototype.trim-1.1.2.tgz_1454751443709_0.9118233555927873"
			},
			"directories": {}
		},
		"1.2.0": {
			"name": "string.prototype.trim",
			"version": "1.2.0",
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com",
				"url": "http://ljharb.codes"
			},
			"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": {
				"pretest": "npm run --silent lint && es-shim-api --bound",
				"test": "npm run --silent tests-only",
				"posttest": "npx aud",
				"tests-only": "npm run --silent test:shimmed && npm run --silent test:module",
				"test:shimmed": "node test/shimmed.js",
				"test:module": "node test/index.js",
				"coverage": "covert test/{index,shimmed}*.js",
				"lint": "eslint ."
			},
			"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": {
				"define-properties": "^1.1.3",
				"es-abstract": "^1.13.0",
				"function-bind": "^1.1.1"
			},
			"devDependencies": {
				"@es-shims/api": "^2.1.2",
				"@ljharb/eslint-config": "^13.1.1",
				"covert": "^1.1.1",
				"eslint": "^5.16.0",
				"functions-have-names": "^1.1.0",
				"replace": "^1.1.0",
				"semver": "^6.2.0",
				"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": "94de3e718784759c18c99ab535b9ee3e8ec8850d",
			"bugs": {
				"url": "https://github.com/es-shims/String.prototype.trim/issues"
			},
			"homepage": "https://github.com/es-shims/String.prototype.trim#readme",
			"_id": "string.prototype.trim@1.2.0",
			"_nodeVersion": "12.6.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-9EIjYD/WdlvLpn987+ctkLf0FfvBefOCuiEr2henD8X+7jfwPnyvTdmW8OJhj5p+M0/96mBdynLWkxUr+rHlpg==",
				"shasum": "75a729b10cfc1be439543dae442129459ce61e3d",
				"tarball": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.0.tgz",
				"fileCount": 17,
				"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"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/string.prototype.trim_1.2.0_1563993073998_0.059239658343377855"
			},
			"_hasShrinkwrap": false
		},
		"1.2.1": {
			"name": "string.prototype.trim",
			"version": "1.2.1",
			"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": {
				"pretest": "npm run --silent lint && es-shim-api --bound",
				"test": "npm run --silent tests-only",
				"posttest": "npx aud",
				"tests-only": "npm run --silent test:shimmed && npm run --silent test:module",
				"test:shimmed": "node test/shimmed.js",
				"test:module": "node test/index.js",
				"coverage": "covert test/{index,shimmed}*.js",
				"lint": "eslint .",
				"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": {
				"define-properties": "^1.1.3",
				"es-abstract": "^1.17.0-next.1",
				"function-bind": "^1.1.1"
			},
			"devDependencies": {
				"@es-shims/api": "^2.1.2",
				"@ljharb/eslint-config": "^15.0.2",
				"auto-changelog": "^1.16.2",
				"covert": "^1.1.1",
				"eslint": "^6.7.2",
				"functions-have-names": "^1.2.0",
				"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"
			},
			"auto-changelog": {
				"output": "CHANGELOG.md",
				"template": "keepachangelog",
				"unreleased": false,
				"commitLimit": false,
				"backfillLimit": false
			},
			"gitHead": "8bb839d6e4181d121b3aa2c4aae64828f3288f5d",
			"bugs": {
				"url": "https://github.com/es-shims/String.prototype.trim/issues"
			},
			"homepage": "https://github.com/es-shims/String.prototype.trim#readme",
			"_id": "string.prototype.trim@1.2.1",
			"_nodeVersion": "13.3.0",
			"_npmVersion": "6.13.1",
			"dist": {
				"integrity": "sha512-MjGFEeqixw47dAMFMtgUro/I0+wNqZB5GKXGt1fFr24u3TzDXCPu7J9Buppzoe3r/LqkSDLDDJzE15RGWDGAVw==",
				"shasum": "141233dff32c82bfad80684d7e5f0869ee0fb782",
				"tarball": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.1.tgz",
				"fileCount": 16,
				"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"
			},
			"maintainers": [
				{
					"email": "ljharb+esshims@gmail.com",
					"name": "es-shims-owner"
				},
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				}
			],
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/string.prototype.trim_1.2.1_1576521673405_0.7748261672099028"
			},
			"_hasShrinkwrap": false
		},
		"1.2.2": {
			"name": "string.prototype.trim",
			"version": "1.2.2",
			"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": {
				"prepublish": "safe-publish-latest",
				"pretest": "npm run --silent lint && es-shim-api --bound",
				"test": "npm run --silent tests-only",
				"posttest": "npx aud --production",
				"tests-only": "tape 'test/*.js'",
				"coverage": "nyc npm run tests-only",
				"lint": "eslint .",
				"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": {
				"define-properties": "^1.1.3",
				"es-abstract": "^1.18.0-next.0"
			},
			"devDependencies": {
				"@es-shims/api": "^2.1.2",
				"@ljharb/eslint-config": "^17.2.0",
				"aud": "^1.1.2",
				"auto-changelog": "^2.2.0",
				"eslint": "^7.9.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"
			},
			"auto-changelog": {
				"output": "CHANGELOG.md",
				"template": "keepachangelog",
				"unreleased": false,
				"commitLimit": false,
				"backfillLimit": false,
				"hideCredit": true
			},
			"greenkeeper": {
				"ignore": [
					"nyc"
				]
			},
			"gitHead": "ae9a7e458ac5c434e21f7e2da8d2373fda6d5ffc",
			"bugs": {
				"url": "https://github.com/es-shims/String.prototype.trim/issues"
			},
			"homepage": "https://github.com/es-shims/String.prototype.trim#readme",
			"_id": "string.prototype.trim@1.2.2",
			"_nodeVersion": "14.10.1",
			"_npmVersion": "6.14.8",
			"dist": {
				"integrity": "sha512-b5yrbl3BXIjHau9Prk7U0RRYcUYdN4wGSVaqoBQS50CCE3KBuYU0TYRNPFCP7aVoNMX87HKThdMRVIP3giclKg==",
				"shasum": "f538d0bacd98fc4297f0bef645226d5aaebf59f3",
				"tarball": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.2.tgz",
				"fileCount": 20,
				"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"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/string.prototype.trim_1.2.2_1600210527904_0.0357616456129648"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-09-15T22:55:30.333Z",
		"created": "2015-08-09T06:07:46.418Z",
		"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"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.2.2"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"241191766bd7996cd114630aea44817a\"",
			"fetched": 1602009469661
		}
	},
	"_distfiles": {
		"string.prototype.trim-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.0.0.tgz",
			"sha": "c39ebfc44b12047e45abd15b7fc71b5e3ac25ba1",
			"registry": "npmjs"
		},
		"string.prototype.trim-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.1.0.tgz",
			"sha": "7b519b93662dff3043a7bb0377f0f485cbdd016a",
			"registry": "npmjs"
		},
		"string.prototype.trim-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.1.1.tgz",
			"sha": "e5b5fdbdcf8a96e038a8d954b740a8c6308e58fa",
			"registry": "npmjs"
		},
		"string.prototype.trim-1.1.2.tgz": {
			"url": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz",
			"sha": "d04de2c89e137f4d7d206f086b5ed2fae6be8cea",
			"registry": "npmjs"
		},
		"string.prototype.trim-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.0.tgz",
			"sha": "75a729b10cfc1be439543dae442129459ce61e3d",
			"registry": "npmjs"
		},
		"string.prototype.trim-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.1.tgz",
			"sha": "141233dff32c82bfad80684d7e5f0869ee0fb782",
			"registry": "npmjs"
		},
		"string.prototype.trim-1.2.2.tgz": {
			"url": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.2.tgz",
			"sha": "f538d0bacd98fc4297f0bef645226d5aaebf59f3",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"string.prototype.trim-1.2.1.tgz": {
			"shasum": "141233dff32c82bfad80684d7e5f0869ee0fb782"
		},
		"string.prototype.trim-1.1.2.tgz": {
			"shasum": "d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
		}
	},
	"_rev": "17-f466131ac5512532",
	"_id": "string.prototype.trim",
	"readme": "String.prototype.trim <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 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](http://www.ecma-international.org/ecma-262/5.1/#sec-15.5.4.20).\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]: http://versionbadg.es/es-shims/String.prototype.trim.svg\n[travis-svg]: https://travis-ci.org/es-shims/String.prototype.trim.svg\n[travis-url]: https://travis-ci.org/es-shims/String.prototype.trim\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[testling-svg]: https://ci.testling.com/es-shims/String.prototype.trim.png\n[testling-url]: https://ci.testling.com/es-shims/String.prototype.trim\n[npm-badge-png]: https://nodei.co/npm/string.prototype.trim.png?downloads=true&stars=true\n[license-image]: http://img.shields.io/npm/l/string.prototype.trim.svg\n[license-url]: LICENSE\n[downloads-image]: http://img.shields.io/npm/dm/string.prototype.trim.svg\n[downloads-url]: http://npm-stat.com/charts.html?package=string.prototype.trim"
}