package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. {
  2. "name": "es-abstract",
  3. "version": "1.22.3",
  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.0",
  59. "arraybuffer.prototype.slice": "^1.0.2",
  60. "available-typed-arrays": "^1.0.5",
  61. "call-bind": "^1.0.5",
  62. "es-set-tostringtag": "^2.0.1",
  63. "es-to-primitive": "^1.2.1",
  64. "function.prototype.name": "^1.1.6",
  65. "get-intrinsic": "^1.2.2",
  66. "get-symbol-description": "^1.0.0",
  67. "globalthis": "^1.0.3",
  68. "gopd": "^1.0.1",
  69. "has-property-descriptors": "^1.0.0",
  70. "has-proto": "^1.0.1",
  71. "has-symbols": "^1.0.3",
  72. "hasown": "^2.0.0",
  73. "internal-slot": "^1.0.5",
  74. "is-array-buffer": "^3.0.2",
  75. "is-callable": "^1.2.7",
  76. "is-negative-zero": "^2.0.2",
  77. "is-regex": "^1.1.4",
  78. "is-shared-array-buffer": "^1.0.2",
  79. "is-string": "^1.0.7",
  80. "is-typed-array": "^1.1.12",
  81. "is-weakref": "^1.0.2",
  82. "object-inspect": "^1.13.1",
  83. "object-keys": "^1.1.1",
  84. "object.assign": "^4.1.4",
  85. "regexp.prototype.flags": "^1.5.1",
  86. "safe-array-concat": "^1.0.1",
  87. "safe-regex-test": "^1.0.0",
  88. "string.prototype.trim": "^1.2.8",
  89. "string.prototype.trimend": "^1.0.7",
  90. "string.prototype.trimstart": "^1.0.7",
  91. "typed-array-buffer": "^1.0.0",
  92. "typed-array-byte-length": "^1.0.0",
  93. "typed-array-byte-offset": "^1.0.0",
  94. "typed-array-length": "^1.0.4",
  95. "unbox-primitive": "^1.0.2",
  96. "which-typed-array": "^1.1.13"
  97. },
  98. "devDependencies": {
  99. "@ljharb/eslint-config": "^21.1.0",
  100. "@unicode/unicode-15.0.0": "^1.5.2",
  101. "array.from": "^1.1.5",
  102. "array.prototype.filter": "^1.0.3",
  103. "array.prototype.flatmap": "^1.3.2",
  104. "array.prototype.indexof": "^1.0.6",
  105. "aud": "^2.0.3",
  106. "available-regexp-flags": "^1.0.2",
  107. "cheerio": "=1.0.0-rc.3",
  108. "diff": "^5.1.0",
  109. "eclint": "^2.8.1",
  110. "es-value-fixtures": "^1.4.2",
  111. "eslint": "=8.8.0",
  112. "for-each": "^0.3.3",
  113. "function-bind": "^1.1.2",
  114. "functions-have-names": "^1.2.3",
  115. "has-bigints": "^1.0.2",
  116. "has-strict-mode": "^1.0.1",
  117. "in-publish": "^2.0.1",
  118. "is-core-module": "^2.13.1",
  119. "is-registered-symbol": "^1.0.1",
  120. "make-arrow-function": "^1.2.0",
  121. "make-async-function": "^1.0.0",
  122. "make-async-generator-function": "^1.0.0",
  123. "make-generator-function": "^2.0.0",
  124. "mock-property": "^1.0.2",
  125. "npmignore": "^0.3.0",
  126. "nyc": "^10.3.2",
  127. "object.fromentries": "^2.0.7",
  128. "safe-publish-latest": "^2.0.0",
  129. "ses": "^0.18.8",
  130. "tape": "^5.7.2"
  131. },
  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. "engines": {
  151. "node": ">= 0.4"
  152. },
  153. "publishConfig": {
  154. "ignore": [
  155. ".github",
  156. "",
  157. "# dev scripts",
  158. "operations/*.js",
  159. "!operations/20*.js",
  160. "",
  161. "test/",
  162. "",
  163. ".gitattributes"
  164. ]
  165. }
  166. }