package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_args": [
  3. [
  4. "array.prototype.flat@1.2.4",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "array.prototype.flat@1.2.4",
  10. "_id": "array.prototype.flat@1.2.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-bvY4tDMSvUAbTGGZ/ex+LcnpoSM=",
  13. "_location": "/array.prototype.flat",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "array.prototype.flat@1.2.4",
  19. "name": "array.prototype.flat",
  20. "escapedName": "array.prototype.flat",
  21. "rawSpec": "1.2.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.4"
  24. },
  25. "_requiredBy": [
  26. "/eslint-plugin-import"
  27. ],
  28. "_resolved": "https://registry.nlark.com/array.prototype.flat/download/array.prototype.flat-1.2.4.tgz",
  29. "_spec": "1.2.4",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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. "call-bind": "^1.0.0",
  48. "define-properties": "^1.1.3",
  49. "es-abstract": "^1.18.0-next.1"
  50. },
  51. "description": "An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.",
  52. "devDependencies": {
  53. "@es-shims/api": "^2.1.2",
  54. "@ljharb/eslint-config": "^17.2.0",
  55. "aud": "^1.1.3",
  56. "covert": "^1.1.1",
  57. "eslint": "^7.13.0",
  58. "evalmd": "^0.0.19",
  59. "function-bind": "^1.1.1",
  60. "has-strict-mode": "^1.0.0",
  61. "nyc": "^10.3.2",
  62. "object-inspect": "^1.8.0",
  63. "safe-publish-latest": "^1.1.4",
  64. "tape": "^5.0.1"
  65. },
  66. "engines": {
  67. "node": ">= 0.4"
  68. },
  69. "funding": {
  70. "url": "https://github.com/sponsors/ljharb"
  71. },
  72. "greenkeeper": {
  73. "ignore": [
  74. "nyc"
  75. ]
  76. },
  77. "homepage": "https://github.com/es-shims/Array.prototype.flat#readme",
  78. "keywords": [
  79. "Array.prototype.flatten",
  80. "Array.prototype.flat",
  81. "flatten",
  82. "flat",
  83. "array",
  84. "ESnext",
  85. "shim",
  86. "polyfill",
  87. "flatMap",
  88. "Array.prototype.flatMap",
  89. "es-shim API"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "name": "array.prototype.flat",
  94. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/es-shims/Array.prototype.flat.git"
  97. },
  98. "scripts": {
  99. "lint": "eslint .",
  100. "postlint": "es-shim-api --bound",
  101. "posttest": "aud --production",
  102. "prepublish": "safe-publish-latest",
  103. "pretest": "npm run --silent lint && evalmd README.md",
  104. "test": "npm run tests-only",
  105. "tests-only": "nyc tape 'test/**/*.js'"
  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.4"
  129. }