123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- {
- "_args": [
- [
- "uglifyjs-webpack-plugin@^0.4.6",
- "/home/seleznev/project Angular/Quality system/node_modules/webpack"
- ]
- ],
- "_from": "uglifyjs-webpack-plugin@>=0.4.6 <0.5.0",
- "_id": "uglifyjs-webpack-plugin@0.4.6",
- "_inCache": true,
- "_installable": true,
- "_location": "/uglifyjs-webpack-plugin",
- "_nodeVersion": "7.10.0",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/uglifyjs-webpack-plugin-0.4.6.tgz_1497909096724_0.6575086114462465"
- },
- "_npmUser": {
- "email": "sean.larkin@cuw.edu",
- "name": "thelarkinn"
- },
- "_npmVersion": "4.2.0",
- "_phantomChildren": {
- "camelcase": "1.2.1",
- "cliui": "2.1.0",
- "decamelize": "1.2.0",
- "source-map": "0.5.7",
- "uglify-to-browserify": "1.0.2",
- "window-size": "0.1.0"
- },
- "_requested": {
- "name": "uglifyjs-webpack-plugin",
- "raw": "uglifyjs-webpack-plugin@^0.4.6",
- "rawSpec": "^0.4.6",
- "scope": null,
- "spec": ">=0.4.6 <0.5.0",
- "type": "range"
- },
- "_requiredBy": [
- "/webpack"
- ],
- "_resolved": "https://registry.npmjs.org/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-0.4.6.tgz",
- "_shasum": "b951f4abb6bd617e66f63eb891498e391763e309",
- "_shrinkwrap": null,
- "_spec": "uglifyjs-webpack-plugin@^0.4.6",
- "_where": "/home/seleznev/project Angular/Quality system/node_modules/webpack",
- "author": "",
- "bugs": {
- "url": "https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues"
- },
- "dependencies": {
- "source-map": "^0.5.6",
- "uglify-js": "^2.8.29",
- "webpack-sources": "^1.0.1"
- },
- "description": "UglifyJS plugin for webpack",
- "devDependencies": {
- "babel-cli": "^6.18.0",
- "babel-core": "^6.21.0",
- "babel-eslint": "^7.1.1",
- "babel-jest": "^18.0.0",
- "babel-plugin-syntax-object-rest-spread": "^6.13.0",
- "babel-plugin-transform-object-rest-spread": "^6.20.2",
- "babel-preset-es2015": "^6.18.0",
- "eslint": "^3.13.1",
- "eslint-config-airbnb": "^14.0.0",
- "eslint-plugin-import": "^2.2.0",
- "eslint-plugin-jsx-a11y": "^3.0.2",
- "eslint-plugin-node": "^4.0.1",
- "eslint-plugin-react": "^6.9.0",
- "git-prepush-hook": "^1.0.1",
- "jest": "^18.1.0",
- "sync-exec": "^0.6.2",
- "webpack": "^2.2.0"
- },
- "directories": {},
- "dist": {
- "shasum": "b951f4abb6bd617e66f63eb891498e391763e309",
- "tarball": "https://registry.npmjs.org/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-0.4.6.tgz"
- },
- "engines": {
- "node": ">=4.3.0 <5.0.0 || >=5.10"
- },
- "files": [
- "dist",
- "lib"
- ],
- "gitHead": "689dfa100cfe1ca9201dccfc2628b54500955590",
- "homepage": "https://github.com/webpack-contrib/uglifyjs-webpack-plugin",
- "jest": {
- "collectCoverage": true,
- "moduleDirectories": [
- "node_modules"
- ],
- "moduleFileExtensions": [
- "js"
- ]
- },
- "keywords": [
- "plugin",
- "uglifyjs",
- "webpack"
- ],
- "license": "MIT",
- "main": "./dist",
- "maintainers": [
- {
- "name": "d3viant0ne",
- "email": "wiens.joshua@gmail.com"
- },
- {
- "name": "thelarkinn",
- "email": "sean.larkin@cuw.edu"
- },
- {
- "name": "bebraw",
- "email": "bebraw@gmail.com"
- }
- ],
- "name": "uglifyjs-webpack-plugin",
- "optionalDependencies": {},
- "peerDependencies": {
- "webpack": "^1.9 || ^2 || ^2.1.0-beta || ^2.2.0-rc || ^3.0.0"
- },
- "pre-push": [
- "test:all"
- ],
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/webpack-contrib/uglifyjs-webpack-plugin.git"
- },
- "scripts": {
- "build": "babel src -d dist",
- "postinstall": "node lib/post_install.js",
- "preversion": "npm run test:all && npm run build && git commit --allow-empty -am \"Update dist\"",
- "test": "jest --",
- "test:all": "npm run test:coverage && npm run test:lint",
- "test:coverage": "jest --coverage --",
- "test:lint": "eslint . --ext .js --ignore-path .gitignore --cache",
- "test:watch": "jest --watch --"
- },
- "version": "0.4.6"
- }
|