package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_from": "array.prototype.flat@^1.2.4",
  3. "_id": "array.prototype.flat@1.2.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==",
  6. "_location": "/array.prototype.flat",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array.prototype.flat@^1.2.4",
  12. "name": "array.prototype.flat",
  13. "escapedName": "array.prototype.flat",
  14. "rawSpec": "^1.2.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.4"
  17. },
  18. "_requiredBy": [
  19. "/eslint-plugin-import"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz",
  22. "_shasum": "6ef638b43312bd401b4c6199fdec7e2dc9e9a123",
  23. "_spec": "array.prototype.flat@^1.2.4",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\eslint-plugin-import",
  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.prototype.flat/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. "call-bind": "^1.0.0",
  43. "define-properties": "^1.1.3",
  44. "es-abstract": "^1.18.0-next.1"
  45. },
  46. "deprecated": false,
  47. "description": "An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.",
  48. "devDependencies": {
  49. "@es-shims/api": "^2.1.2",
  50. "@ljharb/eslint-config": "^17.2.0",
  51. "aud": "^1.1.3",
  52. "covert": "^1.1.1",
  53. "eslint": "^7.13.0",
  54. "evalmd": "^0.0.19",
  55. "function-bind": "^1.1.1",
  56. "has-strict-mode": "^1.0.0",
  57. "nyc": "^10.3.2",
  58. "object-inspect": "^1.8.0",
  59. "safe-publish-latest": "^1.1.4",
  60. "tape": "^5.0.1"
  61. },
  62. "engines": {
  63. "node": ">= 0.4"
  64. },
  65. "funding": {
  66. "url": "https://github.com/sponsors/ljharb"
  67. },
  68. "greenkeeper": {
  69. "ignore": [
  70. "nyc"
  71. ]
  72. },
  73. "homepage": "https://github.com/es-shims/Array.prototype.flat#readme",
  74. "keywords": [
  75. "Array.prototype.flatten",
  76. "Array.prototype.flat",
  77. "flatten",
  78. "flat",
  79. "array",
  80. "ESnext",
  81. "shim",
  82. "polyfill",
  83. "flatMap",
  84. "Array.prototype.flatMap",
  85. "es-shim API"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "name": "array.prototype.flat",
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/es-shims/Array.prototype.flat.git"
  93. },
  94. "scripts": {
  95. "lint": "eslint .",
  96. "postlint": "es-shim-api --bound",
  97. "posttest": "aud --production",
  98. "prepublish": "safe-publish-latest",
  99. "pretest": "npm run --silent lint && evalmd README.md",
  100. "test": "npm run tests-only",
  101. "tests-only": "nyc tape 'test/**/*.js'"
  102. },
  103. "testling": {
  104. "files": [
  105. "test/index.js",
  106. "test/shimmed.js"
  107. ],
  108. "browsers": [
  109. "iexplore/6.0..latest",
  110. "firefox/3.0..6.0",
  111. "firefox/15.0..latest",
  112. "firefox/nightly",
  113. "chrome/4.0..10.0",
  114. "chrome/20.0..latest",
  115. "chrome/canary",
  116. "opera/10.0..latest",
  117. "opera/next",
  118. "safari/4.0..latest",
  119. "ipad/6.0..latest",
  120. "iphone/6.0..latest",
  121. "android-browser/4.2"
  122. ]
  123. },
  124. "version": "1.2.4"
  125. }