{ "_args": [ [ "lite-server@^2.1.0", "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton" ] ], "_from": "lite-server@>=2.1.0-0 <3.0.0-0", "_id": "lite-server@2.3.0", "_inCache": true, "_location": "/lite-server", "_nodeVersion": "6.9.1", "_npmOperationalInternal": { "host": "packages-18-east.internal.npmjs.com", "tmp": "tmp/lite-server-2.3.0.tgz_1489003660406_0.07161730993539095" }, "_npmUser": { "email": "john@johnpapa.net", "name": "johnpapa" }, "_npmVersion": "3.10.8", "_phantomChildren": {}, "_requested": { "name": "lite-server", "raw": "lite-server@^2.1.0", "rawSpec": "^2.1.0", "scope": null, "spec": ">=2.1.0-0 <3.0.0-0", "type": "range" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/lite-server/-/lite-server-2.3.0.tgz", "_shasum": "5b4cc8f5d5fd4836105480ab2ac48a3a0de2b0c8", "_shrinkwrap": null, "_spec": "lite-server@^2.1.0", "_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton", "bin": { "lite-server": "./bin/lite-server" }, "bugs": { "url": "https://github.com/johnpapa/lite-server/issues" }, "contributors": [ { "name": "John Papa", "email": "john@johnpapa.net" }, { "name": "Christopher Martin", "email": "cgmartin@gmail.com" } ], "dependencies": { "browser-sync": "^2.18.5", "connect-history-api-fallback": "^1.2.0", "connect-logger": "0.0.1", "lodash": "^4.11.1", "minimist": "1.2.0" }, "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": "^2.8.0", "istanbul": "^0.4.3", "mocha": "^3.2.0", "mockery": "^1.6.2", "sinon": "^1.17.3" }, "directories": {}, "dist": { "shasum": "5b4cc8f5d5fd4836105480ab2ac48a3a0de2b0c8", "tarball": "https://registry.npmjs.org/lite-server/-/lite-server-2.3.0.tgz" }, "gitHead": "9d0a040858e6a1f8f28a899750e1b8f9754d0814", "homepage": "https://github.com/johnpapa/lite-server#readme", "installable": true, "keywords": [ "angular", "development", "server", "spa", "static" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "johnpapa", "email": "john@johnpapa.net" } ], "name": "lite-server", "optionalDependencies": {}, "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.3.0" }