package.json 2.9 KB

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