Files
old-slucajna-televizija/web/node_modules/webpack-dev-server/package.json

132 lines
3.9 KiB
JSON
Raw Normal View History

2017-10-16 11:19:46 +02:00
{
"_from": "webpack-dev-server@2.4.5",
"_id": "webpack-dev-server@2.4.5",
"_inBundle": false,
"_integrity": "sha1-MThM6BE2vhCAtLTN4OubkOVO5s8=",
"_location": "/webpack-dev-server",
"_phantomChildren": {
"debug": "2.6.9",
"decamelize": "1.2.0",
"eventsource": "0.1.6",
"faye-websocket": "0.11.1",
"get-caller-file": "1.0.2",
"inherits": "2.0.3",
"json3": "3.3.2",
"object-assign": "4.1.1",
"os-locale": "1.4.0",
"pinkie-promise": "2.0.1",
"read-pkg-up": "1.0.1",
"require-directory": "2.1.1",
"require-main-filename": "1.0.1",
"set-blocking": "2.0.0",
"string-width": "1.0.2",
"strip-ansi": "3.0.1",
"url-parse": "1.1.9",
"which-module": "1.0.0",
"wrap-ansi": "2.1.0",
"y18n": "3.2.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "webpack-dev-server@2.4.5",
"name": "webpack-dev-server",
"escapedName": "webpack-dev-server",
"rawSpec": "2.4.5",
"saveSpec": null,
"fetchSpec": "2.4.5"
},
"_requiredBy": [
"/react-scripts"
],
"_resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-2.4.5.tgz",
"_shasum": "31384ce81136be1080b4b4cde0eb9b90e54ee6cf",
"_spec": "webpack-dev-server@2.4.5",
"_where": "/home/bilal/Saburly/slucajna-televizija/node_modules/react-scripts",
"author": {
"name": "Tobias Koppers @sokra"
},
"bin": {
"webpack-dev-server": "bin/webpack-dev-server.js"
},
"bugs": {
"url": "https://github.com/webpack/webpack-dev-server/issues"
},
"bundleDependencies": false,
"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"
},
"deprecated": false,
"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"
},
"engines": {
"node": ">=4.7"
},
"files": [
"lib/",
"bin",
"client/",
"ssl/"
],
"homepage": "http://github.com/webpack/webpack-dev-server",
"license": "MIT",
"main": "lib/Server.js",
"name": "webpack-dev-server",
"peerDependencies": {
"webpack": "^2.2.0"
},
"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"
}