package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. {
  2. "_args": [
  3. [
  4. "array-includes@^3.0.3",
  5. "/home/seleznev/project Angular/Quality system/node_modules/webpack-dev-server"
  6. ]
  7. ],
  8. "_from": "array-includes@>=3.0.3 <4.0.0",
  9. "_id": "array-includes@3.0.3",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/array-includes",
  13. "_nodeVersion": "7.9.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/array-includes-3.0.3.tgz_1492584332066_0.8674911158159375"
  17. },
  18. "_npmUser": {
  19. "email": "ljharb@gmail.com",
  20. "name": "ljharb"
  21. },
  22. "_npmVersion": "4.2.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "array-includes",
  26. "raw": "array-includes@^3.0.3",
  27. "rawSpec": "^3.0.3",
  28. "scope": null,
  29. "spec": ">=3.0.3 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/webpack-dev-server"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.0.3.tgz",
  36. "_shasum": "184b48f62d92d7452bb31b323165c7f8bd02266d",
  37. "_shrinkwrap": null,
  38. "_spec": "array-includes@^3.0.3",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/webpack-dev-server",
  40. "author": {
  41. "email": "ljharb@gmail.com",
  42. "name": "Jordan Harband",
  43. "url": "http://ljharb.codes"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/ljharb/array-includes/issues"
  47. },
  48. "contributors": [
  49. {
  50. "name": "Jordan Harband",
  51. "email": "ljharb@gmail.com",
  52. "url": "http://ljharb.codes"
  53. }
  54. ],
  55. "dependencies": {
  56. "define-properties": "^1.1.2",
  57. "es-abstract": "^1.7.0"
  58. },
  59. "description": "An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.",
  60. "devDependencies": {
  61. "@es-shims/api": "^1.2.0",
  62. "@ljharb/eslint-config": "^11.0.0",
  63. "covert": "^1.1.0",
  64. "eslint": "^3.19.0",
  65. "evalmd": "^0.0.17",
  66. "foreach": "^2.0.5",
  67. "function-bind": "^1.1.0",
  68. "indexof": "^0.0.1",
  69. "jscs": "^3.0.7",
  70. "nsp": "^2.6.3",
  71. "replace": "^0.3.0",
  72. "semver": "^5.3.0",
  73. "tape": "^4.6.3"
  74. },
  75. "directories": {},
  76. "dist": {
  77. "shasum": "184b48f62d92d7452bb31b323165c7f8bd02266d",
  78. "tarball": "https://registry.npmjs.org/array-includes/-/array-includes-3.0.3.tgz"
  79. },
  80. "engines": {
  81. "node": ">= 0.4"
  82. },
  83. "gitHead": "b9917e420980b2373898a8ed912e44d4c3d20bd0",
  84. "homepage": "https://github.com/ljharb/array-includes#readme",
  85. "keywords": [
  86. "Array.prototype.contains",
  87. "Array.prototype.includes",
  88. "ES7",
  89. "array",
  90. "contains",
  91. "es-shim API",
  92. "includes",
  93. "polyfill",
  94. "shim"
  95. ],
  96. "license": "MIT",
  97. "main": "index.js",
  98. "maintainers": [
  99. {
  100. "name": "ljharb",
  101. "email": "ljharb@gmail.com"
  102. }
  103. ],
  104. "name": "array-includes",
  105. "optionalDependencies": {},
  106. "readme": "ERROR: No README data found!",
  107. "repository": {
  108. "type": "git",
  109. "url": "git://github.com/ljharb/array-includes.git"
  110. },
  111. "scripts": {
  112. "coverage": "covert test/*.js",
  113. "coverage:quiet": "covert test/*.js --quiet",
  114. "eslint": "eslint test/*.js *.js",
  115. "jscs": "jscs test/*.js *.js",
  116. "lint": "npm run --silent jscs && npm run --silent eslint",
  117. "posttest": "npm run --silent security",
  118. "pretest": "npm run --silent lint && evalmd README.md",
  119. "security": "nsp check",
  120. "test": "npm run --silent tests-only",
  121. "test:module": "node test/index.js",
  122. "test:shimmed": "node test/shimmed.js",
  123. "tests-only": "es-shim-api --bound && npm run --silent test:shimmed && npm run --silent test:module"
  124. },
  125. "testling": {
  126. "browsers": [
  127. "android-browser/4.2",
  128. "chrome/20.0..latest",
  129. "chrome/4.0..10.0",
  130. "chrome/canary",
  131. "firefox/15.0..latest",
  132. "firefox/3.0..6.0",
  133. "firefox/nightly",
  134. "iexplore/6.0..latest",
  135. "ipad/6.0..latest",
  136. "iphone/6.0..latest",
  137. "opera/10.0..latest",
  138. "opera/next",
  139. "safari/4.0..latest"
  140. ],
  141. "files": [
  142. "test/index.js",
  143. "test/shimmed.js"
  144. ]
  145. },
  146. "version": "3.0.3"
  147. }