package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_from": "array-includes@^3.0.3",
  3. "_id": "array-includes@3.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-GEtI9i2S10UrsxsyMWXH+L0CJm0=",
  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.0.3.tgz",
  22. "_shasum": "184b48f62d92d7452bb31b323165c7f8bd02266d",
  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/ljharb/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.2",
  43. "es-abstract": "^1.7.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": "^1.2.0",
  49. "@ljharb/eslint-config": "^11.0.0",
  50. "covert": "^1.1.0",
  51. "eslint": "^3.19.0",
  52. "evalmd": "^0.0.17",
  53. "foreach": "^2.0.5",
  54. "function-bind": "^1.1.0",
  55. "indexof": "^0.0.1",
  56. "jscs": "^3.0.7",
  57. "nsp": "^2.6.3",
  58. "replace": "^0.3.0",
  59. "semver": "^5.3.0",
  60. "tape": "^4.6.3"
  61. },
  62. "engines": {
  63. "node": ">= 0.4"
  64. },
  65. "homepage": "https://github.com/ljharb/array-includes#readme",
  66. "keywords": [
  67. "Array.prototype.includes",
  68. "includes",
  69. "array",
  70. "ES7",
  71. "shim",
  72. "polyfill",
  73. "contains",
  74. "Array.prototype.contains",
  75. "es-shim API"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "array-includes",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/ljharb/array-includes.git"
  83. },
  84. "scripts": {
  85. "coverage": "covert test/*.js",
  86. "coverage:quiet": "covert test/*.js --quiet",
  87. "eslint": "eslint test/*.js *.js",
  88. "jscs": "jscs test/*.js *.js",
  89. "lint": "npm run --silent jscs && npm run --silent eslint",
  90. "posttest": "npm run --silent security",
  91. "pretest": "npm run --silent lint && evalmd README.md",
  92. "security": "nsp check",
  93. "test": "npm run --silent tests-only",
  94. "test:module": "node test/index.js",
  95. "test:shimmed": "node test/shimmed.js",
  96. "tests-only": "es-shim-api --bound && npm run --silent test:shimmed && npm run --silent test:module"
  97. },
  98. "testling": {
  99. "files": [
  100. "test/index.js",
  101. "test/shimmed.js"
  102. ],
  103. "browsers": [
  104. "iexplore/6.0..latest",
  105. "firefox/3.0..6.0",
  106. "firefox/15.0..latest",
  107. "firefox/nightly",
  108. "chrome/4.0..10.0",
  109. "chrome/20.0..latest",
  110. "chrome/canary",
  111. "opera/10.0..latest",
  112. "opera/next",
  113. "safari/4.0..latest",
  114. "ipad/6.0..latest",
  115. "iphone/6.0..latest",
  116. "android-browser/4.2"
  117. ]
  118. },
  119. "version": "3.0.3"
  120. }