package.json
2.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"_args": [
[
"lite-server@^2.2.2",
"D:\\100-PROJECTS\\Angular\\quickstart"
]
],
"_from": "lite-server@>=2.2.2 <3.0.0",
"_id": "lite-server@2.2.2",
"_inCache": true,
"_installable": true,
"_location": "/lite-server",
"_nodeVersion": "6.2.2",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/lite-server-2.2.2.tgz_1466894991041_0.2787389624863863"
},
"_npmUser": {
"email": "john@johnpapa.net",
"name": "johnpapa"
},
"_npmVersion": "2.14.3",
"_phantomChildren": {},
"_requested": {
"name": "lite-server",
"raw": "lite-server@^2.2.2",
"rawSpec": "^2.2.2",
"scope": null,
"spec": ">=2.2.2 <3.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/lite-server/-/lite-server-2.2.2.tgz",
"_shasum": "4644afe6c9146d850cfa0ad9a86a94f87156499e",
"_shrinkwrap": null,
"_spec": "lite-server@^2.2.2",
"_where": "D:\\100-PROJECTS\\Angular\\quickstart",
"bin": {
"lite-server": "./bin/lite-server"
},
"bugs": {
"url": "https://github.com/johnpapa/lite-server/issues"
},
"contributors": [
{
"email": "john@johnpapa.net",
"name": "John Papa"
},
{
"email": "cgmartin@gmail.com",
"name": "Christopher Martin"
}
],
"dependencies": {
"browser-sync": "^2.12.3",
"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": "^2.4.5",
"mockery": "^1.6.2",
"sinon": "^1.17.3"
},
"directories": {},
"dist": {
"shasum": "4644afe6c9146d850cfa0ad9a86a94f87156499e",
"tarball": "https://registry.npmjs.org/lite-server/-/lite-server-2.2.2.tgz"
},
"gitHead": "27c0d5bfe417f6b469ced687fb288cfb7f178df5",
"homepage": "https://github.com/johnpapa/lite-server#readme",
"keywords": [
"angular",
"spa",
"static",
"server",
"development"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "john@johnpapa.net",
"name": "johnpapa"
}
],
"name": "lite-server",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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.2.2"
}