Files
30-seconds-of-code/node_modules/terser-webpack-plugin/package.json
2019-08-20 15:52:05 +02:00

130 lines
3.6 KiB
JSON

{
"_from": "terser-webpack-plugin@1.2.4",
"_id": "terser-webpack-plugin@1.2.4",
"_inBundle": false,
"_integrity": "sha512-64IiILNQlACWZLzFlpzNaG0bpQ4ytaB7fwOsbpsdIV70AfLUmIGGeuKL0YV2WmtcrURjE2aOvHD4/lrFV3Rg+Q==",
"_location": "/terser-webpack-plugin",
"_phantomChildren": {
"ajv": "6.10.2",
"ajv-errors": "1.0.1",
"ajv-keywords": "3.4.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "terser-webpack-plugin@1.2.4",
"name": "terser-webpack-plugin",
"escapedName": "terser-webpack-plugin",
"rawSpec": "1.2.4",
"saveSpec": null,
"fetchSpec": "1.2.4"
},
"_requiredBy": [
"/gatsby",
"/webpack"
],
"_resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.2.4.tgz",
"_shasum": "56f87540c28dd5265753431009388f473b5abba3",
"_spec": "terser-webpack-plugin@1.2.4",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
"author": {
"name": "webpack Contrib Team"
},
"bugs": {
"url": "https://github.com/webpack-contrib/terser-webpack-plugin/issues"
},
"bundleDependencies": false,
"dependencies": {
"cacache": "^11.3.2",
"find-cache-dir": "^2.0.0",
"is-wsl": "^1.1.0",
"schema-utils": "^1.0.0",
"serialize-javascript": "^1.7.0",
"source-map": "^0.6.1",
"terser": "^3.17.0",
"webpack-sources": "^1.3.0",
"worker-farm": "^1.7.0"
},
"deprecated": false,
"description": "Terser plugin for webpack",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@commitlint/cli": "^7.6.1",
"@commitlint/config-conventional": "^7.6.0",
"@webpack-contrib/defaults": "^4.0.1",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^24.8.0",
"commitlint-azure-pipelines-cli": "^1.0.1",
"cross-env": "^5.2.0",
"del": "^4.1.1",
"del-cli": "^1.1.0",
"eslint": "^5.16.0",
"eslint-config-webpack": "^1.2.5",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-prettier": "^3.1.0",
"husky": "^2.2.0",
"jest": "^24.8.0",
"jest-junit": "^6.4.0",
"lint-staged": "^8.1.6",
"memory-fs": "^0.4.1",
"prettier": "^1.17.1",
"standard-version": "^6.0.1",
"uglify-js": "^3.5.12",
"webpack": "^4.31.0"
},
"engines": {
"node": ">= 6.9.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/webpack-contrib/terser-webpack-plugin",
"keywords": [
"uglify",
"uglify-js",
"uglify-es",
"terser",
"webpack",
"webpack-plugin",
"minification",
"compress",
"compressor",
"min",
"minification",
"minifier",
"minify",
"optimize",
"optimizer"
],
"license": "MIT",
"main": "dist/cjs.js",
"name": "terser-webpack-plugin",
"peerDependencies": {
"webpack": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webpack-contrib/terser-webpack-plugin.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
"clean": "del-cli dist",
"commitlint": "commitlint --from=master",
"defaults": "webpack-defaults",
"lint": "eslint --cache src test",
"prebuild": "npm run clean",
"prepare": "npm run build",
"pretest": "npm run lint",
"release": "standard-version",
"security": "npm audit",
"start": "npm run build -- -w",
"test": "npm run test:coverage",
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
"test:only": "jest",
"test:watch": "jest --watch"
},
"version": "1.2.4"
}