{
	"name": "string.prototype.trimstart",
	"versions": {
		"0.0.1": {
			"name": "string.prototype.trimstart",
			"version": "0.0.1",
			"description": "polyfill for the proposed api String.prototype.trimStart",
			"main": "index.js",
			"scripts": {
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"keywords": [
				"es6",
				"es7",
				"es8",
				"javascript",
				"prototype",
				"polyfill",
				"utility",
				"trim",
				"trimLeft",
				"trimRight",
				"trimStart",
				"trimEnd",
				"tc39"
			],
			"author": {
				"name": "Khaled Al-Ansari",
				"email": "khaledelansari@gmail.com"
			},
			"license": "MIT",
			"gitHead": "d4fb6be15455dd68fc4b306bee1d30dd4afc96e7",
			"_id": "string.prototype.trimstart@0.0.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.3.0",
			"_npmUser": {
				"name": "khaledelansari",
				"email": "khaledelansari@gmail.com"
			},
			"dist": {
				"integrity": "sha512-xtLnHgy0C/c5B/SnO7JMxM14Bk2gBsp0alq/zDg/dlTefoPKUR/Eq/xd4g3MJFQ4sychN3LVX3wK6/pUa2eLjg==",
				"shasum": "3d588d5ca2f63e490b9ed0f1b44971fc1c2ba739",
				"tarball": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-0.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "khaledelansari",
					"email": "khaledelansari@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/string.prototype.trimstart-0.0.1.tgz_1513681161068_0.6723654211964458"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.0": {
			"name": "string.prototype.trimstart",
			"version": "0.1.0",
			"description": "polyfill for the proposed api String.prototype.trimStart",
			"main": "index.js",
			"scripts": {
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"keywords": [
				"es6",
				"es7",
				"es8",
				"javascript",
				"prototype",
				"polyfill",
				"utility",
				"trim",
				"trimLeft",
				"trimRight",
				"trimStart",
				"trimEnd",
				"tc39"
			],
			"author": {
				"name": "Khaled Al-Ansari",
				"email": "khaledelansari@gmail.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/KhaledElAnsari/String.prototype.trimStart.git"
			},
			"bugs": {
				"url": "https://github.com/KhaledElAnsari/String.prototype.trimStart/issues"
			},
			"homepage": "https://github.com/KhaledElAnsari/String.prototype.trimStart#readme",
			"gitHead": "ab2f6ac8813ed336a0f2dc3aa8cdb52f4d52814b",
			"_id": "string.prototype.trimstart@0.1.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.3.0",
			"_npmUser": {
				"name": "khaledelansari",
				"email": "khaledelansari@gmail.com"
			},
			"dist": {
				"integrity": "sha512-35Uap+02iIjNgLiFnniZoB0beoih8XHw2Tssovlz65rwm3mB4J68LVvihKgHKSBN5aun80BGwJtwizaJxJayFA==",
				"shasum": "b72dd40698f1590d15eeaa03d68d1abffa23c301",
				"tarball": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-0.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "khaledelansari",
					"email": "khaledelansari@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/string.prototype.trimstart-0.1.0.tgz_1513681407481_0.9459084165282547"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "string.prototype.trimstart",
			"version": "1.0.0",
			"description": "ES2019 spec-compliant String.prototype.trimStart shim.",
			"main": "index.js",
			"scripts": {
				"lint": "eslint .",
				"pretest": "npm run lint && es-shim-api --bound",
				"test": "npm run tests-only",
				"posttest": "npx aud --production",
				"tests-only": "npm run --silent test:shimmed && npm run --silent test:module",
				"test:shimmed": "node test/shimmed",
				"test:module": "node test",
				"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)\")\""
			},
			"keywords": [
				"es6",
				"es7",
				"es8",
				"javascript",
				"prototype",
				"polyfill",
				"utility",
				"trim",
				"trimLeft",
				"trimRight",
				"trimStart",
				"trimEnd",
				"tc39"
			],
			"author": {
				"name": "Khaled Al-Ansari",
				"email": "khaledelansari@gmail.com"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			},
			"license": "MIT",
			"devDependencies": {
				"@es-shims/api": "^2.1.2",
				"@ljharb/eslint-config": "^16.0.0",
				"aud": "^1.1.0",
				"auto-changelog": "^1.16.3",
				"eslint": "^6.8.0",
				"functions-have-names": "^1.2.1",
				"tape": "^5.0.0-next.5"
			},
			"auto-changelog": {
				"output": "CHANGELOG.md",
				"template": "keepachangelog",
				"unreleased": false,
				"commitLimit": false,
				"backfillLimit": false
			},
			"dependencies": {
				"define-properties": "^1.1.3",
				"es-abstract": "^1.17.5"
			},
			"gitHead": "e84d645adeec032fef545e78332079e1d1a94203",
			"_id": "string.prototype.trimstart@1.0.0",
			"_nodeVersion": "13.12.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-iCP8g01NFYiiBOnwG1Xc3WZLyoo+RuBymwIlWncShXDDJYWN6DbnM3odslBJdgCdRlq94B5s63NWAZlcn2CS4w==",
				"shasum": "afe596a7ce9de905496919406c9734845f01a2f2",
				"tarball": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.0.tgz",
				"fileCount": 16,
				"unpackedSize": 13148,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJegaSHCRA9TVsSAnZWagAA8jcP/2rqmC2h07bIhwUoeTTn\nIrpqkqPBFcAQDXMftMBX262zxpgIs94vu+Jfm+Yvj0ildylJWr274PlTXClZ\ny8+Q3zWbwZFmnlHgBMWXTHM02jqO5BbxKF3xa6E88EC92TH937Zih2xYqmWb\nDgmVHR8ICV1VGM9TlR34gk1YRqvu0dYwj5rjlGI7WCxjEgxF2kcXdQHSOmjQ\n4kljtH0Z9+jc3DBFqax0V+kCVwD31ikFo3V/nGo5XeX64PbOQOgIkF70JfJ2\nvbgg9NRwzY9Zeeu15jYUs2RZflKa1ZKK/JHI33zzr5h/AwPYMeQqhEViK0Ty\nGBdAtVJLd3RyaNxwhRHB2TBHHqwJQ6/TXHz386rCMCthwEFdQbKPNBQUderN\nlkdJlSxvraRxoQsDxS8FUMZrAwz0hHyMZ1i//zEjFqdr3RAppnsGPTqk7AcK\n9g6c07fWaqEzmCdVnSyxmpoz8JRG094RtFG7lRu/yoOtMlv0llq8lHQL5IX7\nueyt7vN/pYsWB+8MRvT1UhuOGjfAy+O5N2r5iCOOnNkw15j23QOJPLHNzQ6N\n3LUtX4QyyS6A0KGRaHT1kADyQnn/T4BYxu0bWcaz+7Tul8NnOszsy5Anrq+L\n4D8zuOlH9wm2pSsqq9BXtJHj80M/7+sqx8lDF6jGLbl45gQ+XcUxVU5fFlnb\ns0Gc\r\n=7OoT\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "khaledelansari@gmail.com",
					"name": "khaledelansari"
				},
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				}
			],
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/string.prototype.trimstart_1.0.0_1585554567480_0.45429205863007893"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.1": {
			"name": "string.prototype.trimstart",
			"version": "1.0.1",
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"contributors": [
				{
					"name": "Jordan Harband",
					"email": "ljharb@gmail.com"
				},
				{
					"name": "Khaled Al-Ansari",
					"email": "khaledelansari@gmail.com"
				}
			],
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			},
			"description": "ES2019 spec-compliant String.prototype.trimStart shim.",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"lint": "eslint .",
				"pretest": "npm run lint && es-shim-api --bound",
				"test": "npm run tests-only",
				"posttest": "npx aud --production",
				"tests-only": "npm run --silent test:shimmed && npm run --silent test:module",
				"test:shimmed": "node test/shimmed",
				"test:module": "node test",
				"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.trimStart.git"
			},
			"keywords": [
				"es6",
				"es7",
				"es8",
				"javascript",
				"prototype",
				"polyfill",
				"utility",
				"trim",
				"trimLeft",
				"trimRight",
				"trimStart",
				"trimEnd",
				"tc39"
			],
			"devDependencies": {
				"@es-shims/api": "^2.1.2",
				"@ljharb/eslint-config": "^16.0.0",
				"aud": "^1.1.0",
				"auto-changelog": "^1.16.4",
				"eslint": "^6.8.0",
				"functions-have-names": "^1.2.1",
				"tape": "^5.0.0-next.5"
			},
			"auto-changelog": {
				"output": "CHANGELOG.md",
				"template": "keepachangelog",
				"unreleased": false,
				"commitLimit": false,
				"backfillLimit": false
			},
			"dependencies": {
				"define-properties": "^1.1.3",
				"es-abstract": "^1.17.5"
			},
			"gitHead": "7ce7634165aa317a3a28f09be576237167f052be",
			"bugs": {
				"url": "https://github.com/es-shims/String.prototype.trimStart/issues"
			},
			"homepage": "https://github.com/es-shims/String.prototype.trimStart#readme",
			"_id": "string.prototype.trimstart@1.0.1",
			"_nodeVersion": "13.12.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==",
				"shasum": "14af6d9f34b053f7cfc89b72f8f2ee14b9039a54",
				"tarball": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz",
				"fileCount": 16,
				"unpackedSize": 13783,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJej4mGCRA9TVsSAnZWagAAhDUP/2w226Jf2O5EYDwv3WFu\nW/9Fzn6FQ3wUwi0724qN80yHKe3rcxt6C1mcW6zl5SbMIlpuSFro0zOl9uNP\norgqmtjdumXxyyf7v7vF3sJDH81YCQd6ncUTJ6A43BphxkJ1r4R8Ezhw8J7e\nwTeZykbT/kY2hbv82nV7RA3hVGPX6dxVhzQrodS/wldN1OETYSa6jyIS2nKq\nt2WkDef5YUZfIxzXLJLjrNq8VtlUAw0DOEvnb1/NPPHHOVSxQIW4PgpsT9Ry\nfxXuX5A8OxknSvSY6ZgM8q1mTgZ5Njq98bcsQ+IIooeFQDZ6CaQfxSEZ9gE7\na6labsF7YkxZxnfhW9ocIwl/jw7IjsQYdP0P2Ub91TZM1ozGFX+EEgn5FUiv\ntVAZ/iMzJrqULYSJvhXsF386f9NglpRQcHDb0UkN7o/yMEwpNAZYrrN94oa6\n+iXkr18qH7Vr4PjuBJ69R+fOBiFH7bzxHIysDIA6yumnp6bD/DSwNvlpyBrZ\nWbvbt0x8ij0FVyuQDws+N9a9z/JWvAxNjYKOwQ9BJJrVup++DOFqQWmon/7J\nHo4x0kFBg3++Z3irTM72PtdVWh9mQdnwquFXXvXCbfHpGMFPG1STcMygqr7Q\nXII6oQCEFWijVbq18cWz3BDeG1M9C9CuAHRhc7JC9KBgQD/ve35MG8zPUqNz\nja2p\r\n=yz9U\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "khaledelansari@gmail.com",
					"name": "khaledelansari"
				},
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				}
			],
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/string.prototype.trimstart_1.0.1_1586465157707_0.8608107954637128"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-04-09T20:46:01.913Z",
		"created": "2017-12-19T10:59:21.206Z",
		"0.0.1": "2017-12-19T10:59:21.206Z",
		"0.1.0": "2017-12-19T11:03:27.564Z",
		"1.0.0": "2020-03-30T07:49:27.573Z",
		"1.0.1": "2020-04-09T20:45:57.856Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.0.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"e39ec98751aebc3ae7708d2ebbba87c0\"",
			"fetched": 1602009395433
		}
	},
	"_distfiles": {
		"string.prototype.trimstart-0.0.1.tgz": {
			"url": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-0.0.1.tgz",
			"sha": "3d588d5ca2f63e490b9ed0f1b44971fc1c2ba739",
			"registry": "npmjs"
		},
		"string.prototype.trimstart-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-0.1.0.tgz",
			"sha": "b72dd40698f1590d15eeaa03d68d1abffa23c301",
			"registry": "npmjs"
		},
		"string.prototype.trimstart-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.0.tgz",
			"sha": "afe596a7ce9de905496919406c9734845f01a2f2",
			"registry": "npmjs"
		},
		"string.prototype.trimstart-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz",
			"sha": "14af6d9f34b053f7cfc89b72f8f2ee14b9039a54",
			"registry": "npmjs"
		}
	},
	"_attachments": {},
	"_rev": "22-27d310ea9df7cb0a",
	"_id": "string.prototype.trimstart",
	"readme": "String.prototype.trimStart <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.trimStart` shim. Invoke its \"shim\" method to shim `String.prototype.trimStart` 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 trimStart = require('string.prototype.trimstart');\n\nassert(trimStart(' \\t\\na \\t\\n') === 'a \\t\\n');\n\nif (!String.prototype.trimStart) {\n\ttrimStart.shim();\n}\n\nassert(trimStart(' \\t\\na \\t\\n') === ' \\t\\na \\t\\n'.trimStart());\n```\n\n## Tests\nSimply clone the repo, `npm install`, and run `npm test`\n\n[package-url]: https://npmjs.com/package/string.prototype.trimstart\n[npm-version-svg]: http://vb.teelaun.ch/es-shims/String.prototype.trimStart.svg\n[travis-svg]: https://travis-ci.org/es-shims/String.prototype.trimStart.svg\n[travis-url]: https://travis-ci.org/es-shims/String.prototype.trimStart\n[deps-svg]: https://david-dm.org/es-shims/String.prototype.trimStart.svg\n[deps-url]: https://david-dm.org/es-shims/String.prototype.trimStart\n[dev-deps-svg]: https://david-dm.org/es-shims/String.prototype.trimStart/dev-status.svg\n[dev-deps-url]: https://david-dm.org/es-shims/String.prototype.trimStart#info=devDependencies\n[testling-svg]: https://ci.testling.com/es-shims/String.prototype.trimStart.png\n[testling-url]: https://ci.testling.com/es-shims/String.prototype.trimStart\n[npm-badge-png]: https://nodei.co/npm/string.prototype.trimstart.png?downloads=true&stars=true\n[license-image]: http://img.shields.io/npm/l/string.prototype.trimstart.svg\n[license-url]: LICENSE\n[downloads-image]: http://img.shields.io/npm/dm/string.prototype.trimstart.svg\n[downloads-url]: http://npm-stat.com/charts.html?package=string.prototype.trimstart"
}