package.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. {
  2. "_args": [
  3. [
  4. "es-abstract@1.18.5",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "es-abstract@1.18.5",
  10. "_id": "es-abstract@1.18.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-mxDefUwgajWB/VshJCM+BNtJrhk=",
  13. "_location": "/es-abstract",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "es-abstract@1.18.5",
  19. "name": "es-abstract",
  20. "escapedName": "es-abstract",
  21. "rawSpec": "1.18.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.18.5"
  24. },
  25. "_requiredBy": [
  26. "/array-includes",
  27. "/array.prototype.flat",
  28. "/object.getownpropertydescriptors",
  29. "/object.values",
  30. "/util.promisify"
  31. ],
  32. "_resolved": "https://registry.nlark.com/es-abstract/download/es-abstract-1.18.5.tgz?cache=0&sync_timestamp=1627880509012&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fes-abstract%2Fdownload%2Fes-abstract-1.18.5.tgz",
  33. "_spec": "1.18.5",
  34. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  35. "author": {
  36. "name": "Jordan Harband",
  37. "email": "ljharb@gmail.com",
  38. "url": "http://ljharb.codes"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/ljharb/es-abstract/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Jordan Harband",
  46. "email": "ljharb@gmail.com",
  47. "url": "http://ljharb.codes"
  48. }
  49. ],
  50. "dependencies": {
  51. "call-bind": "^1.0.2",
  52. "es-to-primitive": "^1.2.1",
  53. "function-bind": "^1.1.1",
  54. "get-intrinsic": "^1.1.1",
  55. "has": "^1.0.3",
  56. "has-symbols": "^1.0.2",
  57. "internal-slot": "^1.0.3",
  58. "is-callable": "^1.2.3",
  59. "is-negative-zero": "^2.0.1",
  60. "is-regex": "^1.1.3",
  61. "is-string": "^1.0.6",
  62. "object-inspect": "^1.11.0",
  63. "object-keys": "^1.1.1",
  64. "object.assign": "^4.1.2",
  65. "string.prototype.trimend": "^1.0.4",
  66. "string.prototype.trimstart": "^1.0.4",
  67. "unbox-primitive": "^1.0.1"
  68. },
  69. "description": "ECMAScript spec abstract operations.",
  70. "devDependencies": {
  71. "@ljharb/eslint-config": "^17.6.0",
  72. "array.prototype.indexof": "^1.0.2",
  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.0"
  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.18.5"
  160. }