Changeset 79a0317 for imaps-frontend/node_modules/string.prototype.trimend
- Timestamp:
- 01/21/25 03:08:24 (3 months ago)
- Branches:
- main
- Parents:
- 0c6b92a
- Location:
- imaps-frontend/node_modules/string.prototype.trimend
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/string.prototype.trimend/CHANGELOG.md
r0c6b92a r79a0317 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 8 ## [v1.0.9](https://github.com/es-shims/String.prototype.trimEnd/compare/v1.0.8...v1.0.9) - 2024-12-11 9 10 ### Commits 11 12 - [actions] split out node 10-20, and 20+ [`7e5ffdc`](https://github.com/es-shims/String.prototype.trimEnd/commit/7e5ffdc2ab30b09e19773f35df5dceffddc660d4) 13 - [meta] sort package.json mildly [`2f99c8b`](https://github.com/es-shims/String.prototype.trimEnd/commit/2f99c8bc69d50dc0c56af3900cc31129ef42bc1b) 14 - [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `auto-changelog`, `tape` [`2774fe6`](https://github.com/es-shims/String.prototype.trimEnd/commit/2774fe6660c9de92eacf2a8173f494aa151b1fc1) 15 - [Refactor] use `call-bound` directly [`9e3bbec`](https://github.com/es-shims/String.prototype.trimEnd/commit/9e3bbec66695b715ec38f832aa472e1a82ffe095) 16 - [Tests] replace `aud` with `npm audit` [`cb9a462`](https://github.com/es-shims/String.prototype.trimEnd/commit/cb9a4623b86d2a91cb0a5b704739b6fe43078abd) 17 - [meta] add missing `engines.node` [`f46c829`](https://github.com/es-shims/String.prototype.trimEnd/commit/f46c829985a3c78e92482247fe30800781b4a9e3) 18 - [Deps] update `call-bind` [`e892c32`](https://github.com/es-shims/String.prototype.trimEnd/commit/e892c32d30aaaee372c8159b7ac94d564cf7f0e9) 19 - [Dev Deps] add missing peer dep [`e1a59da`](https://github.com/es-shims/String.prototype.trimEnd/commit/e1a59da39cc18bbe546371b12d39f86b4c947896) 7 20 8 21 ## [v1.0.8](https://github.com/es-shims/String.prototype.trimEnd/compare/v1.0.7...v1.0.8) - 2024-03-16 -
imaps-frontend/node_modules/string.prototype.trimend/implementation.js
r0c6b92a r79a0317 1 1 'use strict'; 2 2 3 var callBound = require('call-b ind/callBound');3 var callBound = require('call-bound'); 4 4 var $replace = callBound('String.prototype.replace'); 5 5 -
imaps-frontend/node_modules/string.prototype.trimend/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "string.prototype.trimend", 3 "version": "1.0.8", 4 "author": "Jordan Harband <ljharb@gmail.com>", 5 "contributors": [ 6 "Jordan Harband <ljharb@gmail.com>", 7 "Khaled Al-Ansari <khaledelansari@gmail.com>" 8 ], 9 "funding": { 10 "url": "https://github.com/sponsors/ljharb" 11 }, 12 "description": "ES2019 spec-compliant String.prototype.trimEnd shim.", 13 "license": "MIT", 14 "main": "index.js", 15 "scripts": { 16 "prepack": "npmignore --auto --commentLines=autogenerated", 17 "prepublish": "not-in-publish || npm run prepublishOnly", 18 "prepublishOnly": "safe-publish-latest", 19 "lint": "eslint --ext=js,mjs .", 20 "postlint": "es-shim-api --bound", 21 "pretest": "npm run lint", 22 "test": "npm run tests-only", 23 "posttest": "aud --production", 24 "tests-only": "nyc tape 'test/**/*.js'", 25 "version": "auto-changelog && git add CHANGELOG.md", 26 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 27 }, 28 "repository": { 29 "type": "git", 30 "url": "git://github.com/es-shims/String.prototype.trimEnd.git" 31 }, 32 "keywords": [ 33 "es6", 34 "es7", 35 "es8", 36 "javascript", 37 "prototype", 38 "polyfill", 39 "utility", 40 "trim", 41 "trimLeft", 42 "trimRight", 43 "trimStart", 44 "trimEnd", 45 "tc39" 46 ], 47 "devDependencies": { 48 "@es-shims/api": "^2.4.2", 49 "@ljharb/eslint-config": "^21.1.0", 50 "aud": "^2.0.4", 51 "auto-changelog": "^2.4.0", 52 "eslint": "=8.8.0", 53 "functions-have-names": "^1.2.3", 54 "has-strict-mode": "^1.0.1", 55 "in-publish": "^2.0.1", 56 "npmignore": "^0.3.1", 57 "nyc": "^10.3.2", 58 "safe-publish-latest": "^2.0.0", 59 "tape": "^5.7.5" 60 }, 61 "auto-changelog": { 62 "output": "CHANGELOG.md", 63 "template": "keepachangelog", 64 "unreleased": false, 65 "commitLimit": false, 66 "backfillLimit": false, 67 "hideCredit": true 68 }, 69 "dependencies": { 70 "call-bind": "^1.0.7", 71 "define-properties": "^1.2.1", 72 "es-object-atoms": "^1.0.0" 73 }, 74 "publishConfig": { 75 "ignore": [ 76 ".github/workflows" 77 ] 78 } 2 "_from": "string.prototype.trimend@^1.0.9", 3 "_id": "string.prototype.trimend@1.0.9", 4 "_inBundle": false, 5 "_integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==", 6 "_location": "/string.prototype.trimend", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "string.prototype.trimend@^1.0.9", 12 "name": "string.prototype.trimend", 13 "escapedName": "string.prototype.trimend", 14 "rawSpec": "^1.0.9", 15 "saveSpec": null, 16 "fetchSpec": "^1.0.9" 17 }, 18 "_requiredBy": [ 19 "/es-abstract" 20 ], 21 "_resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz", 22 "_shasum": "62e2731272cd285041b36596054e9f66569b6942", 23 "_spec": "string.prototype.trimend@^1.0.9", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/es-abstract", 25 "author": { 26 "name": "Jordan Harband", 27 "email": "ljharb@gmail.com" 28 }, 29 "auto-changelog": { 30 "output": "CHANGELOG.md", 31 "template": "keepachangelog", 32 "unreleased": false, 33 "commitLimit": false, 34 "backfillLimit": false, 35 "hideCredit": true 36 }, 37 "bugs": { 38 "url": "https://github.com/es-shims/String.prototype.trimEnd/issues" 39 }, 40 "bundleDependencies": false, 41 "contributors": [ 42 { 43 "name": "Jordan Harband", 44 "email": "ljharb@gmail.com" 45 }, 46 { 47 "name": "Khaled Al-Ansari", 48 "email": "khaledelansari@gmail.com" 49 } 50 ], 51 "dependencies": { 52 "call-bind": "^1.0.8", 53 "call-bound": "^1.0.2", 54 "define-properties": "^1.2.1", 55 "es-object-atoms": "^1.0.0" 56 }, 57 "deprecated": false, 58 "description": "ES2019 spec-compliant String.prototype.trimEnd shim.", 59 "devDependencies": { 60 "@es-shims/api": "^2.5.1", 61 "@ljharb/eslint-config": "^21.1.1", 62 "auto-changelog": "^2.5.0", 63 "encoding": "^0.1.13", 64 "eslint": "=8.8.0", 65 "functions-have-names": "^1.2.3", 66 "has-strict-mode": "^1.0.1", 67 "in-publish": "^2.0.1", 68 "npmignore": "^0.3.1", 69 "nyc": "^10.3.2", 70 "safe-publish-latest": "^2.0.0", 71 "tape": "^5.9.0" 72 }, 73 "engines": { 74 "node": ">= 0.4" 75 }, 76 "funding": { 77 "url": "https://github.com/sponsors/ljharb" 78 }, 79 "homepage": "https://github.com/es-shims/String.prototype.trimEnd#readme", 80 "keywords": [ 81 "es6", 82 "es7", 83 "es8", 84 "javascript", 85 "prototype", 86 "polyfill", 87 "utility", 88 "trim", 89 "trimLeft", 90 "trimRight", 91 "trimStart", 92 "trimEnd", 93 "tc39" 94 ], 95 "license": "MIT", 96 "main": "index.js", 97 "name": "string.prototype.trimend", 98 "publishConfig": { 99 "ignore": [ 100 ".github/workflows" 101 ] 102 }, 103 "repository": { 104 "type": "git", 105 "url": "git://github.com/es-shims/String.prototype.trimEnd.git" 106 }, 107 "scripts": { 108 "lint": "eslint --ext=js,mjs .", 109 "postlint": "es-shim-api --bound", 110 "posttest": "npx npm@'>= 10.2' audit --production", 111 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 112 "prepack": "npmignore --auto --commentLines=autogenerated", 113 "prepublish": "not-in-publish || npm run prepublishOnly", 114 "prepublishOnly": "safe-publish-latest", 115 "pretest": "npm run lint", 116 "test": "npm run tests-only", 117 "tests-only": "nyc tape 'test/**/*.js'", 118 "version": "auto-changelog && git add CHANGELOG.md" 119 }, 120 "version": "1.0.9" 79 121 }
Note:
See TracChangeset
for help on using the changeset viewer.