Sha256: 5065bbd1e2f18274fdd3f8c4ec6bddf13a4ebe4b86265f228afab9ff5337201d

Contents?: true

Size: 1.96 KB

Versions: 26

Compression:

Stored size: 1.96 KB

Contents

{
	"name": "string.prototype.trimend",
	"version": "1.0.7",
	"author": "Jordan Harband <ljharb@gmail.com>",
	"contributors": [
		"Jordan Harband <ljharb@gmail.com>",
		"Khaled Al-Ansari <khaledelansari@gmail.com>"
	],
	"funding": {
		"url": "https://github.com/sponsors/ljharb"
	},
	"description": "ES2019 spec-compliant String.prototype.trimEnd shim.",
	"license": "MIT",
	"main": "index.js",
	"scripts": {
		"prepack": "npmignore --auto --commentLines=autogenerated",
		"prepublish": "not-in-publish || npm run prepublishOnly",
		"prepublishOnly": "safe-publish-latest",
		"lint": "eslint --ext=js,mjs .",
		"postlint": "es-shim-api --bound",
		"pretest": "npm run lint",
		"test": "npm run tests-only",
		"posttest": "aud --production",
		"tests-only": "nyc tape 'test/**/*.js'",
		"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.trimEnd.git"
	},
	"keywords": [
		"es6",
		"es7",
		"es8",
		"javascript",
		"prototype",
		"polyfill",
		"utility",
		"trim",
		"trimLeft",
		"trimRight",
		"trimStart",
		"trimEnd",
		"tc39"
	],
	"devDependencies": {
		"@es-shims/api": "^2.4.2",
		"@ljharb/eslint-config": "^21.1.0",
		"aud": "^2.0.3",
		"auto-changelog": "^2.4.0",
		"eslint": "=8.8.0",
		"functions-have-names": "^1.2.3",
		"has-strict-mode": "^1.0.1",
		"in-publish": "^2.0.1",
		"npmignore": "^0.3.0",
		"nyc": "^10.3.2",
		"safe-publish-latest": "^2.0.0",
		"tape": "^5.6.6"
	},
	"auto-changelog": {
		"output": "CHANGELOG.md",
		"template": "keepachangelog",
		"unreleased": false,
		"commitLimit": false,
		"backfillLimit": false,
		"hideCredit": true
	},
	"dependencies": {
		"call-bind": "^1.0.2",
		"define-properties": "^1.2.0",
		"es-abstract": "^1.22.1"
	},
	"publishConfig": {
		"ignore": [
			".github/workflows"
		]
	}
}

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
immosquare-cleaner-0.1.11 node_modules/string.prototype.trimend/package.json
immosquare-cleaner-0.1.10 node_modules/string.prototype.trimend/package.json
immosquare-cleaner-0.1.9 node_modules/string.prototype.trimend/package.json
immosquare-cleaner-0.1.8 node_modules/string.prototype.trimend/package.json
immosquare-cleaner-0.1.7 node_modules/string.prototype.trimend/package.json
immosquare-cleaner-0.1.6 node_modules/string.prototype.trimend/package.json