package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "_from": "string.prototype.trim@^1.2.10",
  3. "_id": "string.prototype.trim@1.2.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
  6. "_location": "/string.prototype.trim",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "string.prototype.trim@^1.2.10",
  12. "name": "string.prototype.trim",
  13. "escapedName": "string.prototype.trim",
  14. "rawSpec": "^1.2.10",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.10"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
  22. "_shasum": "40b2dd5ee94c959b4dcfb1d65ce72e90da480c81",
  23. "_spec": "string.prototype.trim@^1.2.10",
  24. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\es-abstract",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com",
  28. "url": "http://ljharb.codes"
  29. },
  30. "auto-changelog": {
  31. "output": "CHANGELOG.md",
  32. "template": "keepachangelog",
  33. "unreleased": false,
  34. "commitLimit": false,
  35. "backfillLimit": false,
  36. "hideCredit": true
  37. },
  38. "bugs": {
  39. "url": "https://github.com/es-shims/String.prototype.trim/issues"
  40. },
  41. "bundleDependencies": false,
  42. "contributors": [
  43. {
  44. "name": "Jordan Harband",
  45. "email": "ljharb@gmail.com",
  46. "url": "http://ljharb.codes"
  47. }
  48. ],
  49. "dependencies": {
  50. "call-bind": "^1.0.8",
  51. "call-bound": "^1.0.2",
  52. "define-data-property": "^1.1.4",
  53. "define-properties": "^1.2.1",
  54. "es-abstract": "^1.23.5",
  55. "es-object-atoms": "^1.0.0",
  56. "has-property-descriptors": "^1.0.2"
  57. },
  58. "deprecated": false,
  59. "description": "ES5 spec-compliant shim for String.prototype.trim",
  60. "devDependencies": {
  61. "@es-shims/api": "^2.5.1",
  62. "@ljharb/eslint-config": "^21.1.1",
  63. "auto-changelog": "^2.5.0",
  64. "encoding": "^0.1.13",
  65. "eslint": "=8.8.0",
  66. "for-each": "^0.3.3",
  67. "functions-have-names": "^1.2.3",
  68. "has-strict-mode": "^1.0.1",
  69. "in-publish": "^2.0.1",
  70. "npmignore": "^0.3.1",
  71. "nyc": "^10.3.2",
  72. "safe-publish-latest": "^2.0.0",
  73. "tape": "^5.9.0"
  74. },
  75. "engines": {
  76. "node": ">= 0.4"
  77. },
  78. "funding": {
  79. "url": "https://github.com/sponsors/ljharb"
  80. },
  81. "homepage": "https://github.com/es-shims/String.prototype.trim#readme",
  82. "keywords": [
  83. "String.prototype.trim",
  84. "string",
  85. "ES5",
  86. "shim",
  87. "trim",
  88. "polyfill",
  89. "es-shim API"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "name": "string.prototype.trim",
  94. "publishConfig": {
  95. "ignore": [
  96. ".github/workflows"
  97. ]
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git://github.com/es-shims/String.prototype.trim.git"
  102. },
  103. "scripts": {
  104. "lint": "eslint --ext=js,mjs .",
  105. "postlint": "es-shim-api --bound",
  106. "posttest": "npx npm@'>= 10.2' audit --production",
  107. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  108. "prepack": "npmignore --auto --commentLines=autogenerated",
  109. "prepublish": "not-in-publish || npm run prepublishOnly",
  110. "prepublishOnly": "safe-publish-latest",
  111. "pretest": "npm run lint",
  112. "test": "npm run tests-only",
  113. "tests-only": "nyc tape 'test/**/*.js'",
  114. "version": "auto-changelog && git add CHANGELOG.md"
  115. },
  116. "testling": {
  117. "files": "test/index.js",
  118. "browsers": [
  119. "iexplore/9.0..latest",
  120. "firefox/4.0..6.0",
  121. "firefox/15.0..latest",
  122. "firefox/nightly",
  123. "chrome/4.0..10.0",
  124. "chrome/20.0..latest",
  125. "chrome/canary",
  126. "opera/11.6..latest",
  127. "opera/next",
  128. "safari/5.0..latest",
  129. "ipad/6.0..latest",
  130. "iphone/6.0..latest",
  131. "android-browser/4.2"
  132. ]
  133. },
  134. "version": "1.2.10"
  135. }