192 lines
5.4 KiB
JSON
192 lines
5.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "webpack-dev-server@^2.4.0",
|
|
"scope": null,
|
|
"escapedName": "webpack-dev-server",
|
|
"name": "webpack-dev-server",
|
|
"rawSpec": "^2.4.0",
|
|
"spec": ">=2.4.0 <3.0.0",
|
|
"type": "range"
|
|
},
|
|
"c:\\xampp\\htdocs\\laravel\\node_modules\\laravel-mix"
|
|
]
|
|
],
|
|
"_from": "webpack-dev-server@>=2.4.0 <3.0.0",
|
|
"_id": "webpack-dev-server@2.4.5",
|
|
"_inCache": true,
|
|
"_location": "/webpack-dev-server",
|
|
"_nodeVersion": "7.4.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/webpack-dev-server-2.4.5.tgz_1493212734344_0.6084479475393891"
|
|
},
|
|
"_npmUser": {
|
|
"name": "sokra",
|
|
"email": "tobias.koppers@googlemail.com"
|
|
},
|
|
"_npmVersion": "4.0.5",
|
|
"_phantomChildren": {
|
|
"accepts": "1.3.3",
|
|
"array-flatten": "1.1.1",
|
|
"cliui": "3.2.0",
|
|
"content-disposition": "0.5.2",
|
|
"content-type": "1.0.2",
|
|
"cookie": "0.3.1",
|
|
"cookie-signature": "1.0.6",
|
|
"decamelize": "1.2.0",
|
|
"depd": "1.1.0",
|
|
"destroy": "1.0.4",
|
|
"encodeurl": "1.0.1",
|
|
"escape-html": "1.0.3",
|
|
"etag": "1.8.0",
|
|
"get-caller-file": "1.0.2",
|
|
"inherits": "2.0.3",
|
|
"merge-descriptors": "1.0.1",
|
|
"methods": "1.1.2",
|
|
"ms": "2.0.0",
|
|
"on-finished": "2.3.0",
|
|
"os-locale": "1.4.0",
|
|
"parseurl": "1.3.1",
|
|
"path-to-regexp": "0.1.7",
|
|
"proxy-addr": "1.1.4",
|
|
"range-parser": "1.2.0",
|
|
"read-pkg-up": "1.0.1",
|
|
"require-directory": "2.1.1",
|
|
"require-main-filename": "1.0.1",
|
|
"set-blocking": "2.0.0",
|
|
"statuses": "1.3.1",
|
|
"string-width": "1.0.2",
|
|
"type-is": "1.6.15",
|
|
"unpipe": "1.0.0",
|
|
"utils-merge": "1.0.0",
|
|
"vary": "1.1.1",
|
|
"which-module": "1.0.0",
|
|
"y18n": "3.2.1",
|
|
"yargs-parser": "4.2.1"
|
|
},
|
|
"_requested": {
|
|
"raw": "webpack-dev-server@^2.4.0",
|
|
"scope": null,
|
|
"escapedName": "webpack-dev-server",
|
|
"name": "webpack-dev-server",
|
|
"rawSpec": "^2.4.0",
|
|
"spec": ">=2.4.0 <3.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/laravel-mix"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-2.4.5.tgz",
|
|
"_shasum": "31384ce81136be1080b4b4cde0eb9b90e54ee6cf",
|
|
"_shrinkwrap": null,
|
|
"_spec": "webpack-dev-server@^2.4.0",
|
|
"_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\laravel-mix",
|
|
"author": {
|
|
"name": "Tobias Koppers @sokra"
|
|
},
|
|
"bin": {
|
|
"webpack-dev-server": "bin/webpack-dev-server.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/webpack/webpack-dev-server/issues"
|
|
},
|
|
"dependencies": {
|
|
"ansi-html": "0.0.7",
|
|
"chokidar": "^1.6.0",
|
|
"compression": "^1.5.2",
|
|
"connect-history-api-fallback": "^1.3.0",
|
|
"express": "^4.13.3",
|
|
"html-entities": "^1.2.0",
|
|
"http-proxy-middleware": "~0.17.4",
|
|
"opn": "4.0.2",
|
|
"portfinder": "^1.0.9",
|
|
"serve-index": "^1.7.2",
|
|
"sockjs": "0.3.18",
|
|
"sockjs-client": "1.1.2",
|
|
"spdy": "^3.4.1",
|
|
"strip-ansi": "^3.0.0",
|
|
"supports-color": "^3.1.1",
|
|
"webpack-dev-middleware": "^1.10.2",
|
|
"yargs": "^6.0.0"
|
|
},
|
|
"description": "Serves a webpack app. Updates the browser on changes.",
|
|
"devDependencies": {
|
|
"codecov.io": "^0.1.6",
|
|
"css-loader": "~0.26.1",
|
|
"eslint": "^3.4.0",
|
|
"file-loader": "~0.10.0",
|
|
"istanbul": "^0.4.5",
|
|
"jquery": "^2.2.0",
|
|
"less": "^2.5.1",
|
|
"less-loader": "~2.2.0",
|
|
"mocha": "^3.0.2",
|
|
"mocha-sinon": "^1.1.6",
|
|
"pug": "^2.0.0-beta5",
|
|
"pug-loader": "^2.3.0",
|
|
"should": "^11.1.0",
|
|
"sinon": "^1.17.6",
|
|
"style-loader": "~0.13.0",
|
|
"supertest": "^2.0.1",
|
|
"url-loader": "~0.5.6",
|
|
"webpack": "^2.2.0",
|
|
"ws": "^1.1.1"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "31384ce81136be1080b4b4cde0eb9b90e54ee6cf",
|
|
"tarball": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-2.4.5.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.7"
|
|
},
|
|
"files": [
|
|
"lib/",
|
|
"bin",
|
|
"client/",
|
|
"ssl/"
|
|
],
|
|
"gitHead": "662bc31a4fc44b6888b5a0baff9ee96fef049cdb",
|
|
"homepage": "http://github.com/webpack/webpack-dev-server",
|
|
"license": "MIT",
|
|
"main": "lib/Server.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "jhnns",
|
|
"email": "mail@johannesewald.de"
|
|
},
|
|
{
|
|
"name": "sokra",
|
|
"email": "tobias.koppers@googlemail.com"
|
|
},
|
|
{
|
|
"name": "spacek33z",
|
|
"email": "kees@webduck.nl"
|
|
}
|
|
],
|
|
"name": "webpack-dev-server",
|
|
"optionalDependencies": {},
|
|
"peerDependencies": {
|
|
"webpack": "^2.2.0"
|
|
},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/webpack/webpack-dev-server.git"
|
|
},
|
|
"scripts": {
|
|
"beautify": "npm run lint -- --fix",
|
|
"client-index": "webpack ./client/index.js client/index.bundle.js --color --config client/webpack.config.js -p",
|
|
"client-live": "webpack ./client/live.js client/live.bundle.js --color --config client/webpack.config.js -p",
|
|
"client-sockjs": "webpack ./client/sockjs.js client/sockjs.bundle.js --color --config client/webpack.sockjs.config.js -p",
|
|
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
|
|
"lint": "eslint bin lib test examples client/{index,live,socket,sockjs,overlay,webpack.config}.js",
|
|
"posttest": "npm run -s lint",
|
|
"prepublish": "npm run -s client-live && npm run -s client-index && npm run -s client-sockjs",
|
|
"test": "mocha --full-trace --check-leaks",
|
|
"travis": "npm run cover -- --report lcovonly && npm run lint"
|
|
},
|
|
"version": "2.4.5"
|
|
}
|