2013-02-01 11:36:58 -05:00
|
|
|
{
|
|
|
|
"name": "pdf.js",
|
2017-10-27 12:51:15 -05:00
|
|
|
"version": "2.0.0",
|
2014-04-10 10:01:51 -07:00
|
|
|
"devDependencies": {
|
2021-04-04 10:53:29 +02:00
|
|
|
"@babel/core": "^7.13.14",
|
2021-03-07 12:00:57 +01:00
|
|
|
"@babel/plugin-proposal-logical-assignment-operators": "^7.13.8",
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
|
2021-03-21 11:00:02 +01:00
|
|
|
"@babel/plugin-transform-runtime": "^7.13.10",
|
2021-04-04 10:53:29 +02:00
|
|
|
"@babel/preset-env": "^7.13.12",
|
2021-03-21 11:00:02 +01:00
|
|
|
"@babel/runtime": "^7.13.10",
|
|
|
|
"acorn": "^8.1.0",
|
2021-03-07 12:00:57 +01:00
|
|
|
"autoprefixer": "^10.2.5",
|
2020-11-29 09:43:20 +01:00
|
|
|
"babel-loader": "^8.2.2",
|
2021-03-07 12:00:57 +01:00
|
|
|
"canvas": "^2.7.0",
|
2021-04-04 10:53:29 +02:00
|
|
|
"core-js": "^3.10.0",
|
2020-12-13 11:38:37 +01:00
|
|
|
"cross-env": "^7.0.3",
|
2020-10-04 18:53:43 +02:00
|
|
|
"es-module-shims": "^0.6.0",
|
2020-09-29 15:35:58 +02:00
|
|
|
"escodegen": "^2.0.0",
|
2021-04-04 10:53:29 +02:00
|
|
|
"eslint": "^7.23.0",
|
2020-11-01 10:04:57 +01:00
|
|
|
"eslint-config-prettier": "^6.15.0",
|
2019-09-07 12:37:13 +02:00
|
|
|
"eslint-plugin-fetch-options": "^0.0.5",
|
2021-03-21 11:00:02 +01:00
|
|
|
"eslint-plugin-html": "^6.1.2",
|
2020-10-04 13:49:28 +02:00
|
|
|
"eslint-plugin-import": "^2.22.1",
|
2021-01-10 11:25:47 +01:00
|
|
|
"eslint-plugin-mozilla": "^2.9.2",
|
2020-10-04 13:49:28 +02:00
|
|
|
"eslint-plugin-no-unsanitized": "^3.1.4",
|
2021-01-10 11:25:47 +01:00
|
|
|
"eslint-plugin-prettier": "^3.3.1",
|
2021-01-09 15:37:44 +01:00
|
|
|
"eslint-plugin-sort-exports": "^0.3.2",
|
2021-01-24 08:38:38 +01:00
|
|
|
"eslint-plugin-unicorn": "^27.0.0",
|
2021-03-21 11:00:02 +01:00
|
|
|
"globals": "^13.7.0",
|
2019-05-25 16:36:42 +02:00
|
|
|
"gulp": "^4.0.2",
|
2020-10-04 18:53:43 +02:00
|
|
|
"gulp-postcss": "^9.0.0",
|
|
|
|
"gulp-rename": "^2.0.0",
|
2018-05-20 14:21:08 +02:00
|
|
|
"gulp-replace": "^1.0.0",
|
2021-03-21 11:00:02 +01:00
|
|
|
"gulp-zip": "^5.1.0",
|
|
|
|
"jasmine": "^3.7.0",
|
2020-09-20 11:34:24 +02:00
|
|
|
"jsdoc": "^3.6.6",
|
2018-11-24 21:39:54 +01:00
|
|
|
"jstransformer-markdown-it": "^2.1.0",
|
2020-10-04 18:53:43 +02:00
|
|
|
"merge-stream": "^2.0.0",
|
2020-04-18 11:08:46 +02:00
|
|
|
"mkdirp": "^1.0.4",
|
2021-01-10 11:25:47 +01:00
|
|
|
"needle": "^2.6.0",
|
2021-04-04 10:53:29 +02:00
|
|
|
"postcss": "^8.2.9",
|
2020-10-04 13:49:28 +02:00
|
|
|
"postcss-calc": "^7.0.5",
|
2020-11-29 09:43:20 +01:00
|
|
|
"prettier": "^2.2.1",
|
2021-02-26 12:08:02 +01:00
|
|
|
"puppeteer": "^8.0.0",
|
2020-10-04 18:53:43 +02:00
|
|
|
"rimraf": "^3.0.2",
|
2018-01-31 15:51:03 +01:00
|
|
|
"streamqueue": "^1.1.2",
|
2021-03-07 12:00:57 +01:00
|
|
|
"stylelint": "^13.12.0",
|
2020-08-29 16:35:27 +02:00
|
|
|
"stylelint-config-prettier": "^8.0.2",
|
2021-03-07 12:00:57 +01:00
|
|
|
"stylelint-prettier": "^1.2.0",
|
2019-01-20 16:34:24 +01:00
|
|
|
"systemjs": "^0.21.6",
|
2017-09-29 23:34:54 +02:00
|
|
|
"systemjs-plugin-babel": "^0.0.25",
|
2021-03-21 11:00:02 +01:00
|
|
|
"terser": "^5.6.1",
|
2020-10-04 18:53:43 +02:00
|
|
|
"through2": "^4.0.2",
|
|
|
|
"ttest": "^3.0.0",
|
2021-03-07 12:00:57 +01:00
|
|
|
"typescript": "^4.2.3",
|
2018-06-30 20:39:31 +02:00
|
|
|
"typogr": "^0.6.8",
|
2020-10-04 13:49:28 +02:00
|
|
|
"vinyl": "^2.2.1",
|
2018-05-20 14:21:08 +02:00
|
|
|
"vinyl-fs": "^3.0.3",
|
2021-02-21 11:52:55 +01:00
|
|
|
"web-streams-polyfill": "^3.0.2",
|
2021-04-04 10:53:29 +02:00
|
|
|
"webpack": "^5.30.0",
|
2021-02-21 15:13:41 +01:00
|
|
|
"webpack-stream": "^6.1.2",
|
2018-11-24 21:00:22 +01:00
|
|
|
"wintersmith": "^2.5.0",
|
2019-10-18 16:42:02 +02:00
|
|
|
"yargs": "^11.1.1"
|
2014-04-10 10:01:51 -07:00
|
|
|
},
|
2013-02-01 11:36:58 -05:00
|
|
|
"scripts": {
|
2020-10-03 23:06:31 +02:00
|
|
|
"postinstall": "cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.js",
|
2019-10-14 21:19:31 +02:00
|
|
|
"test": "gulp npm-test"
|
2013-02-01 11:36:58 -05:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/mozilla/pdf.js.git"
|
2013-03-27 01:16:40 -07:00
|
|
|
},
|
2015-06-30 20:20:48 -07:00
|
|
|
"license": "Apache-2.0"
|
2013-02-01 11:36:58 -05:00
|
|
|
}
|