package.json
3.6 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"_args": [
[
"browser-sync@2.26.3",
"C:\\Users\\Administrator\\Desktop\\gentelella"
]
],
"_development": true,
"_from": "browser-sync@2.26.3",
"_id": "browser-sync@2.26.3",
"_inBundle": false,
"_integrity": "sha512-VLzpjCA4uXqfzkwqWtMM6hvPm2PNHp2RcmzBXcbi6C9WpkUhhFb8SVAr4CFrCsFxDg+oY6HalOjn8F+egyvhag==",
"_location": "/browser-sync",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "browser-sync@2.26.3",
"name": "browser-sync",
"escapedName": "browser-sync",
"rawSpec": "2.26.3",
"saveSpec": null,
"fetchSpec": "2.26.3"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.26.3.tgz",
"_spec": "2.26.3",
"_where": "C:\\Users\\Administrator\\Desktop\\gentelella",
"author": {
"name": "Shane Osbourne"
},
"bin": {
"browser-sync": "dist/bin.js"
},
"bugs": {
"url": "https://github.com/BrowserSync/browser-sync/issues"
},
"dependencies": {
"browser-sync-client": "^2.26.2",
"browser-sync-ui": "^2.26.2",
"bs-recipes": "1.3.4",
"bs-snippet-injector": "^2.0.1",
"chokidar": "^2.0.4",
"connect": "3.6.6",
"connect-history-api-fallback": "^1",
"dev-ip": "^1.0.1",
"easy-extender": "^2.3.4",
"eazy-logger": "^3",
"etag": "^1.8.1",
"fresh": "^0.5.2",
"fs-extra": "3.0.1",
"http-proxy": "1.15.2",
"immutable": "^3",
"localtunnel": "1.9.1",
"micromatch": "2.3.11",
"opn": "5.3.0",
"portscanner": "2.1.1",
"qs": "6.2.3",
"raw-body": "^2.3.2",
"resp-modifier": "6.0.2",
"rx": "4.1.0",
"send": "0.16.2",
"serve-index": "1.9.1",
"serve-static": "1.13.2",
"server-destroy": "1.0.1",
"socket.io": "2.1.1",
"ua-parser-js": "0.7.17",
"yargs": "6.4.0"
},
"description": "Live CSS Reload & Browser Syncing",
"devDependencies": {
"@types/node": "^8",
"chai": "^3",
"chalk": "1.1.3",
"crossbow": "^4",
"generate-changelog": "^1.7.0",
"graceful-fs": "4.1.9",
"http2": "^3.3.6",
"lerna": "^3.4.0",
"lodash-cli": "4.17.5",
"mocha": "^5",
"prettier": "^1.9.2",
"q": "1.4.1",
"request": "^2",
"requirejs": "^2.3.5",
"rimraf": "2.5.4",
"sinon": "^1",
"socket.io-client": "^2.0.4",
"source-map-support": "^0.5.0",
"supertest": "^3",
"typescript": "3.0.3",
"vinyl": "1.2.0"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"dist",
"certs",
"templates",
"cli-options",
"client/dist"
],
"gitHead": "924d5e7766d02bdb6f0cc3c673d084356da84c46",
"homepage": "https://browsersync.io/",
"keywords": [
"browser sync",
"css",
"live reload",
"sync"
],
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "browser-sync",
"repository": {
"type": "git",
"url": "git+https://github.com/BrowserSync/browser-sync.git"
},
"scripts": {
"build-all": "cb build-all",
"env": "node ./test/env.js",
"lint": "prettier 'lib/**/*' 'examples/*' 'test/specs/**/*' 'test/specs/*.js' --write --tab-width 4",
"lodash": "lodash include=isUndefined,isFunction,toArray,includes,union,each,isString,merge,isObject,set exports=node",
"pre-release": "npm test && npm run pro-local && npm run pro",
"prepublishOnly": "cb build-all",
"pro": "protractor test/protractor/config.single.js",
"pro-local": "node test/protractor/setup.js",
"test": "cb build-all && npm run env && npm run unit",
"unit": "mocha --recursive test/specs --timeout 10000 --bail --exit"
},
"version": "2.26.3"
}