File: D:/HostingSpaces/SBogers10/somerenslust.komma.pro/node_modules/uglifyjs-webpack-plugin/package.json
{
"_args": [
[
{
"raw": "uglifyjs-webpack-plugin@^1.1.6",
"scope": null,
"escapedName": "uglifyjs-webpack-plugin",
"name": "uglifyjs-webpack-plugin",
"rawSpec": "^1.1.6",
"spec": ">=1.1.6 <2.0.0",
"type": "range"
},
"/Users/pascallemmen/Webdevelopment/Somerens Lust/node_modules/laravel-mix"
]
],
"_from": "uglifyjs-webpack-plugin@>=1.1.6 <2.0.0",
"_id": "uglifyjs-webpack-plugin@1.2.0",
"_inCache": true,
"_location": "/uglifyjs-webpack-plugin",
"_nodeVersion": "9.5.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/uglifyjs-webpack-plugin_1.2.0_1518820172772_0.7973256471000802"
},
"_npmUser": {
"name": "michael-ciniawsky",
"email": "michael.ciniawsky@gmail.com"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {
"ajv-keywords": "3.1.0",
"fast-deep-equal": "1.0.0",
"fast-json-stable-stringify": "2.0.0",
"json-schema-traverse": "0.3.1"
},
"_requested": {
"raw": "uglifyjs-webpack-plugin@^1.1.6",
"scope": null,
"escapedName": "uglifyjs-webpack-plugin",
"name": "uglifyjs-webpack-plugin",
"rawSpec": "^1.1.6",
"spec": ">=1.1.6 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/laravel-mix"
],
"_resolved": "https://registry.npmjs.org/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-1.2.0.tgz",
"_shasum": "f706fa4c655000a086b4a97c7d835ed0f6e9b0ef",
"_shrinkwrap": null,
"_spec": "uglifyjs-webpack-plugin@^1.1.6",
"_where": "/Users/pascallemmen/Webdevelopment/Somerens Lust/node_modules/laravel-mix",
"author": {
"name": "webpack Contrib Team"
},
"bugs": {
"url": "https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues"
},
"dependencies": {
"cacache": "^10.0.1",
"find-cache-dir": "^1.0.0",
"schema-utils": "^0.4.2",
"serialize-javascript": "^1.4.0",
"source-map": "^0.6.1",
"uglify-es": "^3.3.4",
"webpack-sources": "^1.1.0",
"worker-farm": "^1.5.2"
},
"description": "UglifyJS plugin for webpack",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-jest": "^21.2.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.1.3",
"del-cli": "^1.1.0",
"eslint": "^4.14.0",
"eslint-config-webpack": "^1.2.5",
"eslint-plugin-import": "^2.8.0",
"jest": "^21.2.1",
"lint-staged": "^6.0.0",
"memory-fs": "^0.4.1",
"nsp": "^3.1.0",
"pre-commit": "^1.2.2",
"standard-version": "^4.3.0",
"webpack": "^3.10.0",
"webpack-defaults": "^1.6.0"
},
"directories": {},
"dist": {
"integrity": "sha512-Bc2NeyTTSJAy2JuKaBpdvWyuySPSPHNcj70KFqu7FhfrfsjPo0Kta9jgAvPrQxnz86mOH1tk4n/I8wvZrXvetA==",
"shasum": "f706fa4c655000a086b4a97c7d835ed0f6e9b0ef",
"tarball": "https://registry.npmjs.org/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-1.2.0.tgz",
"fileCount": 11,
"unpackedSize": 49577
},
"engines": {
"node": ">= 4.8 < 5.0.0 || >= 5.10"
},
"files": [
"dist"
],
"gitHead": "99240e89d61002c7de0b70bf90137d0c4122b03e",
"homepage": "https://github.com/webpack-contrib/uglifyjs-webpack-plugin",
"keywords": [
"uglify",
"uglify-js",
"uglify-es",
"webpack",
"webpack-plugin"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"main": "dist/cjs.js",
"maintainers": [
{
"name": "bebraw",
"email": "bebraw@gmail.com"
},
{
"name": "d3viant0ne",
"email": "wiens.joshua@gmail.com"
},
{
"name": "michael-ciniawsky",
"email": "michael.ciniawsky@gmail.com"
},
{
"name": "sokra",
"email": "tobias.koppers@googlemail.com"
},
{
"name": "thelarkinn",
"email": "sean.larkin@cuw.edu"
}
],
"name": "uglifyjs-webpack-plugin",
"optionalDependencies": {},
"peerDependencies": {
"webpack": "^2.0.0 || ^3.0.0"
},
"pre-commit": "lint-staged",
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/webpack-contrib/uglifyjs-webpack-plugin.git"
},
"scripts": {
"appveyor:test": "npm run test",
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
"clean": "del-cli dist",
"lint": "eslint --cache src test",
"lint-staged": "lint-staged",
"prebuild": "npm run clean",
"prepare": "npm run build",
"release": "standard-version",
"security": "nsp check",
"start": "npm run build -- -w",
"test": "jest",
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
"test:watch": "jest --watch",
"travis:coverage": "npm run test:coverage -- --runInBand",
"travis:lint": "npm run lint && npm run security",
"travis:test": "npm run test -- --runInBand",
"webpack-defaults": "webpack-defaults"
},
"version": "1.2.0"
}