package.json 2.8 KB

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