package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. {
  2. "_args": [
  3. [
  4. "array-includes@3.1.6",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "array-includes@3.1.6",
  10. "_id": "array-includes@3.1.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==",
  13. "_location": "/array-includes",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "array-includes@3.1.6",
  19. "name": "array-includes",
  20. "escapedName": "array-includes",
  21. "rawSpec": "3.1.6",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.6"
  24. },
  25. "_requiredBy": [
  26. "/eslint-plugin-import",
  27. "/webpack-dev-server"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz",
  30. "_spec": "3.1.6",
  31. "_where": "E:\\2023\\5\\myjadmin",
  32. "author": {
  33. "name": "Jordan Harband",
  34. "email": "ljharb@gmail.com",
  35. "url": "http://ljharb.codes"
  36. },
  37. "auto-changelog": {
  38. "output": "CHANGELOG.md",
  39. "template": "keepachangelog",
  40. "unreleased": false,
  41. "commitLimit": false,
  42. "backfillLimit": false,
  43. "hideCredit": true,
  44. "startingVersion": "3.1.6"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/es-shims/array-includes/issues"
  48. },
  49. "contributors": [
  50. {
  51. "name": "Jordan Harband",
  52. "email": "ljharb@gmail.com",
  53. "url": "http://ljharb.codes"
  54. }
  55. ],
  56. "dependencies": {
  57. "call-bind": "^1.0.2",
  58. "define-properties": "^1.1.4",
  59. "es-abstract": "^1.20.4",
  60. "get-intrinsic": "^1.1.3",
  61. "is-string": "^1.0.7"
  62. },
  63. "description": "An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.",
  64. "devDependencies": {
  65. "@es-shims/api": "^2.2.3",
  66. "@ljharb/eslint-config": "^21.0.0",
  67. "aud": "^2.0.1",
  68. "auto-changelog": "^2.4.0",
  69. "eslint": "=8.8.0",
  70. "evalmd": "^0.0.19",
  71. "function-bind": "^1.1.1",
  72. "functions-have-names": "^1.2.3",
  73. "has-strict-mode": "^1.0.1",
  74. "in-publish": "^2.0.1",
  75. "indexof": "^0.0.1",
  76. "npmignore": "^0.3.0",
  77. "nyc": "^10.3.2",
  78. "safe-publish-latest": "^2.0.0",
  79. "tape": "^5.6.1"
  80. },
  81. "engines": {
  82. "node": ">= 0.4"
  83. },
  84. "funding": {
  85. "url": "https://github.com/sponsors/ljharb"
  86. },
  87. "homepage": "https://github.com/es-shims/array-includes#readme",
  88. "keywords": [
  89. "Array.prototype.includes",
  90. "includes",
  91. "array",
  92. "ES7",
  93. "shim",
  94. "polyfill",
  95. "contains",
  96. "Array.prototype.contains",
  97. "es-shim API"
  98. ],
  99. "license": "MIT",
  100. "main": "index.js",
  101. "name": "array-includes",
  102. "publishConfig": {
  103. "ignore": [
  104. ".github/workflows"
  105. ]
  106. },
  107. "repository": {
  108. "type": "git",
  109. "url": "git://github.com/es-shims/array-includes.git"
  110. },
  111. "scripts": {
  112. "lint": "eslint --ext=js,mjs .",
  113. "postlint": "es-shim-api --bound",
  114. "posttest": "aud --production",
  115. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  116. "prelint": "evalmd README.md",
  117. "prepack": "npmignore --auto --commentLines=autogenerated",
  118. "prepublish": "not-in-publish || npm run prepublishOnly",
  119. "prepublishOnly": "safe-publish-latest",
  120. "pretest": "npm run --silent lint",
  121. "test": "npm run --silent tests-only",
  122. "tests-only": "nyc tape 'test/**/*.js'",
  123. "version": "auto-changelog && git add CHANGELOG.md"
  124. },
  125. "testling": {
  126. "files": [
  127. "test/index.js",
  128. "test/implementation.js",
  129. "test/shimmed.js"
  130. ],
  131. "browsers": [
  132. "iexplore/6.0..latest",
  133. "firefox/3.0..6.0",
  134. "firefox/15.0..latest",
  135. "firefox/nightly",
  136. "chrome/4.0..10.0",
  137. "chrome/20.0..latest",
  138. "chrome/canary",
  139. "opera/10.0..latest",
  140. "opera/next",
  141. "safari/4.0..latest",
  142. "ipad/6.0..latest",
  143. "iphone/6.0..latest",
  144. "android-browser/4.2"
  145. ]
  146. },
  147. "version": "3.1.6"
  148. }