package.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. {
  2. "_from": "es-abstract@^1.18.2",
  3. "_id": "es-abstract@1.18.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-JcTDOAonqiA8RLK2hbupTaMbY+A=",
  6. "_location": "/es-abstract",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es-abstract@^1.18.2",
  12. "name": "es-abstract",
  13. "escapedName": "es-abstract",
  14. "rawSpec": "^1.18.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.18.2"
  17. },
  18. "_requiredBy": [
  19. "/object.getownpropertydescriptors",
  20. "/object.values",
  21. "/util.promisify"
  22. ],
  23. "_resolved": "https://registry.nlark.com/es-abstract/download/es-abstract-1.18.3.tgz?cache=0&sync_timestamp=1622158524857&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fes-abstract%2Fdownload%2Fes-abstract-1.18.3.tgz",
  24. "_shasum": "25c4c3380a27aa203c44b2b685bba94da31b63e0",
  25. "_spec": "es-abstract@^1.18.2",
  26. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\object.values",
  27. "author": {
  28. "name": "Jordan Harband",
  29. "email": "ljharb@gmail.com",
  30. "url": "http://ljharb.codes"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/ljharb/es-abstract/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Jordan Harband",
  39. "email": "ljharb@gmail.com",
  40. "url": "http://ljharb.codes"
  41. }
  42. ],
  43. "dependencies": {
  44. "call-bind": "^1.0.2",
  45. "es-to-primitive": "^1.2.1",
  46. "function-bind": "^1.1.1",
  47. "get-intrinsic": "^1.1.1",
  48. "has": "^1.0.3",
  49. "has-symbols": "^1.0.2",
  50. "is-callable": "^1.2.3",
  51. "is-negative-zero": "^2.0.1",
  52. "is-regex": "^1.1.3",
  53. "is-string": "^1.0.6",
  54. "object-inspect": "^1.10.3",
  55. "object-keys": "^1.1.1",
  56. "object.assign": "^4.1.2",
  57. "string.prototype.trimend": "^1.0.4",
  58. "string.prototype.trimstart": "^1.0.4",
  59. "unbox-primitive": "^1.0.1"
  60. },
  61. "deprecated": false,
  62. "description": "ECMAScript spec abstract operations.",
  63. "devDependencies": {
  64. "@ljharb/eslint-config": "^17.6.0",
  65. "array.prototype.indexof": "^1.0.2",
  66. "aud": "^1.1.5",
  67. "cheerio": "=1.0.0-rc.3",
  68. "diff": "^5.0.0",
  69. "eclint": "^2.8.1",
  70. "es-value-fixtures": "^1.2.1",
  71. "eslint": "^7.27.0",
  72. "foreach": "^2.0.5",
  73. "functions-have-names": "^1.2.2",
  74. "has-bigints": "^1.0.1",
  75. "has-strict-mode": "^1.0.1",
  76. "in-publish": "^2.0.1",
  77. "make-arrow-function": "^1.2.0",
  78. "make-async-function": "^1.0.0",
  79. "make-async-generator-function": "^1.0.0",
  80. "make-generator-function": "^2.0.0",
  81. "nyc": "^10.3.2",
  82. "object.fromentries": "^2.0.4",
  83. "safe-publish-latest": "^1.1.4",
  84. "ses": "^0.10.4",
  85. "tape": "^5.2.2"
  86. },
  87. "engines": {
  88. "node": ">= 0.4"
  89. },
  90. "exports": {
  91. ".": "./index.js",
  92. "./package.json": "./package.json",
  93. "./2020/*": "./2020/*.js",
  94. "./2019/*": "./2019/*.js",
  95. "./2018/*": "./2018/*.js",
  96. "./2017/*": "./2017/*.js",
  97. "./2016/*": "./2016/*.js",
  98. "./2015/*": "./2015/*.js",
  99. "./helpers/*": "./helpers/*.js",
  100. "./5/*": "./5/*.js",
  101. "./": "./"
  102. },
  103. "funding": {
  104. "url": "https://github.com/sponsors/ljharb"
  105. },
  106. "greenkeeper": {
  107. "//": "nyc is ignored because it requires node 4+, and we support older than that",
  108. "ignore": [
  109. "nyc"
  110. ]
  111. },
  112. "homepage": "https://github.com/ljharb/es-abstract#readme",
  113. "keywords": [
  114. "ECMAScript",
  115. "ES",
  116. "abstract",
  117. "operation",
  118. "abstract operation",
  119. "JavaScript",
  120. "ES5",
  121. "ES6",
  122. "ES7"
  123. ],
  124. "license": "MIT",
  125. "main": "index.js",
  126. "name": "es-abstract",
  127. "repository": {
  128. "type": "git",
  129. "url": "git://github.com/ljharb/es-abstract.git"
  130. },
  131. "scripts": {
  132. "eccheck": "eclint check *.js **/*.js > /dev/null",
  133. "lint": "eslint .",
  134. "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add",
  135. "posttest": "aud --production",
  136. "prepublish": "not-in-publish || npm run prepublishOnly",
  137. "prepublishOnly": "safe-publish-latest && npm run spackle",
  138. "prespackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs rm || true",
  139. "pretest": "npm run lint",
  140. "spackle": "node operations/spackle 1",
  141. "test": "npm run tests-only && npm run test:ses",
  142. "test:ses": "node test/ses-compat",
  143. "tests-only": "nyc node test"
  144. },
  145. "sideEffects": false,
  146. "testling": {
  147. "files": "test/index.js",
  148. "browsers": [
  149. "iexplore/6.0..latest",
  150. "firefox/3.0..6.0",
  151. "firefox/15.0..latest",
  152. "firefox/nightly",
  153. "chrome/4.0..10.0",
  154. "chrome/20.0..latest",
  155. "chrome/canary",
  156. "opera/10.0..latest",
  157. "opera/next",
  158. "safari/4.0..latest",
  159. "ipad/6.0..latest",
  160. "iphone/6.0..latest",
  161. "android-browser/4.2"
  162. ]
  163. },
  164. "type": "commonjs",
  165. "version": "1.18.3"
  166. }