package.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. {
  2. "name": "es-abstract",
  3. "version": "1.22.4",
  4. "author": {
  5. "name": "Jordan Harband",
  6. "email": "ljharb@gmail.com",
  7. "url": "http://ljharb.codes"
  8. },
  9. "funding": {
  10. "url": "https://github.com/sponsors/ljharb"
  11. },
  12. "contributors": [
  13. {
  14. "name": "Jordan Harband",
  15. "email": "ljharb@gmail.com",
  16. "url": "http://ljharb.codes"
  17. }
  18. ],
  19. "description": "ECMAScript spec abstract operations.",
  20. "license": "MIT",
  21. "main": "index.js",
  22. "browser": {
  23. "worker_threads": false
  24. },
  25. "type": "commonjs",
  26. "sideEffects": false,
  27. "scripts": {
  28. "prespackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs rm || true",
  29. "spackle": "node operations/spackle 1 && node operations/build-unicode.mjs",
  30. "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add",
  31. "prepack": "npmignore --auto --commentLines=autogenerated",
  32. "prepublish": "not-in-publish || npm run prepublishOnly",
  33. "prepublishOnly": "safe-publish-latest && npm run spackle",
  34. "pretest": "npm run lint",
  35. "test": "npm run tests-only && npm run test:ses",
  36. "test:ses": "node test/ses-compat",
  37. "posttest": "aud --production",
  38. "tests-only": "nyc node --stack-size=5120 test",
  39. "lint": "eslint .",
  40. "eccheck": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')"
  41. },
  42. "repository": {
  43. "type": "git",
  44. "url": "git://github.com/ljharb/es-abstract.git"
  45. },
  46. "keywords": [
  47. "ECMAScript",
  48. "ES",
  49. "abstract",
  50. "operation",
  51. "abstract operation",
  52. "JavaScript",
  53. "ES5",
  54. "ES6",
  55. "ES7"
  56. ],
  57. "dependencies": {
  58. "array-buffer-byte-length": "^1.0.1",
  59. "arraybuffer.prototype.slice": "^1.0.3",
  60. "available-typed-arrays": "^1.0.6",
  61. "call-bind": "^1.0.7",
  62. "es-define-property": "^1.0.0",
  63. "es-errors": "^1.3.0",
  64. "es-set-tostringtag": "^2.0.2",
  65. "es-to-primitive": "^1.2.1",
  66. "function.prototype.name": "^1.1.6",
  67. "get-intrinsic": "^1.2.4",
  68. "get-symbol-description": "^1.0.2",
  69. "globalthis": "^1.0.3",
  70. "gopd": "^1.0.1",
  71. "has-property-descriptors": "^1.0.2",
  72. "has-proto": "^1.0.1",
  73. "has-symbols": "^1.0.3",
  74. "hasown": "^2.0.1",
  75. "internal-slot": "^1.0.7",
  76. "is-array-buffer": "^3.0.4",
  77. "is-callable": "^1.2.7",
  78. "is-negative-zero": "^2.0.2",
  79. "is-regex": "^1.1.4",
  80. "is-shared-array-buffer": "^1.0.2",
  81. "is-string": "^1.0.7",
  82. "is-typed-array": "^1.1.13",
  83. "is-weakref": "^1.0.2",
  84. "object-inspect": "^1.13.1",
  85. "object-keys": "^1.1.1",
  86. "object.assign": "^4.1.5",
  87. "regexp.prototype.flags": "^1.5.2",
  88. "safe-array-concat": "^1.1.0",
  89. "safe-regex-test": "^1.0.3",
  90. "string.prototype.trim": "^1.2.8",
  91. "string.prototype.trimend": "^1.0.7",
  92. "string.prototype.trimstart": "^1.0.7",
  93. "typed-array-buffer": "^1.0.1",
  94. "typed-array-byte-length": "^1.0.0",
  95. "typed-array-byte-offset": "^1.0.0",
  96. "typed-array-length": "^1.0.4",
  97. "unbox-primitive": "^1.0.2",
  98. "which-typed-array": "^1.1.14"
  99. },
  100. "devDependencies": {
  101. "@ljharb/eslint-config": "^21.1.0",
  102. "@unicode/unicode-15.0.0": "^1.5.2",
  103. "array.from": "^1.1.5",
  104. "array.prototype.filter": "^1.0.3",
  105. "array.prototype.flatmap": "^1.3.2",
  106. "array.prototype.indexof": "^1.0.6",
  107. "aud": "^2.0.4",
  108. "available-regexp-flags": "^1.0.2",
  109. "cheerio": "=1.0.0-rc.3",
  110. "diff": "^5.1.0",
  111. "eclint": "^2.8.1",
  112. "es-value-fixtures": "^1.4.2",
  113. "eslint": "=8.8.0",
  114. "for-each": "^0.3.3",
  115. "function-bind": "^1.1.2",
  116. "functions-have-names": "^1.2.3",
  117. "has-bigints": "^1.0.2",
  118. "has-named-captures": "^1.0.0",
  119. "has-strict-mode": "^1.0.1",
  120. "in-publish": "^2.0.1",
  121. "is-core-module": "^2.13.1",
  122. "is-registered-symbol": "^1.0.1",
  123. "make-arrow-function": "^1.2.0",
  124. "make-async-function": "^1.0.0",
  125. "make-async-generator-function": "^1.0.0",
  126. "make-generator-function": "^2.0.0",
  127. "mock-property": "^1.0.3",
  128. "npmignore": "^0.3.1",
  129. "nyc": "^10.3.2",
  130. "object.fromentries": "^2.0.7",
  131. "safe-publish-latest": "^2.0.0",
  132. "ses": "^0.18.8",
  133. "tape": "^5.7.4"
  134. },
  135. "testling": {
  136. "files": "test/index.js",
  137. "browsers": [
  138. "iexplore/6.0..latest",
  139. "firefox/3.0..6.0",
  140. "firefox/15.0..latest",
  141. "firefox/nightly",
  142. "chrome/4.0..10.0",
  143. "chrome/20.0..latest",
  144. "chrome/canary",
  145. "opera/10.0..latest",
  146. "opera/next",
  147. "safari/4.0..latest",
  148. "ipad/6.0..latest",
  149. "iphone/6.0..latest",
  150. "android-browser/4.2"
  151. ]
  152. },
  153. "engines": {
  154. "node": ">= 0.4"
  155. },
  156. "publishConfig": {
  157. "ignore": [
  158. ".github",
  159. "",
  160. "# dev scripts",
  161. "operations/*.js",
  162. "!operations/20*.js",
  163. "",
  164. "test/",
  165. "",
  166. ".gitattributes"
  167. ]
  168. }
  169. }