{ "_from": "lite-server", "_id": "lite-server@2.6.1", "_inBundle": false, "_integrity": "sha512-d3oyB/C8AU4EwYQHlLxcu6vTQDnCaLb81v1KKNYABmFS5oeJ11A+YxlqtpbTclID1AFddJfcB5klf0q98vYIMw==", "_location": "/lite-server", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "lite-server", "name": "lite-server", "escapedName": "lite-server", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#DEV:/", "#USER" ], "_resolved": "https://registry.npmjs.org/lite-server/-/lite-server-2.6.1.tgz", "_shasum": "27281022c77c99673d0a820b998bc7e125cdbaa0", "_spec": "lite-server", "_where": "/Users/vigdorov/self-dev/examples-for-kids", "bin": { "lite-server": "bin/lite-server" }, "bugs": { "url": "https://github.com/johnpapa/lite-server/issues" }, "bundleDependencies": false, "contributors": [ { "name": "John Papa", "email": "john@johnpapa.net" }, { "name": "Christopher Martin", "email": "cgmartin@gmail.com" } ], "dependencies": { "browser-sync": "^2.26.13", "connect-history-api-fallback": "^1.6.0", "connect-logger": "^0.0.1", "lodash": "^4.17.20", "minimist": "^1.2.5" }, "deprecated": false, "description": "Lightweight development node server for serving a web app, providing a fallback for browser history API, loading in the browser, and injecting scripts on the fly.", "devDependencies": { "eslint": "^7.13.0", "istanbul": "^0.4.5", "mocha": "^8.2.1", "mockery": "^2.1.0", "sinon": "^9.2.1" }, "homepage": "https://github.com/johnpapa/lite-server#readme", "keywords": [ "angular", "spa", "static", "server", "development" ], "license": "MIT", "main": "index.js", "name": "lite-server", "repository": { "type": "git", "url": "git+https://github.com/johnpapa/lite-server.git" }, "scripts": { "test": "eslint *.js lib/*.js && istanbul cover _mocha -- -R spec" }, "version": "2.6.1" }