package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. "array-includes@3.1.3",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "array-includes@3.1.3",
  10. "_id": "array-includes@3.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-x/YZs4KtKvr1Mmzd/cCvxhr3aQo=",
  13. "_location": "/array-includes",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "array-includes@3.1.3",
  19. "name": "array-includes",
  20. "escapedName": "array-includes",
  21. "rawSpec": "3.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.3"
  24. },
  25. "_requiredBy": [
  26. "/eslint-plugin-import"
  27. ],
  28. "_resolved": "https://registry.nlark.com/array-includes/download/array-includes-3.1.3.tgz",
  29. "_spec": "3.1.3",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com",
  34. "url": "http://ljharb.codes"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/es-shims/array-includes/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Jordan Harband",
  42. "email": "ljharb@gmail.com",
  43. "url": "http://ljharb.codes"
  44. }
  45. ],
  46. "dependencies": {
  47. "call-bind": "^1.0.2",
  48. "define-properties": "^1.1.3",
  49. "es-abstract": "^1.18.0-next.2",
  50. "get-intrinsic": "^1.1.1",
  51. "is-string": "^1.0.5"
  52. },
  53. "description": "An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.",
  54. "devDependencies": {
  55. "@es-shims/api": "^2.1.2",
  56. "@ljharb/eslint-config": "^17.5.1",
  57. "aud": "^1.1.4",
  58. "eslint": "^7.20.0",
  59. "evalmd": "0.0.19",
  60. "foreach": "^2.0.5",
  61. "function-bind": "^1.1.1",
  62. "functions-have-names": "^1.2.2",
  63. "has-strict-mode": "^1.0.1",
  64. "indexof": "^0.0.1",
  65. "nyc": "^10.3.2",
  66. "safe-publish-latest": "^1.1.4",
  67. "tape": "^5.2.0"
  68. },
  69. "engines": {
  70. "node": ">= 0.4"
  71. },
  72. "funding": {
  73. "url": "https://github.com/sponsors/ljharb"
  74. },
  75. "homepage": "https://github.com/es-shims/array-includes#readme",
  76. "keywords": [
  77. "Array.prototype.includes",
  78. "includes",
  79. "array",
  80. "ES7",
  81. "shim",
  82. "polyfill",
  83. "contains",
  84. "Array.prototype.contains",
  85. "es-shim API"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "name": "array-includes",
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/es-shims/array-includes.git"
  93. },
  94. "scripts": {
  95. "lint": "eslint .",
  96. "postlint": "es-shim-api --bound",
  97. "posttest": "npx aud --production",
  98. "prepublish": "safe-publish-latest",
  99. "pretest": "npm run --silent lint && evalmd README.md",
  100. "test": "npm run --silent tests-only",
  101. "tests-only": "nyc tape 'test/**/*.js'"
  102. },
  103. "testling": {
  104. "files": [
  105. "test/index.js",
  106. "test/implementation.js",
  107. "test/shimmed.js"
  108. ],
  109. "browsers": [
  110. "iexplore/6.0..latest",
  111. "firefox/3.0..6.0",
  112. "firefox/15.0..latest",
  113. "firefox/nightly",
  114. "chrome/4.0..10.0",
  115. "chrome/20.0..latest",
  116. "chrome/canary",
  117. "opera/10.0..latest",
  118. "opera/next",
  119. "safari/4.0..latest",
  120. "ipad/6.0..latest",
  121. "iphone/6.0..latest",
  122. "android-browser/4.2"
  123. ]
  124. },
  125. "version": "3.1.3"
  126. }