package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "array.prototype.reduce@^1.0.6",
  3. "_id": "array.prototype.reduce@1.0.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DwuEqgXFBwbmZSRqt3BpQigWNUoqw9Ml2dTWdF3B2zQlQX4OeUE0zyuzX0fX0IbTvjdkZbcBTU3idgpO78qkTw==",
  6. "_location": "/array.prototype.reduce",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array.prototype.reduce@^1.0.6",
  12. "name": "array.prototype.reduce",
  13. "escapedName": "array.prototype.reduce",
  14. "rawSpec": "^1.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.6"
  17. },
  18. "_requiredBy": [
  19. "/object.getownpropertydescriptors"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/array.prototype.reduce/-/array.prototype.reduce-1.0.8.tgz",
  22. "_shasum": "42f97f5078daedca687d4463fd3c05cbfd83da57",
  23. "_spec": "array.prototype.reduce@^1.0.6",
  24. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\object.getownpropertydescriptors",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "auto-changelog": {
  30. "output": "CHANGELOG.md",
  31. "template": "keepachangelog",
  32. "unreleased": false,
  33. "commitLimit": false,
  34. "backfillLimit": false,
  35. "hideCredit": true
  36. },
  37. "bugs": {
  38. "url": "https://github.com/es-shims/Array.prototype.reduce/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "call-bind": "^1.0.8",
  43. "call-bound": "^1.0.4",
  44. "define-properties": "^1.2.1",
  45. "es-abstract": "^1.23.9",
  46. "es-array-method-boxes-properly": "^1.0.0",
  47. "es-errors": "^1.3.0",
  48. "es-object-atoms": "^1.1.1",
  49. "is-string": "^1.1.1"
  50. },
  51. "deprecated": false,
  52. "description": "An ES5 spec-compliant `Array.prototype.reduce` shim/polyfill/replacement that works as far down as ES3.",
  53. "devDependencies": {
  54. "@es-shims/api": "^2.5.1",
  55. "@ljharb/eslint-config": "^21.1.1",
  56. "auto-changelog": "^2.5.0",
  57. "encoding": "^0.1.13",
  58. "eslint": "=8.8.0",
  59. "evalmd": "^0.0.19",
  60. "functions-have-names": "^1.2.3",
  61. "has-strict-mode": "^1.1.0",
  62. "in-publish": "^2.0.1",
  63. "npmignore": "^0.3.1",
  64. "nyc": "^10.3.2",
  65. "safe-publish-latest": "^2.0.0",
  66. "tape": "^5.9.0"
  67. },
  68. "directories": {
  69. "test": "test"
  70. },
  71. "engines": {
  72. "node": ">= 0.4"
  73. },
  74. "funding": {
  75. "url": "https://github.com/sponsors/ljharb"
  76. },
  77. "homepage": "https://github.com/es-shims/Array.prototype.reduce#readme",
  78. "keywords": [
  79. "Array.prototype.reduce",
  80. "reduce",
  81. "array",
  82. "ES5",
  83. "shim",
  84. "polyfill",
  85. "es-shim API"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "name": "array.prototype.reduce",
  90. "publishConfig": {
  91. "ignore": [
  92. ".github/workflows"
  93. ]
  94. },
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/es-shims/Array.prototype.reduce.git"
  98. },
  99. "scripts": {
  100. "lint": "eslint --ext=js,mjs .",
  101. "postlint": "es-shim-api --bound",
  102. "posttest": "npx npm@\">= 10.2\" audit --production",
  103. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  104. "prelint": "evalmd README.md",
  105. "prepack": "npmignore --auto --commentLines=autogenerated",
  106. "prepublish": "not-in-publish || npm run prepublishOnly",
  107. "prepublishOnly": "safe-publish-latest",
  108. "pretest": "npm run lint",
  109. "test": "npm run tests-only",
  110. "testling": "npx testling --html > test.html",
  111. "tests-only": "nyc tape 'test/**/*.js'",
  112. "version": "auto-changelog && git add CHANGELOG.md"
  113. },
  114. "version": "1.0.8"
  115. }