package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "array.prototype.reduce@^1.0.4",
  3. "_id": "array.prototype.reduce@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WnM+AjG/DvLRLo4DDl+r+SvCzYtD2Jd9oeBYMcEaI7t3fFrHY9M53/wdLcTvmZNQ70IU6Htj0emFkZ5TS+lrdw==",
  6. "_location": "/array.prototype.reduce",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array.prototype.reduce@^1.0.4",
  12. "name": "array.prototype.reduce",
  13. "escapedName": "array.prototype.reduce",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/object.getownpropertydescriptors"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.4.tgz",
  22. "_shasum": "8167e80089f78bff70a99e20bd4201d4663b0a6f",
  23. "_spec": "array.prototype.reduce@^1.0.4",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\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.2",
  43. "define-properties": "^1.1.3",
  44. "es-abstract": "^1.19.2",
  45. "es-array-method-boxes-properly": "^1.0.0",
  46. "is-string": "^1.0.7"
  47. },
  48. "deprecated": false,
  49. "description": "An ES5 spec-compliant `Array.prototype.reduce` shim/polyfill/replacement that works as far down as ES3.",
  50. "devDependencies": {
  51. "@es-shims/api": "^2.2.3",
  52. "@ljharb/eslint-config": "^21.0.0",
  53. "aud": "^2.0.0",
  54. "auto-changelog": "^2.4.0",
  55. "eslint": "=8.8.0",
  56. "evalmd": "^0.0.19",
  57. "functions-have-names": "^1.2.2",
  58. "has-strict-mode": "^1.0.1",
  59. "nyc": "^10.3.2",
  60. "safe-publish-latest": "^2.0.0",
  61. "tape": "^5.5.3"
  62. },
  63. "directories": {
  64. "test": "test"
  65. },
  66. "engines": {
  67. "node": ">= 0.4"
  68. },
  69. "funding": {
  70. "url": "https://github.com/sponsors/ljharb"
  71. },
  72. "homepage": "https://github.com/es-shims/Array.prototype.reduce#readme",
  73. "keywords": [
  74. "Array.prototype.reduce",
  75. "reduce",
  76. "array",
  77. "ES5",
  78. "shim",
  79. "polyfill",
  80. "es-shim API"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "array.prototype.reduce",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/es-shims/Array.prototype.reduce.git"
  88. },
  89. "scripts": {
  90. "lint": "eslint --ext=js,mjs .",
  91. "postlint": "es-shim-api --bound",
  92. "posttest": "aud --production",
  93. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  94. "prelint": "evalmd README.md",
  95. "prepublish": "not-in-publish || npm run prepublishOnly",
  96. "prepublishOnly": "safe-publish-latest",
  97. "pretest": "npm run lint",
  98. "test": "npm run tests-only",
  99. "testling": "npx testling --html > test.html",
  100. "tests-only": "nyc tape 'test/**/*.js'",
  101. "version": "auto-changelog && git add CHANGELOG.md"
  102. },
  103. "version": "1.0.4"
  104. }