package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "string.prototype.trimend@1.0.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "string.prototype.trimend@1.0.1",
  10. "_id": "string.prototype.trimend@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==",
  13. "_location": "/string.prototype.trimend",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "string.prototype.trimend@1.0.1",
  19. "name": "string.prototype.trimend",
  20. "escapedName": "string.prototype.trimend",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract",
  27. "/object-is/es-abstract",
  28. "/object.assign/es-abstract"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz",
  31. "_spec": "1.0.1",
  32. "_where": "E:\\amr1.0\\AMR",
  33. "author": {
  34. "name": "Jordan Harband",
  35. "email": "ljharb@gmail.com"
  36. },
  37. "auto-changelog": {
  38. "output": "CHANGELOG.md",
  39. "template": "keepachangelog",
  40. "unreleased": false,
  41. "commitLimit": false,
  42. "backfillLimit": false
  43. },
  44. "bugs": {
  45. "url": "https://github.com/es-shims/String.prototype.trimEnd/issues"
  46. },
  47. "contributors": [
  48. {
  49. "name": "Jordan Harband",
  50. "email": "ljharb@gmail.com"
  51. },
  52. {
  53. "name": "Khaled Al-Ansari",
  54. "email": "khaledelansari@gmail.com"
  55. }
  56. ],
  57. "dependencies": {
  58. "define-properties": "^1.1.3",
  59. "es-abstract": "^1.17.5"
  60. },
  61. "description": "ES2019 spec-compliant String.prototype.trimEnd shim.",
  62. "devDependencies": {
  63. "@es-shims/api": "^2.1.2",
  64. "@ljharb/eslint-config": "^16.0.0",
  65. "aud": "^1.1.0",
  66. "auto-changelog": "^1.16.4",
  67. "eslint": "^6.8.0",
  68. "functions-have-names": "^1.2.1",
  69. "tape": "^5.0.0-next.5"
  70. },
  71. "funding": {
  72. "url": "https://github.com/sponsors/ljharb"
  73. },
  74. "homepage": "https://github.com/es-shims/String.prototype.trimEnd#readme",
  75. "keywords": [
  76. "es6",
  77. "es7",
  78. "es8",
  79. "javascript",
  80. "prototype",
  81. "polyfill",
  82. "utility",
  83. "trim",
  84. "trimLeft",
  85. "trimRight",
  86. "trimStart",
  87. "trimEnd",
  88. "tc39"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "string.prototype.trimend",
  93. "repository": {
  94. "type": "git",
  95. "url": "git://github.com/es-shims/String.prototype.trimEnd.git"
  96. },
  97. "scripts": {
  98. "lint": "eslint .",
  99. "posttest": "npx aud --production",
  100. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  101. "pretest": "npm run lint && es-shim-api --bound",
  102. "test": "npm run tests-only",
  103. "test:module": "node test",
  104. "test:shimmed": "node test/shimmed",
  105. "tests-only": "npm run --silent test:shimmed && npm run --silent test:module",
  106. "version": "auto-changelog && git add CHANGELOG.md"
  107. },
  108. "version": "1.0.1"
  109. }