You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "string.prototype.trimright@^2.1.1",
  3. "_id": "string.prototype.trimright@2.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZNRQ7sY3KroTaYjRS6EbNiiHrOkjihL9aQE/8gfQ4DtAC/aEBRHFJa44OmoWxGGqXuJlfKkZW4WcXErGr+9ZFg==",
  6. "_location": "/string.prototype.trimright",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "string.prototype.trimright@^2.1.1",
  12. "name": "string.prototype.trimright",
  13. "escapedName": "string.prototype.trimright",
  14. "rawSpec": "^2.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.1"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.2.tgz",
  22. "_shasum": "c76f1cef30f21bbad8afeb8db1511496cfb0f2a3",
  23. "_spec": "string.prototype.trimright@^2.1.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\es-abstract",
  25. "author": {
  26. "name": "Jordan Harband"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/es-shims/String.prototype.trimRight/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "define-properties": "^1.1.3",
  34. "es-abstract": "^1.17.5",
  35. "string.prototype.trimend": "^1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "ES2019 spec-compliant String.prototype.trimLeft shim.",
  39. "devDependencies": {
  40. "@es-shims/api": "^2.1.2",
  41. "@ljharb/eslint-config": "^16.0.0",
  42. "covert": "^1.1.1",
  43. "eslint": "^6.8.0",
  44. "functions-have-names": "^1.2.1",
  45. "safe-publish-latest": "^1.1.4",
  46. "tape": "^5.0.0-next.4"
  47. },
  48. "engines": {
  49. "node": ">= 0.4"
  50. },
  51. "funding": {
  52. "url": "https://github.com/sponsors/ljharb"
  53. },
  54. "homepage": "https://github.com/es-shims/String.prototype.trimRight#readme",
  55. "keywords": [
  56. "String.prototype.trimRight",
  57. "string",
  58. "ES7",
  59. "ES2019",
  60. "shim",
  61. "trim",
  62. "trimLeft",
  63. "trimStart",
  64. "trimRight",
  65. "trimEnd",
  66. "polyfill",
  67. "es-shim API"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "string.prototype.trimright",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/es-shims/String.prototype.trimRight.git"
  75. },
  76. "scripts": {
  77. "coverage": "covert test/*.js",
  78. "lint": "eslint .",
  79. "posttest": "npx aud",
  80. "prepublish": "safe-publish-latest",
  81. "pretest": "npm run lint && es-shim-api --bound",
  82. "test": "npm run tests-only",
  83. "test:module": "node test",
  84. "test:shimmed": "node test/shimmed",
  85. "tests-only": "npm run test:shimmed && npm run test:module"
  86. },
  87. "testling": {
  88. "files": "test/index.js",
  89. "browsers": [
  90. "iexplore/9.0..latest",
  91. "firefox/4.0..6.0",
  92. "firefox/15.0..latest",
  93. "firefox/nightly",
  94. "chrome/4.0..10.0",
  95. "chrome/20.0..latest",
  96. "chrome/canary",
  97. "opera/11.6..latest",
  98. "opera/next",
  99. "safari/5.0..latest",
  100. "ipad/6.0..latest",
  101. "iphone/6.0..latest",
  102. "android-browser/4.2"
  103. ]
  104. },
  105. "version": "2.1.2"
  106. }