2013-02-02 01:36:58 +09:00
|
|
|
{
|
|
|
|
"name": "pdf.js",
|
2017-10-28 02:51:15 +09:00
|
|
|
"version": "2.0.0",
|
2014-04-11 02:01:51 +09:00
|
|
|
"devDependencies": {
|
2019-12-19 19:28:13 +09:00
|
|
|
"@babel/core": "^7.7.7",
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.7.6",
|
|
|
|
"@babel/preset-env": "^7.7.7",
|
|
|
|
"@babel/runtime": "^7.7.7",
|
|
|
|
"acorn": "^6.4.0",
|
|
|
|
"autoprefixer": "^9.7.3",
|
2019-05-25 23:36:42 +09:00
|
|
|
"babel-loader": "^8.0.6",
|
2019-08-25 03:08:09 +09:00
|
|
|
"canvas": "^2.6.0",
|
2019-12-19 19:28:13 +09:00
|
|
|
"core-js": "^3.6.0",
|
2019-08-25 03:08:09 +09:00
|
|
|
"escodegen": "^1.12.0",
|
2019-12-19 19:28:13 +09:00
|
|
|
"eslint": "^6.7.2",
|
2019-11-23 19:25:24 +09:00
|
|
|
"eslint-config-prettier": "^6.7.0",
|
2019-09-07 19:37:13 +09:00
|
|
|
"eslint-plugin-fetch-options": "^0.0.5",
|
|
|
|
"eslint-plugin-html": "^6.0.0",
|
2019-12-19 19:28:13 +09:00
|
|
|
"eslint-plugin-import": "^2.19.1",
|
|
|
|
"eslint-plugin-mozilla": "^2.3.1",
|
2018-05-20 21:21:08 +09:00
|
|
|
"eslint-plugin-no-unsanitized": "^3.0.2",
|
2019-12-19 19:28:13 +09:00
|
|
|
"eslint-plugin-prettier": "^3.1.2",
|
2019-08-25 03:21:10 +09:00
|
|
|
"eslint-plugin-unicorn": "^10.0.0",
|
2018-12-23 00:00:53 +09:00
|
|
|
"fancy-log": "^1.3.3",
|
2019-05-25 23:36:42 +09:00
|
|
|
"globals": "^11.12.0",
|
|
|
|
"gulp": "^4.0.2",
|
2018-12-23 00:00:53 +09:00
|
|
|
"gulp-postcss": "^8.0.0",
|
2018-08-06 04:20:37 +09:00
|
|
|
"gulp-rename": "^1.4.0",
|
2018-05-20 21:21:08 +09:00
|
|
|
"gulp-replace": "^1.0.0",
|
2018-08-06 04:20:37 +09:00
|
|
|
"gulp-zip": "^4.2.0",
|
2019-09-21 20:41:59 +09:00
|
|
|
"jasmine": "^3.5.0",
|
|
|
|
"jasmine-core": "^3.5.0",
|
2019-08-25 03:08:09 +09:00
|
|
|
"jsdoc": "^3.6.3",
|
2018-11-25 05:39:54 +09:00
|
|
|
"jstransformer-markdown-it": "^2.1.0",
|
2017-01-11 02:50:38 +09:00
|
|
|
"merge-stream": "^1.0.1",
|
2016-10-16 23:06:37 +09:00
|
|
|
"mkdirp": "^0.5.1",
|
2019-11-11 19:22:03 +09:00
|
|
|
"prettier": "^1.19.1",
|
2019-08-25 03:08:09 +09:00
|
|
|
"rimraf": "^2.7.1",
|
2018-01-31 23:51:03 +09:00
|
|
|
"streamqueue": "^1.1.2",
|
2019-01-21 00:34:24 +09:00
|
|
|
"systemjs": "^0.21.6",
|
2017-09-30 06:34:54 +09:00
|
|
|
"systemjs-plugin-babel": "^0.0.25",
|
2019-12-19 19:28:13 +09:00
|
|
|
"terser": "^4.4.3",
|
2019-11-13 11:51:31 +09:00
|
|
|
"through2": "^3.0.1",
|
2019-09-15 22:35:32 +09:00
|
|
|
"ttest": "^2.1.0",
|
2018-07-01 03:39:31 +09:00
|
|
|
"typogr": "^0.6.8",
|
|
|
|
"vinyl": "^2.2.0",
|
2018-05-20 21:21:08 +09:00
|
|
|
"vinyl-fs": "^3.0.3",
|
2019-11-11 19:22:03 +09:00
|
|
|
"web-streams-polyfill": "^2.0.6",
|
2019-12-19 19:28:13 +09:00
|
|
|
"webpack": "^4.41.4",
|
2018-03-18 03:56:39 +09:00
|
|
|
"webpack-stream": "^4.0.3",
|
2018-11-25 05:00:22 +09:00
|
|
|
"wintersmith": "^2.5.0",
|
2019-10-18 23:42:02 +09:00
|
|
|
"yargs": "^11.1.1"
|
2014-04-11 02:01:51 +09:00
|
|
|
},
|
2013-02-02 01:36:58 +09:00
|
|
|
"scripts": {
|
2019-12-19 05:26:44 +09:00
|
|
|
"test": "env SKIP_BABEL=true 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
|
|
|
},
|
2015-07-01 12:20:48 +09:00
|
|
|
"license": "Apache-2.0"
|
2013-02-02 01:36:58 +09:00
|
|
|
}
|