package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. "array-includes@3.1.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "array-includes@3.1.1",
  10. "_id": "array-includes@3.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==",
  13. "_location": "/array-includes",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "array-includes@3.1.1",
  19. "name": "array-includes",
  20. "escapedName": "array-includes",
  21. "rawSpec": "3.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.1"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.1.tgz",
  29. "_spec": "3.1.1",
  30. "_where": "E:\\amr1.0\\AMR",
  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. "define-properties": "^1.1.3",
  48. "es-abstract": "^1.17.0",
  49. "is-string": "^1.0.5"
  50. },
  51. "description": "An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.",
  52. "devDependencies": {
  53. "@es-shims/api": "^2.1.2",
  54. "@ljharb/eslint-config": "^15.1.0",
  55. "covert": "^1.1.1",
  56. "eslint": "^6.8.0",
  57. "evalmd": "0.0.19",
  58. "foreach": "^2.0.5",
  59. "function-bind": "^1.1.1",
  60. "functions-have-names": "^1.2.0",
  61. "indexof": "^0.0.1",
  62. "tape": "^4.12.0"
  63. },
  64. "engines": {
  65. "node": ">= 0.4"
  66. },
  67. "funding": {
  68. "url": "https://github.com/sponsors/ljharb"
  69. },
  70. "homepage": "https://github.com/es-shims/array-includes#readme",
  71. "keywords": [
  72. "Array.prototype.includes",
  73. "includes",
  74. "array",
  75. "ES7",
  76. "shim",
  77. "polyfill",
  78. "contains",
  79. "Array.prototype.contains",
  80. "es-shim API"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "array-includes",
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/es-shims/array-includes.git"
  88. },
  89. "scripts": {
  90. "coverage": "covert test/*.js",
  91. "coverage:quiet": "covert test/*.js --quiet",
  92. "lint": "eslint .",
  93. "posttest": "npx aud",
  94. "pretest": "npm run --silent lint && evalmd README.md",
  95. "test": "npm run --silent tests-only",
  96. "test:module": "node test/index.js",
  97. "test:shimmed": "node test/shimmed.js",
  98. "tests-only": "es-shim-api --bound && npm run --silent test:shimmed && npm run --silent test:module"
  99. },
  100. "testling": {
  101. "files": [
  102. "test/index.js",
  103. "test/shimmed.js"
  104. ],
  105. "browsers": [
  106. "iexplore/6.0..latest",
  107. "firefox/3.0..6.0",
  108. "firefox/15.0..latest",
  109. "firefox/nightly",
  110. "chrome/4.0..10.0",
  111. "chrome/20.0..latest",
  112. "chrome/canary",
  113. "opera/10.0..latest",
  114. "opera/next",
  115. "safari/4.0..latest",
  116. "ipad/6.0..latest",
  117. "iphone/6.0..latest",
  118. "android-browser/4.2"
  119. ]
  120. },
  121. "version": "3.1.1"
  122. }