{ "_from": "live-server", "_id": "live-server@1.2.1", "_inBundle": false, "_integrity": "sha512-Yn2XCVjErTkqnM3FfTmM7/kWy3zP7+cEtC7x6u+wUzlQ+1UW3zEYbbyJrc0jNDwiMDZI0m4a0i3dxlGHVyXczw==", "_location": "/live-server", "_phantomChildren": { "arr-flatten": "1.1.0", "array-unique": "0.3.2", "async-each": "1.0.3", "graceful-fs": "4.2.4", "inherits": "2.0.4", "is-extendable": "0.1.1", "is-extglob": "2.1.1", "is-glob": "4.0.1", "isobject": "3.0.1", "micromatch": "3.1.10", "normalize-path": "3.0.0", "path-dirname": "1.0.2", "path-is-absolute": "1.0.1", "readable-stream": "2.3.7", "remove-trailing-separator": "1.1.0", "repeat-element": "1.1.3", "repeat-string": "1.6.1", "snapdragon": "0.8.2", "snapdragon-node": "2.1.1", "split-string": "3.1.0", "to-regex": "3.0.2", "upath": "1.2.0" }, "_requested": { "type": "tag", "registry": true, "raw": "live-server", "name": "live-server", "escapedName": "live-server", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#DEV:/", "#USER" ], "_resolved": "https://registry.npmjs.org/live-server/-/live-server-1.2.1.tgz", "_shasum": "670630dd409d22fe9c513ab1c1894686c757153e", "_spec": "live-server", "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial", "author": { "name": "Tapio Vierros" }, "bin": { "live-server": "live-server.js" }, "bugs": { "url": "https://github.com/tapio/live-server/issues" }, "bundleDependencies": false, "dependencies": { "chokidar": "^2.0.4", "colors": "latest", "connect": "^3.6.6", "cors": "latest", "event-stream": "3.3.4", "faye-websocket": "0.11.x", "http-auth": "3.1.x", "morgan": "^1.9.1", "object-assign": "latest", "opn": "latest", "proxy-middleware": "latest", "send": "latest", "serve-index": "^1.9.1" }, "deprecated": false, "description": "simple development http server with live reload capability", "devDependencies": { "eslint": "^5.9.0", "jshint": "^2.9.6", "mocha": "^5.2.0", "supertest": "^3.3.0" }, "engines": { "node": ">=0.10.0" }, "eslintConfig": { "env": { "node": true }, "rules": { "quotes": 0, "curly": 0, "strict": 0, "no-process-exit": 0, "eqeqeq": 1, "no-unused-vars": 1, "no-shadow": 1 } }, "homepage": "https://github.com/tapio/live-server#readme", "keywords": [ "front-end", "development", "tool", "server", "http", "cli" ], "license": "MIT", "name": "live-server", "preferGlobal": true, "repository": { "type": "git", "url": "git+https://github.com/tapio/live-server.git" }, "scripts": { "hint": "jshint live-server.js index.js", "lint": "eslint live-server.js index.js", "test": "mocha test --exit && npm run lint" }, "version": "1.2.1" }