package.json 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. {
  2. "_from": "es-abstract@^1.23.2",
  3. "_id": "es-abstract@1.24.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==",
  6. "_location": "/es-abstract",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es-abstract@^1.23.2",
  12. "name": "es-abstract",
  13. "escapedName": "es-abstract",
  14. "rawSpec": "^1.23.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.23.2"
  17. },
  18. "_requiredBy": [
  19. "/array-includes",
  20. "/array.prototype.findlastindex",
  21. "/array.prototype.flat",
  22. "/array.prototype.flatmap",
  23. "/array.prototype.reduce",
  24. "/arraybuffer.prototype.slice",
  25. "/object.fromentries",
  26. "/object.getownpropertydescriptors",
  27. "/object.groupby",
  28. "/reflect.getprototypeof",
  29. "/string.prototype.padend",
  30. "/string.prototype.padstart",
  31. "/string.prototype.trim",
  32. "/svgo/util.promisify",
  33. "/typedarray.prototype.slice"
  34. ],
  35. "_resolved": "https://registry.npmmirror.com/es-abstract/-/es-abstract-1.24.0.tgz",
  36. "_shasum": "c44732d2beb0acc1ed60df840869e3106e7af328",
  37. "_spec": "es-abstract@^1.23.2",
  38. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\object.getownpropertydescriptors",
  39. "author": {
  40. "name": "Jordan Harband",
  41. "email": "ljharb@gmail.com",
  42. "url": "http://ljharb.codes"
  43. },
  44. "browser": {
  45. "worker_threads": false
  46. },
  47. "bugs": {
  48. "url": "https://github.com/ljharb/es-abstract/issues"
  49. },
  50. "bundleDependencies": false,
  51. "contributors": [
  52. {
  53. "name": "Jordan Harband",
  54. "email": "ljharb@gmail.com",
  55. "url": "http://ljharb.codes"
  56. }
  57. ],
  58. "dependencies": {
  59. "array-buffer-byte-length": "^1.0.2",
  60. "arraybuffer.prototype.slice": "^1.0.4",
  61. "available-typed-arrays": "^1.0.7",
  62. "call-bind": "^1.0.8",
  63. "call-bound": "^1.0.4",
  64. "data-view-buffer": "^1.0.2",
  65. "data-view-byte-length": "^1.0.2",
  66. "data-view-byte-offset": "^1.0.1",
  67. "es-define-property": "^1.0.1",
  68. "es-errors": "^1.3.0",
  69. "es-object-atoms": "^1.1.1",
  70. "es-set-tostringtag": "^2.1.0",
  71. "es-to-primitive": "^1.3.0",
  72. "function.prototype.name": "^1.1.8",
  73. "get-intrinsic": "^1.3.0",
  74. "get-proto": "^1.0.1",
  75. "get-symbol-description": "^1.1.0",
  76. "globalthis": "^1.0.4",
  77. "gopd": "^1.2.0",
  78. "has-property-descriptors": "^1.0.2",
  79. "has-proto": "^1.2.0",
  80. "has-symbols": "^1.1.0",
  81. "hasown": "^2.0.2",
  82. "internal-slot": "^1.1.0",
  83. "is-array-buffer": "^3.0.5",
  84. "is-callable": "^1.2.7",
  85. "is-data-view": "^1.0.2",
  86. "is-negative-zero": "^2.0.3",
  87. "is-regex": "^1.2.1",
  88. "is-set": "^2.0.3",
  89. "is-shared-array-buffer": "^1.0.4",
  90. "is-string": "^1.1.1",
  91. "is-typed-array": "^1.1.15",
  92. "is-weakref": "^1.1.1",
  93. "math-intrinsics": "^1.1.0",
  94. "object-inspect": "^1.13.4",
  95. "object-keys": "^1.1.1",
  96. "object.assign": "^4.1.7",
  97. "own-keys": "^1.0.1",
  98. "regexp.prototype.flags": "^1.5.4",
  99. "safe-array-concat": "^1.1.3",
  100. "safe-push-apply": "^1.0.0",
  101. "safe-regex-test": "^1.1.0",
  102. "set-proto": "^1.0.0",
  103. "stop-iteration-iterator": "^1.1.0",
  104. "string.prototype.trim": "^1.2.10",
  105. "string.prototype.trimend": "^1.0.9",
  106. "string.prototype.trimstart": "^1.0.8",
  107. "typed-array-buffer": "^1.0.3",
  108. "typed-array-byte-length": "^1.0.3",
  109. "typed-array-byte-offset": "^1.0.4",
  110. "typed-array-length": "^1.0.7",
  111. "unbox-primitive": "^1.1.0",
  112. "which-typed-array": "^1.1.19"
  113. },
  114. "deprecated": false,
  115. "description": "ECMAScript spec abstract operations.",
  116. "devDependencies": {
  117. "@ljharb/eslint-config": "^21.1.1",
  118. "@unicode/unicode-15.0.0": "^1.6.6",
  119. "array.from": "^1.1.6",
  120. "array.prototype.filter": "^1.0.4",
  121. "array.prototype.flatmap": "^1.3.3",
  122. "array.prototype.indexof": "^1.0.8",
  123. "available-regexp-flags": "^1.0.4",
  124. "cheerio": "=1.0.0-rc.3",
  125. "define-accessor-property": "^1.0.0",
  126. "define-data-property": "^1.1.4",
  127. "diff": "^7.0.0",
  128. "eclint": "^2.8.1",
  129. "es-value-fixtures": "^1.7.1",
  130. "eslint": "=8.8.0",
  131. "for-each": "^0.3.5",
  132. "function-bind": "^1.1.2",
  133. "functions-have-names": "^1.2.3",
  134. "glob": "^7.2.3",
  135. "has-bigints": "^1.1.0",
  136. "has-named-captures": "^1.0.0",
  137. "has-strict-mode": "^1.1.0",
  138. "in-publish": "^2.0.1",
  139. "is-bigint": "^1.1.0",
  140. "is-core-module": "^2.16.1",
  141. "jackspeak": "=2.1.1",
  142. "make-async-function": "^1.0.0",
  143. "make-async-generator-function": "^1.0.0",
  144. "make-generator-function": "^2.0.0",
  145. "mock-property": "^1.1.0",
  146. "npmignore": "^0.3.1",
  147. "nyc": "^10.3.2",
  148. "object.fromentries": "^2.0.8",
  149. "safe-bigint": "^1.1.1",
  150. "safe-publish-latest": "^2.0.0",
  151. "ses": "^1.12.0",
  152. "tape": "^5.9.0"
  153. },
  154. "engines": {
  155. "node": ">= 0.4"
  156. },
  157. "funding": {
  158. "url": "https://github.com/sponsors/ljharb"
  159. },
  160. "homepage": "https://github.com/ljharb/es-abstract#readme",
  161. "keywords": [
  162. "ECMAScript",
  163. "ES",
  164. "abstract",
  165. "operation",
  166. "abstract operation",
  167. "JavaScript",
  168. "ES5",
  169. "ES6",
  170. "ES7"
  171. ],
  172. "license": "MIT",
  173. "main": "index.js",
  174. "name": "es-abstract",
  175. "publishConfig": {
  176. "ignore": [
  177. ".github",
  178. "",
  179. "# dev scripts",
  180. "operations/*",
  181. "!operations/es5.js",
  182. "!operations/20*.js",
  183. "",
  184. "test/",
  185. "",
  186. ".gitattributes"
  187. ]
  188. },
  189. "repository": {
  190. "type": "git",
  191. "url": "git://github.com/ljharb/es-abstract.git"
  192. },
  193. "scripts": {
  194. "eccheck": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
  195. "lint": "eslint .",
  196. "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add",
  197. "posttest": "npx npm@'>= 10.2' audit --production",
  198. "prepack": "npmignore --auto --commentLines=autogenerated",
  199. "prepublish": "not-in-publish || npm run prepublishOnly",
  200. "prepublishOnly": "safe-publish-latest && npm run spackle",
  201. "prespackle": "npm run --silent spackled | xargs rm || true",
  202. "pretest": "npm run lint",
  203. "spackle": "node operations/spackle 1 && node operations/build-unicode.mjs",
  204. "spackled": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1",
  205. "test": "npm run tests-only && npm run test:ses",
  206. "test:ses": "node --stack-size=5120 test/ses-compat",
  207. "tests-only": "nyc node --stack-size=5120 test"
  208. },
  209. "sideEffects": false,
  210. "testling": {
  211. "files": "test/index.js",
  212. "browsers": [
  213. "iexplore/6.0..latest",
  214. "firefox/3.0..6.0",
  215. "firefox/15.0..latest",
  216. "firefox/nightly",
  217. "chrome/4.0..10.0",
  218. "chrome/20.0..latest",
  219. "chrome/canary",
  220. "opera/10.0..latest",
  221. "opera/next",
  222. "safari/4.0..latest",
  223. "ipad/6.0..latest",
  224. "iphone/6.0..latest",
  225. "android-browser/4.2"
  226. ]
  227. },
  228. "type": "commonjs",
  229. "version": "1.24.0"
  230. }