package.json 4.8 KB

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