diff options
Diffstat (limited to 'node_modules/webpack/package.json')
| -rw-r--r-- | node_modules/webpack/package.json | 58 | 
1 files changed, 30 insertions, 28 deletions
diff --git a/node_modules/webpack/package.json b/node_modules/webpack/package.json index f65508dc7..1cc78da0d 100644 --- a/node_modules/webpack/package.json +++ b/node_modules/webpack/package.json @@ -1,30 +1,31 @@  {    "name": "webpack", -  "version": "2.6.0", +  "version": "3.5.4",    "author": "Tobias Koppers @sokra",    "description": "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",    "dependencies": {      "acorn": "^5.0.0",      "acorn-dynamic-import": "^2.0.0", -    "ajv": "^4.7.0", -    "ajv-keywords": "^1.1.1", +    "ajv": "^5.1.5", +    "ajv-keywords": "^2.0.0",      "async": "^2.1.2", -    "enhanced-resolve": "^3.0.0", +    "enhanced-resolve": "^3.4.0", +    "escope": "^3.6.0",      "interpret": "^1.0.0",      "json-loader": "^0.5.4",      "json5": "^0.5.1",      "loader-runner": "^2.3.0", -    "loader-utils": "^0.2.16", +    "loader-utils": "^1.1.0",      "memory-fs": "~0.4.1",      "mkdirp": "~0.5.0",      "node-libs-browser": "^2.0.0",      "source-map": "^0.5.3", -    "supports-color": "^3.1.0", -    "tapable": "~0.2.5", -    "uglify-js": "^2.8.27", -    "watchpack": "^1.3.1", -    "webpack-sources": "^0.2.3", -    "yargs": "^6.0.0" +    "supports-color": "^4.2.1", +    "tapable": "^0.2.7", +    "uglifyjs-webpack-plugin": "^0.4.6", +    "watchpack": "^1.4.0", +    "webpack-sources": "^1.0.1", +    "yargs": "^8.0.2"    },    "license": "MIT",    "devDependencies": { @@ -36,20 +37,20 @@      "coffee-loader": "~0.7.1",      "coffee-script": "^1.10.0",      "coveralls": "^2.11.2", -    "css-loader": "~0.25.0", +    "css-loader": "^0.28.3",      "es6-promise-polyfill": "^1.1.1", -    "eslint": "3.12.2", -    "eslint-plugin-node": "^3.0.5", +    "eslint": "^4.3.0", +    "eslint-plugin-node": "^5.1.1",      "express": "~4.13.1", -    "extract-text-webpack-plugin": "^2.0.0-beta", -    "file-loader": "~0.9.0", -    "i18n-webpack-plugin": "^0.3.0", +    "extract-text-webpack-plugin": "^3.0.0", +    "file-loader": "^0.11.2", +    "i18n-webpack-plugin": "^1.0.0",      "istanbul": "^0.4.5",      "jade": "^1.11.0",      "jade-loader": "~0.8.0",      "js-beautify": "^1.5.10",      "less": "^2.5.1", -    "less-loader": "^2.0.0", +    "less-loader": "^4.0.3",      "lodash": "^4.17.4",      "mocha": "^3.2.0",      "mocha-lcov-reporter": "^1.0.0", @@ -60,13 +61,13 @@      "script-loader": "~0.7.0",      "should": "^11.1.1",      "simple-git": "^1.65.0", -    "sinon": "^1.17.7", -    "style-loader": "~0.13.0", +    "sinon": "^2.3.2", +    "style-loader": "^0.18.1",      "url-loader": "~0.5.0", -    "val-loader": "~0.5.0", +    "val-loader": "^1.0.2",      "vm-browserify": "~0.0.0",      "webpack-dev-middleware": "^1.9.0", -    "worker-loader": "~0.7.0" +    "worker-loader": "^0.8.0"    },    "engines": {      "node": ">=4.3.0 <5.0.0 || >=5.10" @@ -88,23 +89,24 @@      "schemas/"    ],    "scripts": { -    "test": "mocha test/*.test.js --harmony --check-leaks", +    "test": "mocha test/*.test.js --max-old-space-size=4096 --harmony --check-leaks",      "travis:test": "npm run cover:min",      "travis:lint": "npm run lint-files && npm run nsp",      "travis:benchmark": "npm run benchmark", -    "appveyor:test": "node --max_old_space_size=4096 node_modules\\mocha\\bin\\mocha --harmony test/*.test.js", +    "appveyor:test": "node node_modules\\mocha\\bin\\mocha --max-old-space-size=4096 --harmony test/*.test.js",      "appveyor:benchmark": "npm run benchmark", -    "circleci:test": "node --max_old_space_size=4096 node_modules/mocha/bin/mocha --harmony test/*.test.js", +    "circleci:test": "node node_modules/mocha/bin/mocha --max-old-space-size=4096 --harmony test/*.test.js",      "circleci:lint": "npm run lint-files && npm run nsp",      "build:examples": "cd examples && node buildAll.js",      "pretest": "npm run lint-files",      "lint-files": "npm run lint && npm run beautify-lint",      "lint": "eslint lib bin hot buildin \"test/**/webpack.config.js\" \"test/binCases/**/test.js\" \"examples/**/webpack.config.js\"", +    "fix": "npm run lint -- --fix",      "beautify-lint": "beautify-lint \"lib/**/*.js\" \"hot/**/*.js\" \"bin/**/*.js\" \"benchmark/*.js\" \"test/*.js\"",      "nsp": "nsp check --output summary", -    "benchmark": "mocha test/*.benchmark.js --harmony -R spec", -    "cover": "node --harmony ./node_modules/istanbul/lib/cli.js cover -x '**/*.runtime.js' node_modules/mocha/bin/_mocha -- test/*.test.js", -    "cover:min": "node --harmony ./node_modules/.bin/istanbul cover -x '**/*.runtime.js' --report lcovonly node_modules/mocha/bin/_mocha -- test/*.test.js", +    "benchmark": "mocha --max-old-space-size=4096 --harmony test/*.benchmark.js -R spec", +    "cover": "node --max-old-space-size=4096 --harmony ./node_modules/istanbul/lib/cli.js cover -x '**/*.runtime.js' node_modules/mocha/bin/_mocha -- test/*.test.js", +    "cover:min": "node --max-old-space-size=4096 --harmony ./node_modules/.bin/istanbul cover -x '**/*.runtime.js' --report lcovonly node_modules/mocha/bin/_mocha -- test/*.test.js",      "publish-patch": "npm run lint && npm run beautify-lint && mocha && npm version patch && git push && git push --tags && npm publish"    }  }  | 
