2013-02-02 01:36:58 +09:00
|
|
|
{
|
|
|
|
"name": "pdf.js",
|
2023-10-13 19:11:29 +09:00
|
|
|
"type": "module",
|
2014-04-11 02:01:51 +09:00
|
|
|
"devDependencies": {
|
2024-01-06 18:09:12 +09:00
|
|
|
"@babel/core": "^7.23.7",
|
|
|
|
"@babel/preset-env": "^7.23.7",
|
|
|
|
"@babel/runtime": "^7.23.7",
|
2023-11-19 02:18:36 +09:00
|
|
|
"@fluent/bundle": "^0.18.0",
|
|
|
|
"@fluent/dom": "^0.9.0",
|
Update the `@javascript-obfuscator/escodegen` package to the latest version
The only changes are support for [Class static initialization blocks](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Class_static_initialization_blocks), and the diff for the `node_modules\@javascript-obfuscator\escodegen\escodegen.js` file contains only:
```diff
@@ -1506,6 +1506,13 @@
return result;
},
+ StaticBlock: function (stmt, flags) {
+ return [
+ 'static' + space,
+ this.BlockStatement(stmt, flags)
+ ];
+ },
+
ThrowStatement: function (stmt, flags) {
return [join(
'throw',
```
2022-02-06 19:26:07 +09:00
|
|
|
"@javascript-obfuscator/escodegen": "2.3.0",
|
2023-11-26 08:24:21 +09:00
|
|
|
"@jazzer.js/core": "^2.1.0",
|
2024-01-06 18:09:12 +09:00
|
|
|
"acorn": "^8.11.3",
|
2023-09-24 18:03:19 +09:00
|
|
|
"autoprefixer": "^10.4.16",
|
2023-07-15 16:08:32 +09:00
|
|
|
"babel-loader": "^9.1.3",
|
2024-01-06 18:09:12 +09:00
|
|
|
"caniuse-lite": "^1.0.30001574",
|
2023-04-16 05:08:58 +09:00
|
|
|
"canvas": "^2.11.2",
|
2024-01-06 18:09:12 +09:00
|
|
|
"core-js": "^3.35.0",
|
2020-12-13 19:38:37 +09:00
|
|
|
"cross-env": "^7.0.3",
|
2023-12-23 20:29:51 +09:00
|
|
|
"eslint": "^8.56.0",
|
2023-08-06 16:22:20 +09:00
|
|
|
"eslint-config-prettier": "^8.10.0",
|
2019-09-07 19:37:13 +09:00
|
|
|
"eslint-plugin-fetch-options": "^0.0.5",
|
2022-08-07 17:20:21 +09:00
|
|
|
"eslint-plugin-html": "^7.1.0",
|
2023-12-23 20:29:51 +09:00
|
|
|
"eslint-plugin-import": "^2.29.1",
|
2021-08-08 17:45:36 +09:00
|
|
|
"eslint-plugin-json": "^3.1.0",
|
2023-11-26 01:25:35 +09:00
|
|
|
"eslint-plugin-mozilla": "^3.3.2",
|
2022-11-27 18:18:30 +09:00
|
|
|
"eslint-plugin-no-unsanitized": "^4.0.2",
|
2024-01-06 18:09:12 +09:00
|
|
|
"eslint-plugin-prettier": "^5.1.2",
|
2022-11-14 05:28:21 +09:00
|
|
|
"eslint-plugin-sort-exports": "^0.8.0",
|
2023-12-23 20:29:51 +09:00
|
|
|
"eslint-plugin-unicorn": "^50.0.1",
|
|
|
|
"globals": "^13.24.0",
|
2019-05-25 23:36:42 +09:00
|
|
|
"gulp": "^4.0.2",
|
2021-09-05 16:47:57 +09:00
|
|
|
"gulp-postcss": "^9.0.1",
|
2020-10-05 01:53:43 +09:00
|
|
|
"gulp-rename": "^2.0.0",
|
2022-12-25 20:26:23 +09:00
|
|
|
"gulp-replace": "^1.1.4",
|
2023-11-04 17:30:39 +09:00
|
|
|
"gulp-zip": "^6.0.0",
|
2023-07-23 16:49:53 +09:00
|
|
|
"jasmine": "^5.1.0",
|
2023-03-12 18:27:52 +09:00
|
|
|
"jsdoc": "^4.0.2",
|
2022-10-02 01:02:00 +09:00
|
|
|
"jstransformer-markdown-it": "^3.0.0",
|
2020-10-05 01:53:43 +09:00
|
|
|
"merge-stream": "^2.0.0",
|
2023-05-14 17:12:06 +09:00
|
|
|
"mkdirp": "^3.0.1",
|
2023-12-23 20:29:51 +09:00
|
|
|
"needle": "^3.3.1",
|
2023-01-23 01:01:06 +09:00
|
|
|
"path2d-polyfill": "^2.0.1",
|
2023-07-06 02:46:21 +09:00
|
|
|
"pngjs": "^7.0.0",
|
2024-01-06 18:09:12 +09:00
|
|
|
"postcss": "^8.4.33",
|
2023-12-23 20:29:51 +09:00
|
|
|
"postcss-dark-theme-class": "^1.1.0",
|
|
|
|
"postcss-dir-pseudo-class": "^8.0.1",
|
|
|
|
"postcss-discard-comments": "^6.0.1",
|
|
|
|
"postcss-nesting": "^12.0.2",
|
|
|
|
"prettier": "^3.1.1",
|
2024-01-05 00:10:31 +09:00
|
|
|
"puppeteer": "^21.7.0",
|
2023-03-07 03:47:18 +09:00
|
|
|
"rimraf": "^3.0.2",
|
2018-01-31 23:51:03 +09:00
|
|
|
"streamqueue": "^1.1.2",
|
2024-01-06 18:09:12 +09:00
|
|
|
"stylelint": "^16.1.0",
|
2023-12-23 20:29:51 +09:00
|
|
|
"stylelint-prettier": "^5.0.0",
|
|
|
|
"terser": "^5.26.0",
|
2020-10-05 01:53:43 +09:00
|
|
|
"through2": "^4.0.2",
|
2023-09-24 18:03:19 +09:00
|
|
|
"tsc-alias": "^1.8.8",
|
2022-04-02 23:19:17 +09:00
|
|
|
"ttest": "^4.0.0",
|
2023-12-23 20:29:51 +09:00
|
|
|
"typescript": "^5.3.3",
|
2018-07-01 03:39:31 +09:00
|
|
|
"typogr": "^0.6.8",
|
2022-10-02 01:02:00 +09:00
|
|
|
"vinyl": "^3.0.0",
|
2023-10-14 20:44:21 +09:00
|
|
|
"webpack": "^5.89.0",
|
2021-09-05 16:58:59 +09:00
|
|
|
"webpack-stream": "^7.0.0",
|
2018-11-25 05:00:22 +09:00
|
|
|
"wintersmith": "^2.5.0",
|
2023-05-14 17:12:06 +09:00
|
|
|
"yargs": "^17.7.2"
|
2014-04-11 02:01:51 +09:00
|
|
|
},
|
2013-02-02 01:36:58 +09:00
|
|
|
"scripts": {
|
2023-09-25 18:56:02 +09:00
|
|
|
"postinstall": "cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.mjs"
|
2013-02-02 01:36:58 +09:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/mozilla/pdf.js.git"
|
2013-03-27 17:16:40 +09:00
|
|
|
},
|
2023-03-07 20:03:45 +09:00
|
|
|
"engines": {
|
2023-04-05 17:40:19 +09:00
|
|
|
"node": ">=18"
|
2023-03-07 20:03:45 +09:00
|
|
|
},
|
2015-07-01 12:20:48 +09:00
|
|
|
"license": "Apache-2.0"
|
2013-02-02 01:36:58 +09:00
|
|
|
}
|