package.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. {
  2. "_args": [
  3. [
  4. "es-abstract@1.21.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "es-abstract@1.21.1",
  10. "_id": "es-abstract@1.21.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-QudMsPOz86xYz/1dG1OuGBKOELjCh99IIWHLzy5znUB6j8xG2yMA7bfTV86VSqKF+Y/H08vQPR+9jyXpuC6hfg==",
  13. "_location": "/es-abstract",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "es-abstract@1.21.1",
  19. "name": "es-abstract",
  20. "escapedName": "es-abstract",
  21. "rawSpec": "1.21.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.21.1"
  24. },
  25. "_requiredBy": [
  26. "/array-includes",
  27. "/array.prototype.flat",
  28. "/array.prototype.flatmap",
  29. "/array.prototype.reduce",
  30. "/cssnano-preset-default/util.promisify",
  31. "/function.prototype.name",
  32. "/object.getownpropertydescriptors",
  33. "/object.values",
  34. "/string.prototype.trimend",
  35. "/string.prototype.trimstart"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.1.tgz",
  38. "_spec": "1.21.1",
  39. "_where": "E:\\2023\\5\\myjadmin",
  40. "author": {
  41. "name": "Jordan Harband",
  42. "email": "ljharb@gmail.com",
  43. "url": "http://ljharb.codes"
  44. },
  45. "browser": {
  46. "worker_threads": false
  47. },
  48. "bugs": {
  49. "url": "https://github.com/ljharb/es-abstract/issues"
  50. },
  51. "contributors": [
  52. {
  53. "name": "Jordan Harband",
  54. "email": "ljharb@gmail.com",
  55. "url": "http://ljharb.codes"
  56. }
  57. ],
  58. "dependencies": {
  59. "available-typed-arrays": "^1.0.5",
  60. "call-bind": "^1.0.2",
  61. "es-set-tostringtag": "^2.0.1",
  62. "es-to-primitive": "^1.2.1",
  63. "function-bind": "^1.1.1",
  64. "function.prototype.name": "^1.1.5",
  65. "get-intrinsic": "^1.1.3",
  66. "get-symbol-description": "^1.0.0",
  67. "globalthis": "^1.0.3",
  68. "gopd": "^1.0.1",
  69. "has": "^1.0.3",
  70. "has-property-descriptors": "^1.0.0",
  71. "has-proto": "^1.0.1",
  72. "has-symbols": "^1.0.3",
  73. "internal-slot": "^1.0.4",
  74. "is-array-buffer": "^3.0.1",
  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.10",
  81. "is-weakref": "^1.0.2",
  82. "object-inspect": "^1.12.2",
  83. "object-keys": "^1.1.1",
  84. "object.assign": "^4.1.4",
  85. "regexp.prototype.flags": "^1.4.3",
  86. "safe-regex-test": "^1.0.0",
  87. "string.prototype.trimend": "^1.0.6",
  88. "string.prototype.trimstart": "^1.0.6",
  89. "typed-array-length": "^1.0.4",
  90. "unbox-primitive": "^1.0.2",
  91. "which-typed-array": "^1.1.9"
  92. },
  93. "description": "ECMAScript spec abstract operations.",
  94. "devDependencies": {
  95. "@ljharb/eslint-config": "^21.0.1",
  96. "array.from": "^1.1.3",
  97. "array.prototype.filter": "^1.0.2",
  98. "array.prototype.flatmap": "^1.3.1",
  99. "array.prototype.indexof": "^1.0.5",
  100. "aud": "^2.0.2",
  101. "available-regexp-flags": "^1.0.0",
  102. "cheerio": "=1.0.0-rc.3",
  103. "diff": "^5.1.0",
  104. "eclint": "^2.8.1",
  105. "es-value-fixtures": "^1.4.2",
  106. "eslint": "=8.8.0",
  107. "for-each": "^0.3.3",
  108. "functions-have-names": "^1.2.3",
  109. "has-bigints": "^1.0.2",
  110. "has-strict-mode": "^1.0.1",
  111. "in-publish": "^2.0.1",
  112. "is-core-module": "^2.11.0",
  113. "make-arrow-function": "^1.2.0",
  114. "make-async-function": "^1.0.0",
  115. "make-async-generator-function": "^1.0.0",
  116. "make-generator-function": "^2.0.0",
  117. "mock-property": "^1.0.0",
  118. "npmignore": "^0.3.0",
  119. "nyc": "^10.3.2",
  120. "object.fromentries": "^2.0.6",
  121. "safe-publish-latest": "^2.0.0",
  122. "ses": "^0.10.4",
  123. "tape": "^5.6.1"
  124. },
  125. "engines": {
  126. "node": ">= 0.4"
  127. },
  128. "funding": {
  129. "url": "https://github.com/sponsors/ljharb"
  130. },
  131. "homepage": "https://github.com/ljharb/es-abstract#readme",
  132. "keywords": [
  133. "ECMAScript",
  134. "ES",
  135. "abstract",
  136. "operation",
  137. "abstract operation",
  138. "JavaScript",
  139. "ES5",
  140. "ES6",
  141. "ES7"
  142. ],
  143. "license": "MIT",
  144. "main": "index.js",
  145. "name": "es-abstract",
  146. "publishConfig": {
  147. "ignore": [
  148. ".github",
  149. "",
  150. "# dev scripts",
  151. "operations/*.js",
  152. "!operations/20*.js",
  153. "",
  154. "test/",
  155. "",
  156. ".gitattributes"
  157. ]
  158. },
  159. "repository": {
  160. "type": "git",
  161. "url": "git://github.com/ljharb/es-abstract.git"
  162. },
  163. "scripts": {
  164. "eccheck": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
  165. "lint": "eslint .",
  166. "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add",
  167. "posttest": "aud --production",
  168. "prepack": "npmignore --auto --commentLines=autogenerated",
  169. "prepublish": "not-in-publish || npm run prepublishOnly",
  170. "prepublishOnly": "safe-publish-latest && npm run spackle",
  171. "prespackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs rm || true",
  172. "pretest": "npm run lint",
  173. "spackle": "node operations/spackle 1",
  174. "test": "npm run tests-only && npm run test:ses",
  175. "test:ses": "node test/ses-compat",
  176. "tests-only": "nyc node test"
  177. },
  178. "sideEffects": false,
  179. "testling": {
  180. "files": "test/index.js",
  181. "browsers": [
  182. "iexplore/6.0..latest",
  183. "firefox/3.0..6.0",
  184. "firefox/15.0..latest",
  185. "firefox/nightly",
  186. "chrome/4.0..10.0",
  187. "chrome/20.0..latest",
  188. "chrome/canary",
  189. "opera/10.0..latest",
  190. "opera/next",
  191. "safari/4.0..latest",
  192. "ipad/6.0..latest",
  193. "iphone/6.0..latest",
  194. "android-browser/4.2"
  195. ]
  196. },
  197. "type": "commonjs",
  198. "version": "1.21.1"
  199. }