package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "name": "es-abstract",
  3. "version": "1.20.2",
  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. "type": "commonjs",
  23. "sideEffects": false,
  24. "scripts": {
  25. "prespackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs rm || true",
  26. "spackle": "node operations/spackle 1",
  27. "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add",
  28. "prepack": "npmignore --auto --commentLines=autogenerated",
  29. "prepublish": "not-in-publish || npm run prepublishOnly",
  30. "prepublishOnly": "safe-publish-latest && npm run spackle",
  31. "pretest": "npm run lint",
  32. "test": "npm run tests-only && npm run test:ses",
  33. "test:ses": "node test/ses-compat",
  34. "posttest": "aud --production",
  35. "tests-only": "nyc node test",
  36. "lint": "eslint .",
  37. "eccheck": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')"
  38. },
  39. "repository": {
  40. "type": "git",
  41. "url": "git://github.com/ljharb/es-abstract.git"
  42. },
  43. "keywords": [
  44. "ECMAScript",
  45. "ES",
  46. "abstract",
  47. "operation",
  48. "abstract operation",
  49. "JavaScript",
  50. "ES5",
  51. "ES6",
  52. "ES7"
  53. ],
  54. "dependencies": {
  55. "call-bind": "^1.0.2",
  56. "es-to-primitive": "^1.2.1",
  57. "function-bind": "^1.1.1",
  58. "function.prototype.name": "^1.1.5",
  59. "get-intrinsic": "^1.1.2",
  60. "get-symbol-description": "^1.0.0",
  61. "has": "^1.0.3",
  62. "has-property-descriptors": "^1.0.0",
  63. "has-symbols": "^1.0.3",
  64. "internal-slot": "^1.0.3",
  65. "is-callable": "^1.2.4",
  66. "is-negative-zero": "^2.0.2",
  67. "is-regex": "^1.1.4",
  68. "is-shared-array-buffer": "^1.0.2",
  69. "is-string": "^1.0.7",
  70. "is-weakref": "^1.0.2",
  71. "object-inspect": "^1.12.2",
  72. "object-keys": "^1.1.1",
  73. "object.assign": "^4.1.4",
  74. "regexp.prototype.flags": "^1.4.3",
  75. "string.prototype.trimend": "^1.0.5",
  76. "string.prototype.trimstart": "^1.0.5",
  77. "unbox-primitive": "^1.0.2"
  78. },
  79. "devDependencies": {
  80. "@ljharb/eslint-config": "^21.0.0",
  81. "array.prototype.filter": "^1.0.1",
  82. "array.prototype.flatmap": "^1.3.0",
  83. "array.prototype.indexof": "^1.0.4",
  84. "aud": "^2.0.0",
  85. "available-regexp-flags": "^1.0.0",
  86. "cheerio": "=1.0.0-rc.3",
  87. "diff": "^5.1.0",
  88. "eclint": "^2.8.1",
  89. "es-value-fixtures": "^1.4.2",
  90. "eslint": "=8.8.0",
  91. "for-each": "^0.3.3",
  92. "functions-have-names": "^1.2.3",
  93. "has-bigints": "^1.0.2",
  94. "has-strict-mode": "^1.0.1",
  95. "in-publish": "^2.0.1",
  96. "make-arrow-function": "^1.2.0",
  97. "make-async-function": "^1.0.0",
  98. "make-async-generator-function": "^1.0.0",
  99. "make-generator-function": "^2.0.0",
  100. "mock-property": "^1.0.0",
  101. "npmignore": "^0.3.0",
  102. "nyc": "^10.3.2",
  103. "object.fromentries": "^2.0.5",
  104. "safe-publish-latest": "^2.0.0",
  105. "ses": "^0.10.4",
  106. "tape": "^5.6.0"
  107. },
  108. "testling": {
  109. "files": "test/index.js",
  110. "browsers": [
  111. "iexplore/6.0..latest",
  112. "firefox/3.0..6.0",
  113. "firefox/15.0..latest",
  114. "firefox/nightly",
  115. "chrome/4.0..10.0",
  116. "chrome/20.0..latest",
  117. "chrome/canary",
  118. "opera/10.0..latest",
  119. "opera/next",
  120. "safari/4.0..latest",
  121. "ipad/6.0..latest",
  122. "iphone/6.0..latest",
  123. "android-browser/4.2"
  124. ]
  125. },
  126. "engines": {
  127. "node": ">= 0.4"
  128. },
  129. "publishConfig": {
  130. "ignore": [
  131. ".github",
  132. "",
  133. "# dev scripts",
  134. "operations/*.js",
  135. "!operations/20*.js",
  136. "",
  137. "test/",
  138. "",
  139. ".gitattributes"
  140. ]
  141. }
  142. }