pdf.js/package.json

75 lines
2.2 KiB
JSON
Raw Normal View History

2013-02-02 01:36:58 +09:00
{
"name": "pdf.js",
2017-10-28 02:51:15 +09:00
"version": "2.0.0",
"devDependencies": {
2020-12-13 19:38:37 +09:00
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-logical-assignment-operators": "^7.12.1",
2020-10-18 17:57:52 +09:00
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
2020-12-13 19:38:37 +09:00
"@babel/plugin-transform-runtime": "^7.12.10",
2020-12-27 19:11:18 +09:00
"@babel/preset-env": "^7.12.11",
2020-11-15 21:51:52 +09:00
"@babel/runtime": "^7.12.5",
"acorn": "^8.0.4",
2020-12-13 19:38:37 +09:00
"autoprefixer": "^10.1.0",
2020-11-29 17:43:20 +09:00
"babel-loader": "^8.2.2",
2019-12-29 03:57:25 +09:00
"canvas": "^2.6.1",
2020-12-13 19:38:37 +09:00
"core-js": "^3.8.1",
"cross-env": "^7.0.3",
"es-module-shims": "^0.6.0",
"escodegen": "^2.0.0",
2020-12-27 19:11:18 +09:00
"eslint": "^7.16.0",
2020-11-01 18:04:57 +09:00
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-fetch-options": "^0.0.5",
2020-11-15 21:51:52 +09:00
"eslint-plugin-html": "^6.1.1",
2020-10-04 20:49:28 +09:00
"eslint-plugin-import": "^2.22.1",
2020-11-29 17:43:20 +09:00
"eslint-plugin-mozilla": "^2.9.1",
2020-10-04 20:49:28 +09:00
"eslint-plugin-no-unsanitized": "^3.1.4",
2020-12-27 19:11:18 +09:00
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-unicorn": "^22.0.0",
2020-12-27 19:11:18 +09:00
"globals": "^13.5.0",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
2018-05-20 21:21:08 +09:00
"gulp-replace": "^1.0.0",
"gulp-zip": "^5.0.2",
2020-11-01 18:04:57 +09:00
"jasmine": "^3.6.3",
2020-09-20 18:34:24 +09:00
"jsdoc": "^3.6.6",
"jstransformer-markdown-it": "^2.1.0",
"merge-stream": "^2.0.0",
2020-04-18 18:08:46 +09:00
"mkdirp": "^1.0.4",
2020-09-06 18:49:49 +09:00
"needle": "^2.5.2",
2020-12-13 19:38:37 +09:00
"postcss": "^8.2.1",
2020-10-04 20:49:28 +09:00
"postcss-calc": "^7.0.5",
"postcss-css-variables": "^0.17.0",
2020-11-29 17:43:20 +09:00
"prettier": "^2.2.1",
2020-11-22 22:26:32 +09:00
"puppeteer": "^5.5.0",
"rimraf": "^3.0.2",
"streamqueue": "^1.1.2",
2020-11-29 17:43:20 +09:00
"stylelint": "^13.8.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-prettier": "^1.1.2",
2019-01-21 00:34:24 +09:00
"systemjs": "^0.21.6",
"systemjs-plugin-babel": "^0.0.25",
2020-11-29 17:43:20 +09:00
"terser": "^5.5.1",
"through2": "^4.0.2",
"ttest": "^3.0.0",
2020-12-13 19:38:37 +09:00
"typescript": "^4.1.3",
2018-07-01 03:39:31 +09:00
"typogr": "^0.6.8",
2020-10-04 20:49:28 +09:00
"vinyl": "^2.2.1",
2018-05-20 21:21:08 +09:00
"vinyl-fs": "^3.0.3",
2020-11-15 21:51:52 +09:00
"web-streams-polyfill": "^3.0.1",
2020-12-27 19:11:18 +09:00
"webpack": "^5.11.0",
2020-11-15 21:51:52 +09:00
"webpack-stream": "~6.1.1",
2018-11-25 05:00:22 +09:00
"wintersmith": "^2.5.0",
2019-10-18 23:42:02 +09:00
"yargs": "^11.1.1"
},
2013-02-02 01:36:58 +09:00
"scripts": {
2020-10-04 06:06:31 +09:00
"postinstall": "cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.js",
"test": "gulp npm-test"
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
},
"license": "Apache-2.0"
2013-02-02 01:36:58 +09:00
}