package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. {
  2. "_from": "es-abstract@^1.19.1",
  3. "_id": "es-abstract@1.19.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Aa2G2+Rd3b6kxEUKTF4TaW67czBLyAv3z7VOhYRU50YBx+bbsYZ9xQP4lMNazePuFlybXI0V4MruPos7qUo5fA==",
  6. "_location": "/es-abstract",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es-abstract@^1.19.1",
  12. "name": "es-abstract",
  13. "escapedName": "es-abstract",
  14. "rawSpec": "^1.19.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.19.1"
  17. },
  18. "_requiredBy": [
  19. "/array-includes",
  20. "/array.prototype.flat",
  21. "/object.getownpropertydescriptors",
  22. "/object.values",
  23. "/util.promisify"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.5.tgz",
  26. "_shasum": "a2cb01eb87f724e815b278b0dd0d00f36ca9a7f1",
  27. "_spec": "es-abstract@^1.19.1",
  28. "_where": "H:\\gs_nuxt\\node_modules\\object.values",
  29. "author": {
  30. "name": "Jordan Harband",
  31. "email": "ljharb@gmail.com",
  32. "url": "http://ljharb.codes"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/ljharb/es-abstract/issues"
  36. },
  37. "bundleDependencies": false,
  38. "contributors": [
  39. {
  40. "name": "Jordan Harband",
  41. "email": "ljharb@gmail.com",
  42. "url": "http://ljharb.codes"
  43. }
  44. ],
  45. "dependencies": {
  46. "call-bind": "^1.0.2",
  47. "es-to-primitive": "^1.2.1",
  48. "function-bind": "^1.1.1",
  49. "get-intrinsic": "^1.1.1",
  50. "get-symbol-description": "^1.0.0",
  51. "has": "^1.0.3",
  52. "has-symbols": "^1.0.3",
  53. "internal-slot": "^1.0.3",
  54. "is-callable": "^1.2.4",
  55. "is-negative-zero": "^2.0.2",
  56. "is-regex": "^1.1.4",
  57. "is-shared-array-buffer": "^1.0.2",
  58. "is-string": "^1.0.7",
  59. "is-weakref": "^1.0.2",
  60. "object-inspect": "^1.12.0",
  61. "object-keys": "^1.1.1",
  62. "object.assign": "^4.1.2",
  63. "string.prototype.trimend": "^1.0.4",
  64. "string.prototype.trimstart": "^1.0.4",
  65. "unbox-primitive": "^1.0.1"
  66. },
  67. "deprecated": false,
  68. "description": "ECMAScript spec abstract operations.",
  69. "devDependencies": {
  70. "@ljharb/eslint-config": "^21.0.0",
  71. "array.prototype.filter": "^1.0.1",
  72. "array.prototype.indexof": "^1.0.3",
  73. "aud": "^2.0.0",
  74. "cheerio": "=1.0.0-rc.3",
  75. "diff": "^5.0.0",
  76. "eclint": "^2.8.1",
  77. "es-value-fixtures": "^1.2.1",
  78. "eslint": "=8.8.0",
  79. "foreach": "^2.0.5",
  80. "functions-have-names": "^1.2.2",
  81. "has-bigints": "^1.0.1",
  82. "has-strict-mode": "^1.0.1",
  83. "in-publish": "^2.0.1",
  84. "make-arrow-function": "^1.2.0",
  85. "make-async-function": "^1.0.0",
  86. "make-async-generator-function": "^1.0.0",
  87. "make-generator-function": "^2.0.0",
  88. "nyc": "^10.3.2",
  89. "object.fromentries": "^2.0.5",
  90. "safe-publish-latest": "^2.0.0",
  91. "ses": "^0.10.4",
  92. "tape": "^5.5.3"
  93. },
  94. "engines": {
  95. "node": ">= 0.4"
  96. },
  97. "funding": {
  98. "url": "https://github.com/sponsors/ljharb"
  99. },
  100. "homepage": "https://github.com/ljharb/es-abstract#readme",
  101. "keywords": [
  102. "ECMAScript",
  103. "ES",
  104. "abstract",
  105. "operation",
  106. "abstract operation",
  107. "JavaScript",
  108. "ES5",
  109. "ES6",
  110. "ES7"
  111. ],
  112. "license": "MIT",
  113. "main": "index.js",
  114. "name": "es-abstract",
  115. "repository": {
  116. "type": "git",
  117. "url": "git://github.com/ljharb/es-abstract.git"
  118. },
  119. "scripts": {
  120. "eccheck": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
  121. "lint": "eslint .",
  122. "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add",
  123. "posttest": "aud --production",
  124. "prepublish": "not-in-publish || npm run prepublishOnly",
  125. "prepublishOnly": "safe-publish-latest && npm run spackle",
  126. "prespackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs rm || true",
  127. "pretest": "npm run lint",
  128. "spackle": "node operations/spackle 1",
  129. "test": "npm run tests-only && npm run test:ses",
  130. "test:ses": "node test/ses-compat",
  131. "tests-only": "nyc node test"
  132. },
  133. "sideEffects": false,
  134. "testling": {
  135. "files": "test/index.js",
  136. "browsers": [
  137. "iexplore/6.0..latest",
  138. "firefox/3.0..6.0",
  139. "firefox/15.0..latest",
  140. "firefox/nightly",
  141. "chrome/4.0..10.0",
  142. "chrome/20.0..latest",
  143. "chrome/canary",
  144. "opera/10.0..latest",
  145. "opera/next",
  146. "safari/4.0..latest",
  147. "ipad/6.0..latest",
  148. "iphone/6.0..latest",
  149. "android-browser/4.2"
  150. ]
  151. },
  152. "type": "commonjs",
  153. "version": "1.19.5"
  154. }