package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_args": [
  3. [
  4. "array.prototype.flat@1.2.3",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "array.prototype.flat@1.2.3",
  10. "_id": "array.prototype.flat@1.2.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ==",
  13. "_location": "/array.prototype.flat",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "array.prototype.flat@1.2.3",
  19. "name": "array.prototype.flat",
  20. "escapedName": "array.prototype.flat",
  21. "rawSpec": "1.2.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.3"
  24. },
  25. "_requiredBy": [
  26. "/eslint-plugin-import"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz",
  29. "_spec": "1.2.3",
  30. "_where": "E:\\item\\newItem\\admin",
  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.prototype.flat/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-next.1"
  49. },
  50. "description": "An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.",
  51. "devDependencies": {
  52. "@es-shims/api": "^2.1.2",
  53. "@ljharb/eslint-config": "^15.0.2",
  54. "covert": "^1.1.1",
  55. "eslint": "^6.7.2",
  56. "evalmd": "0.0.19",
  57. "function-bind": "^1.1.1",
  58. "nyc": "^10.3.2",
  59. "object-inspect": "^1.7.0",
  60. "safe-publish-latest": "^1.1.4",
  61. "tape": "^4.11.0"
  62. },
  63. "engines": {
  64. "node": ">= 0.4"
  65. },
  66. "funding": {
  67. "url": "https://github.com/sponsors/ljharb"
  68. },
  69. "greenkeeper": {
  70. "ignore": [
  71. "nyc"
  72. ]
  73. },
  74. "homepage": "https://github.com/es-shims/Array.prototype.flat#readme",
  75. "keywords": [
  76. "Array.prototype.flatten",
  77. "Array.prototype.flat",
  78. "flatten",
  79. "flat",
  80. "array",
  81. "ESnext",
  82. "shim",
  83. "polyfill",
  84. "flatMap",
  85. "Array.prototype.flatMap",
  86. "es-shim API"
  87. ],
  88. "license": "MIT",
  89. "main": "index.js",
  90. "name": "array.prototype.flat",
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/es-shims/Array.prototype.flat.git"
  94. },
  95. "scripts": {
  96. "coverage": "nyc npm run tests-only",
  97. "lint": "eslint test/*.js *.js",
  98. "posttest": "npx aud --production",
  99. "prepublish": "safe-publish-latest",
  100. "pretest": "npm run --silent lint && evalmd README.md",
  101. "pretests-only": "es-shim-api --bound",
  102. "test": "npm run --silent tests-only",
  103. "test:module": "node test",
  104. "test:shimmed": "node test/shimmed",
  105. "tests-only": "npm run --silent test:shimmed && npm run --silent test:module"
  106. },
  107. "testling": {
  108. "files": [
  109. "test/index.js",
  110. "test/shimmed.js"
  111. ],
  112. "browsers": [
  113. "iexplore/6.0..latest",
  114. "firefox/3.0..6.0",
  115. "firefox/15.0..latest",
  116. "firefox/nightly",
  117. "chrome/4.0..10.0",
  118. "chrome/20.0..latest",
  119. "chrome/canary",
  120. "opera/10.0..latest",
  121. "opera/next",
  122. "safari/4.0..latest",
  123. "ipad/6.0..latest",
  124. "iphone/6.0..latest",
  125. "android-browser/4.2"
  126. ]
  127. },
  128. "version": "1.2.3"
  129. }