package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_from": "array-includes@^3.0.3",
  3. "_id": "array-includes@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ONOEQoKrvXPKk7Su92Co0YMqYO32FfqJTzkKU9u2UpIXyYZIzLSvpdg4AwvSw4mSUW0czu6inK+zby6Oj6gDjQ==",
  6. "_location": "/array-includes",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array-includes@^3.0.3",
  12. "name": "array-includes",
  13. "escapedName": "array-includes",
  14. "rawSpec": "^3.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.3"
  17. },
  18. "_requiredBy": [
  19. "/webpack-dev-server"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.0.tgz",
  22. "_shasum": "48a929ef4c6bb1fa6dc4a92c9b023a261b0ca404",
  23. "_spec": "array-includes@^3.0.3",
  24. "_where": "D:\\workSpace\\dealer_front\\node_modules\\webpack-dev-server",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com",
  28. "url": "http://ljharb.codes"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/es-shims/array-includes/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Jordan Harband",
  37. "email": "ljharb@gmail.com",
  38. "url": "http://ljharb.codes"
  39. }
  40. ],
  41. "dependencies": {
  42. "define-properties": "^1.1.3",
  43. "es-abstract": "^1.17.0-next.0"
  44. },
  45. "deprecated": false,
  46. "description": "An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.",
  47. "devDependencies": {
  48. "@es-shims/api": "^2.1.2",
  49. "@ljharb/eslint-config": "^15.0.2",
  50. "covert": "^1.1.1",
  51. "eslint": "^6.7.2",
  52. "evalmd": "0.0.19",
  53. "foreach": "^2.0.5",
  54. "function-bind": "^1.1.1",
  55. "functions-have-names": "^1.2.0",
  56. "indexof": "^0.0.1",
  57. "replace": "^1.1.1",
  58. "semver": "^6.3.0",
  59. "tape": "^4.11.0"
  60. },
  61. "engines": {
  62. "node": ">= 0.4"
  63. },
  64. "funding": {
  65. "url": "https://github.com/sponsors/ljharb"
  66. },
  67. "homepage": "https://github.com/es-shims/array-includes#readme",
  68. "keywords": [
  69. "Array.prototype.includes",
  70. "includes",
  71. "array",
  72. "ES7",
  73. "shim",
  74. "polyfill",
  75. "contains",
  76. "Array.prototype.contains",
  77. "es-shim API"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "array-includes",
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/es-shims/array-includes.git"
  85. },
  86. "scripts": {
  87. "coverage": "covert test/*.js",
  88. "coverage:quiet": "covert test/*.js --quiet",
  89. "lint": "eslint .",
  90. "posttest": "npx aud",
  91. "pretest": "npm run --silent lint && evalmd README.md",
  92. "test": "npm run --silent tests-only",
  93. "test:module": "node test/index.js",
  94. "test:shimmed": "node test/shimmed.js",
  95. "tests-only": "es-shim-api --bound && npm run --silent test:shimmed && npm run --silent test:module"
  96. },
  97. "testling": {
  98. "files": [
  99. "test/index.js",
  100. "test/shimmed.js"
  101. ],
  102. "browsers": [
  103. "iexplore/6.0..latest",
  104. "firefox/3.0..6.0",
  105. "firefox/15.0..latest",
  106. "firefox/nightly",
  107. "chrome/4.0..10.0",
  108. "chrome/20.0..latest",
  109. "chrome/canary",
  110. "opera/10.0..latest",
  111. "opera/next",
  112. "safari/4.0..latest",
  113. "ipad/6.0..latest",
  114. "iphone/6.0..latest",
  115. "android-browser/4.2"
  116. ]
  117. },
  118. "version": "3.1.0"
  119. }