Show More
Commit Description:
utf8mb4
Commit Description:
utf8mb4
References:
File last commit:
Show/Diff file:
Action:
node_modules/string.prototype.trimright/package.json
| 75 lines
| 1.6 KiB
| application/json
| JsonLexer
|
r789 | { | |||
"name": "string.prototype.trimright", | ||||
"version": "2.1.2", | ||||
"author": "Jordan Harband", | ||||
"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 test:shimmed && npm run 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.trimRight.git" | ||||
}, | ||||
"keywords": [ | ||||
"String.prototype.trimRight", | ||||
"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.trimend": "^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" | ||||
} | ||||
} | ||||