{
	"name": "string.prototype.trimleft",
	"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": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "b0783f1d996b1e5c28cbc70b83848ccb0ff66a8f",
				"tarball": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"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": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "68b6aa8e162c6a80e76e3a8a0c2e747186e271ff",
				"tarball": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"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": {},
			"contributors": []
		},
		"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": "https://registry.npmjs.org/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"
			},
			"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.trimleft_2.1.0_1568091068611_0.43797635000090396"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"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": "https://registry.npmjs.org/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"
			},
			"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.trimleft_2.1.1_1576706482399_0.2529457937588502"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"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": "https://registry.npmjs.org/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"
			},
			"maintainers": [
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				}
			],
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/string.prototype.trimleft_2.1.2_1585554976686_0.14859308925535886"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-03-30T07:56:20.984Z",
		"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"
	},
	"users": {},
	"dist-tags": {
		"latest": "2.1.2"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"4af7953ee63016177ce1038737dadde7\"",
			"fetched": 1593324378716
		}
	},
	"_distfiles": {
		"string.prototype.trimleft-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-1.0.1.tgz",
			"sha": "b0783f1d996b1e5c28cbc70b83848ccb0ff66a8f",
			"registry": "npmjs"
		},
		"string.prototype.trimleft-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.0.0.tgz",
			"sha": "68b6aa8e162c6a80e76e3a8a0c2e747186e271ff",
			"registry": "npmjs"
		},
		"string.prototype.trimleft-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz",
			"sha": "6cc47f0d7eb8d62b0f3701611715a3954591d634",
			"registry": "npmjs"
		},
		"string.prototype.trimleft-2.1.1.tgz": {
			"url": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz",
			"sha": "9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74",
			"registry": "npmjs"
		},
		"string.prototype.trimleft-2.1.2.tgz": {
			"url": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.2.tgz",
			"sha": "4408aa2e5d6ddd0c9a80739b087fbc067c03b3cc",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"string.prototype.trimleft-2.1.1.tgz": {
			"shasum": "9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
		}
	},
	"_rev": "2-74393211539766b2",
	"_id": "string.prototype.trimleft",
	"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"
}