package.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. {
  2. "_from": "es-abstract@^1.19.1",
  3. "_id": "es-abstract@1.20.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==",
  6. "_location": "/es-abstract",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es-abstract@^1.19.1",
  12. "name": "es-abstract",
  13. "escapedName": "es-abstract",
  14. "rawSpec": "^1.19.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.19.1"
  17. },
  18. "_requiredBy": [
  19. "/array.prototype.reduce",
  20. "/function.prototype.name",
  21. "/object.getownpropertydescriptors",
  22. "/object.values",
  23. "/string.prototype.trimend",
  24. "/string.prototype.trimstart",
  25. "/util.promisify"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.1.tgz",
  28. "_shasum": "027292cd6ef44bd12b1913b828116f54787d1814",
  29. "_spec": "es-abstract@^1.19.1",
  30. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\object.values",
  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. "bundleDependencies": false,
  40. "contributors": [
  41. {
  42. "name": "Jordan Harband",
  43. "email": "ljharb@gmail.com",
  44. "url": "http://ljharb.codes"
  45. }
  46. ],
  47. "dependencies": {
  48. "call-bind": "^1.0.2",
  49. "es-to-primitive": "^1.2.1",
  50. "function-bind": "^1.1.1",
  51. "function.prototype.name": "^1.1.5",
  52. "get-intrinsic": "^1.1.1",
  53. "get-symbol-description": "^1.0.0",
  54. "has": "^1.0.3",
  55. "has-property-descriptors": "^1.0.0",
  56. "has-symbols": "^1.0.3",
  57. "internal-slot": "^1.0.3",
  58. "is-callable": "^1.2.4",
  59. "is-negative-zero": "^2.0.2",
  60. "is-regex": "^1.1.4",
  61. "is-shared-array-buffer": "^1.0.2",
  62. "is-string": "^1.0.7",
  63. "is-weakref": "^1.0.2",
  64. "object-inspect": "^1.12.0",
  65. "object-keys": "^1.1.1",
  66. "object.assign": "^4.1.2",
  67. "regexp.prototype.flags": "^1.4.3",
  68. "string.prototype.trimend": "^1.0.5",
  69. "string.prototype.trimstart": "^1.0.5",
  70. "unbox-primitive": "^1.0.2"
  71. },
  72. "deprecated": false,
  73. "description": "ECMAScript spec abstract operations.",
  74. "devDependencies": {
  75. "@ljharb/eslint-config": "^21.0.0",
  76. "array.prototype.filter": "^1.0.1",
  77. "array.prototype.indexof": "^1.0.3",
  78. "aud": "^2.0.0",
  79. "available-regexp-flags": "^1.0.0",
  80. "cheerio": "=1.0.0-rc.3",
  81. "diff": "^5.0.0",
  82. "eclint": "^2.8.1",
  83. "es-value-fixtures": "^1.4.1",
  84. "eslint": "=8.8.0",
  85. "for-each": "^0.3.3",
  86. "functions-have-names": "^1.2.3",
  87. "has-bigints": "^1.0.2",
  88. "has-strict-mode": "^1.0.1",
  89. "in-publish": "^2.0.1",
  90. "make-arrow-function": "^1.2.0",
  91. "make-async-function": "^1.0.0",
  92. "make-async-generator-function": "^1.0.0",
  93. "make-generator-function": "^2.0.0",
  94. "mock-property": "^1.0.0",
  95. "npmignore": "^0.3.0",
  96. "nyc": "^10.3.2",
  97. "object.fromentries": "^2.0.5",
  98. "safe-publish-latest": "^2.0.0",
  99. "ses": "^0.10.4",
  100. "tape": "^5.5.3"
  101. },
  102. "engines": {
  103. "node": ">= 0.4"
  104. },
  105. "funding": {
  106. "url": "https://github.com/sponsors/ljharb"
  107. },
  108. "homepage": "https://github.com/ljharb/es-abstract#readme",
  109. "keywords": [
  110. "ECMAScript",
  111. "ES",
  112. "abstract",
  113. "operation",
  114. "abstract operation",
  115. "JavaScript",
  116. "ES5",
  117. "ES6",
  118. "ES7"
  119. ],
  120. "license": "MIT",
  121. "main": "index.js",
  122. "name": "es-abstract",
  123. "publishConfig": {
  124. "ignore": [
  125. ".github",
  126. "",
  127. "# dev scripts",
  128. "operations/*.js",
  129. "!operations/20*.js",
  130. "",
  131. "test/",
  132. "",
  133. ".gitattributes"
  134. ]
  135. },
  136. "repository": {
  137. "type": "git",
  138. "url": "git://github.com/ljharb/es-abstract.git"
  139. },
  140. "scripts": {
  141. "eccheck": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
  142. "lint": "eslint .",
  143. "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add",
  144. "posttest": "aud --production",
  145. "prepack": "npmignore --auto --commentLines=autogenerated",
  146. "prepublish": "not-in-publish || npm run prepublishOnly",
  147. "prepublishOnly": "safe-publish-latest && npm run spackle",
  148. "prespackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs rm || true",
  149. "pretest": "npm run lint",
  150. "spackle": "node operations/spackle 1",
  151. "test": "npm run tests-only && npm run test:ses",
  152. "test:ses": "node test/ses-compat",
  153. "tests-only": "nyc node test"
  154. },
  155. "sideEffects": false,
  156. "testling": {
  157. "files": "test/index.js",
  158. "browsers": [
  159. "iexplore/6.0..latest",
  160. "firefox/3.0..6.0",
  161. "firefox/15.0..latest",
  162. "firefox/nightly",
  163. "chrome/4.0..10.0",
  164. "chrome/20.0..latest",
  165. "chrome/canary",
  166. "opera/10.0..latest",
  167. "opera/next",
  168. "safari/4.0..latest",
  169. "ipad/6.0..latest",
  170. "iphone/6.0..latest",
  171. "android-browser/4.2"
  172. ]
  173. },
  174. "type": "commonjs",
  175. "version": "1.20.1"
  176. }