package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. {
  2. "_args": [
  3. [
  4. "es-abstract@1.19.1",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "es-abstract@1.19.1",
  9. "_id": "es-abstract@1.19.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==",
  12. "_location": "/es-abstract",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "es-abstract@1.19.1",
  18. "name": "es-abstract",
  19. "escapedName": "es-abstract",
  20. "rawSpec": "1.19.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.19.1"
  23. },
  24. "_requiredBy": [
  25. "/is-typed-array",
  26. "/which-typed-array"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.1.tgz",
  29. "_spec": "1.19.1",
  30. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com",
  34. "url": "http://ljharb.codes"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/ljharb/es-abstract/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Jordan Harband",
  42. "email": "ljharb@gmail.com",
  43. "url": "http://ljharb.codes"
  44. }
  45. ],
  46. "dependencies": {
  47. "call-bind": "^1.0.2",
  48. "es-to-primitive": "^1.2.1",
  49. "function-bind": "^1.1.1",
  50. "get-intrinsic": "^1.1.1",
  51. "get-symbol-description": "^1.0.0",
  52. "has": "^1.0.3",
  53. "has-symbols": "^1.0.2",
  54. "internal-slot": "^1.0.3",
  55. "is-callable": "^1.2.4",
  56. "is-negative-zero": "^2.0.1",
  57. "is-regex": "^1.1.4",
  58. "is-shared-array-buffer": "^1.0.1",
  59. "is-string": "^1.0.7",
  60. "is-weakref": "^1.0.1",
  61. "object-inspect": "^1.11.0",
  62. "object-keys": "^1.1.1",
  63. "object.assign": "^4.1.2",
  64. "string.prototype.trimend": "^1.0.4",
  65. "string.prototype.trimstart": "^1.0.4",
  66. "unbox-primitive": "^1.0.1"
  67. },
  68. "description": "ECMAScript spec abstract operations.",
  69. "devDependencies": {
  70. "@ljharb/eslint-config": "^18.0.0",
  71. "array.prototype.filter": "^1.0.1",
  72. "array.prototype.indexof": "^1.0.3",
  73. "aud": "^1.1.5",
  74. "cheerio": "=1.0.0-rc.3",
  75. "diff": "^5.0.0",
  76. "eclint": "^2.8.1",
  77. "es-value-fixtures": "^1.2.1",
  78. "eslint": "^7.32.0",
  79. "foreach": "^2.0.5",
  80. "functions-have-names": "^1.2.2",
  81. "has-bigints": "^1.0.1",
  82. "has-strict-mode": "^1.0.1",
  83. "in-publish": "^2.0.1",
  84. "make-arrow-function": "^1.2.0",
  85. "make-async-function": "^1.0.0",
  86. "make-async-generator-function": "^1.0.0",
  87. "make-generator-function": "^2.0.0",
  88. "nyc": "^10.3.2",
  89. "object.fromentries": "^2.0.4",
  90. "safe-publish-latest": "^1.1.4",
  91. "ses": "^0.10.4",
  92. "tape": "^5.3.1"
  93. },
  94. "engines": {
  95. "node": ">= 0.4"
  96. },
  97. "funding": {
  98. "url": "https://github.com/sponsors/ljharb"
  99. },
  100. "greenkeeper": {
  101. "//": "nyc is ignored because it requires node 4+, and we support older than that",
  102. "ignore": [
  103. "nyc"
  104. ]
  105. },
  106. "homepage": "https://github.com/ljharb/es-abstract#readme",
  107. "keywords": [
  108. "ECMAScript",
  109. "ES",
  110. "abstract",
  111. "operation",
  112. "abstract operation",
  113. "JavaScript",
  114. "ES5",
  115. "ES6",
  116. "ES7"
  117. ],
  118. "license": "MIT",
  119. "main": "index.js",
  120. "name": "es-abstract",
  121. "repository": {
  122. "type": "git",
  123. "url": "git://github.com/ljharb/es-abstract.git"
  124. },
  125. "scripts": {
  126. "eccheck": "eclint check *.js **/*.js > /dev/null",
  127. "lint": "eslint .",
  128. "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add",
  129. "posttest": "aud --production",
  130. "prepublish": "not-in-publish || npm run prepublishOnly",
  131. "prepublishOnly": "safe-publish-latest && npm run spackle",
  132. "prespackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs rm || true",
  133. "pretest": "npm run lint",
  134. "spackle": "node operations/spackle 1",
  135. "test": "npm run tests-only && npm run test:ses",
  136. "test:ses": "node test/ses-compat",
  137. "tests-only": "nyc node test"
  138. },
  139. "sideEffects": false,
  140. "testling": {
  141. "files": "test/index.js",
  142. "browsers": [
  143. "iexplore/6.0..latest",
  144. "firefox/3.0..6.0",
  145. "firefox/15.0..latest",
  146. "firefox/nightly",
  147. "chrome/4.0..10.0",
  148. "chrome/20.0..latest",
  149. "chrome/canary",
  150. "opera/10.0..latest",
  151. "opera/next",
  152. "safari/4.0..latest",
  153. "ipad/6.0..latest",
  154. "iphone/6.0..latest",
  155. "android-browser/4.2"
  156. ]
  157. },
  158. "type": "commonjs",
  159. "version": "1.19.1"
  160. }