You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 3.3 KiB

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