package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "_from": "es-abstract@^1.19.1",
  3. "_id": "es-abstract@1.19.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gfSBJoZdlL2xRiOCy0g8gLMryhoe1TlimjzU99L/31Z8QEGIhVQI+EWwt5lT+AuU9SnorVupXFqqOGqGfsyO6w==",
  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. "/object.getownpropertydescriptors",
  20. "/object.values",
  21. "/svgo/util.promisify"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.2.tgz",
  24. "_shasum": "8f7b696d8f15b167ae3640b4060670f3d054143f",
  25. "_spec": "es-abstract@^1.19.1",
  26. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\object.getownpropertydescriptors",
  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. "get-symbol-description": "^1.0.0",
  49. "has": "^1.0.3",
  50. "has-symbols": "^1.0.3",
  51. "internal-slot": "^1.0.3",
  52. "is-callable": "^1.2.4",
  53. "is-negative-zero": "^2.0.2",
  54. "is-regex": "^1.1.4",
  55. "is-shared-array-buffer": "^1.0.1",
  56. "is-string": "^1.0.7",
  57. "is-weakref": "^1.0.2",
  58. "object-inspect": "^1.12.0",
  59. "object-keys": "^1.1.1",
  60. "object.assign": "^4.1.2",
  61. "string.prototype.trimend": "^1.0.4",
  62. "string.prototype.trimstart": "^1.0.4",
  63. "unbox-primitive": "^1.0.1"
  64. },
  65. "deprecated": false,
  66. "description": "ECMAScript spec abstract operations.",
  67. "devDependencies": {
  68. "@ljharb/eslint-config": "^20.2.3",
  69. "array.prototype.filter": "^1.0.1",
  70. "array.prototype.indexof": "^1.0.3",
  71. "aud": "^2.0.0",
  72. "cheerio": "=1.0.0-rc.3",
  73. "diff": "^5.0.0",
  74. "eclint": "^2.8.1",
  75. "es-value-fixtures": "^1.2.1",
  76. "eslint": "=8.8.0",
  77. "foreach": "^2.0.5",
  78. "functions-have-names": "^1.2.2",
  79. "has-bigints": "^1.0.1",
  80. "has-strict-mode": "^1.0.1",
  81. "in-publish": "^2.0.1",
  82. "make-arrow-function": "^1.2.0",
  83. "make-async-function": "^1.0.0",
  84. "make-async-generator-function": "^1.0.0",
  85. "make-generator-function": "^2.0.0",
  86. "nyc": "^10.3.2",
  87. "object.fromentries": "^2.0.5",
  88. "safe-publish-latest": "^2.0.0",
  89. "ses": "^0.10.4",
  90. "tape": "^5.5.2"
  91. },
  92. "engines": {
  93. "node": ">= 0.4"
  94. },
  95. "funding": {
  96. "url": "https://github.com/sponsors/ljharb"
  97. },
  98. "homepage": "https://github.com/ljharb/es-abstract#readme",
  99. "keywords": [
  100. "ECMAScript",
  101. "ES",
  102. "abstract",
  103. "operation",
  104. "abstract operation",
  105. "JavaScript",
  106. "ES5",
  107. "ES6",
  108. "ES7"
  109. ],
  110. "license": "MIT",
  111. "main": "index.js",
  112. "name": "es-abstract",
  113. "repository": {
  114. "type": "git",
  115. "url": "git://github.com/ljharb/es-abstract.git"
  116. },
  117. "scripts": {
  118. "eccheck": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
  119. "lint": "eslint .",
  120. "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add",
  121. "posttest": "aud --production",
  122. "prepublish": "not-in-publish || npm run prepublishOnly",
  123. "prepublishOnly": "safe-publish-latest && npm run spackle",
  124. "prespackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs rm || true",
  125. "pretest": "npm run lint",
  126. "spackle": "node operations/spackle 1",
  127. "test": "npm run tests-only && npm run test:ses",
  128. "test:ses": "node test/ses-compat",
  129. "tests-only": "nyc node test"
  130. },
  131. "sideEffects": false,
  132. "testling": {
  133. "files": "test/index.js",
  134. "browsers": [
  135. "iexplore/6.0..latest",
  136. "firefox/3.0..6.0",
  137. "firefox/15.0..latest",
  138. "firefox/nightly",
  139. "chrome/4.0..10.0",
  140. "chrome/20.0..latest",
  141. "chrome/canary",
  142. "opera/10.0..latest",
  143. "opera/next",
  144. "safari/4.0..latest",
  145. "ipad/6.0..latest",
  146. "iphone/6.0..latest",
  147. "android-browser/4.2"
  148. ]
  149. },
  150. "type": "commonjs",
  151. "version": "1.19.2"
  152. }