Sha256: 3ae6449a03678b87fd14edf2c13daa40716aa78e0e8eef6de36c6675740588a2

Contents?: true

Size: 1.96 KB

Versions: 15

Compression:

Stored size: 1.96 KB

Contents

{
	"name": "string.prototype.trimend",
	"version": "1.0.8",
	"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.4",
		"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.1",
		"nyc": "^10.3.2",
		"safe-publish-latest": "^2.0.0",
		"tape": "^5.7.5"
	},
	"auto-changelog": {
		"output": "CHANGELOG.md",
		"template": "keepachangelog",
		"unreleased": false,
		"commitLimit": false,
		"backfillLimit": false,
		"hideCredit": true
	},
	"dependencies": {
		"call-bind": "^1.0.7",
		"define-properties": "^1.2.1",
		"es-object-atoms": "^1.0.0"
	},
	"publishConfig": {
		"ignore": [
			".github/workflows"
		]
	}
}

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
immosquare-cleaner-0.1.52 node_modules/string.prototype.trimend/package.json
immosquare-cleaner-0.1.51 node_modules/string.prototype.trimend/package.json
immosquare-cleaner-0.1.50 node_modules/string.prototype.trimend/package.json
immosquare-cleaner-0.1.49 node_modules/string.prototype.trimend/package.json
immosquare-cleaner-0.1.48 node_modules/string.prototype.trimend/package.json
immosquare-cleaner-0.1.47 node_modules/string.prototype.trimend/package.json
immosquare-cleaner-0.1.46 node_modules/string.prototype.trimend/package.json
immosquare-cleaner-0.1.45 node_modules/string.prototype.trimend/package.json
immosquare-cleaner-0.1.44 node_modules/string.prototype.trimend/package.json
immosquare-cleaner-0.1.43 node_modules/string.prototype.trimend/package.json
immosquare-cleaner-0.1.42 node_modules/string.prototype.trimend/package.json
immosquare-cleaner-0.1.41 node_modules/string.prototype.trimend/package.json
immosquare-cleaner-0.1.40 node_modules/string.prototype.trimend/package.json
immosquare-cleaner-0.1.39 node_modules/string.prototype.trimend/package.json
immosquare-cleaner-0.1.38 node_modules/string.prototype.trimend/package.json