package.json 3.3 KB

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