work.suroh.tk/node_modules/browser-sync-ui/package.json

95 lines
2.4 KiB
JSON

{
"_from": "browser-sync-ui@^2.26.4",
"_id": "browser-sync-ui@2.26.4",
"_inBundle": false,
"_integrity": "sha512-u20P3EsZoM8Pt+puoi3BU3KlbQAH1lAcV+/O4saF26qokrBqIDotmGonfWwoRbUmdxZkM9MBmA0K39ZTG1h4sA==",
"_location": "/browser-sync-ui",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "browser-sync-ui@^2.26.4",
"name": "browser-sync-ui",
"escapedName": "browser-sync-ui",
"rawSpec": "^2.26.4",
"saveSpec": null,
"fetchSpec": "^2.26.4"
},
"_requiredBy": [
"/browser-sync"
],
"_resolved": "https://registry.npmjs.org/browser-sync-ui/-/browser-sync-ui-2.26.4.tgz",
"_shasum": "3772f13c6b93f2d7d333f4be0ca1ec02aae97dba",
"_spec": "browser-sync-ui@^2.26.4",
"_where": "/home/suroh/Repos/11ty.work/node_modules/browser-sync",
"author": {
"name": "Shane Osbourne"
},
"bugs": {
"url": "https://github.com/BrowserSync/UI/issues"
},
"bundleDependencies": false,
"dependencies": {
"async-each-series": "0.1.1",
"connect-history-api-fallback": "^1",
"immutable": "^3",
"server-destroy": "1.0.1",
"socket.io-client": "^2.0.4",
"stream-throttle": "^0.1.3"
},
"deprecated": false,
"description": "User Interface for BrowserSync",
"devDependencies": {
"angular": "~1.4.8",
"angular-route": "~1.4.8",
"angular-sanitize": "~1.4.8",
"angular-touch": "~1.4.8",
"chai": "^3",
"compression": "^1",
"crossbow": "^4.3.3",
"easy-svg": "2.0.0",
"eazy-logger": "^3",
"jshint": "^2.8.0",
"mocha": "^5",
"no-abs": "0.0.0",
"object-path": "^0.9.2",
"parallelshell": "^2.0.0",
"pretty-js": "^0.1.8",
"request": "^2",
"sinon": "^1",
"store": "^1.3.20",
"supertest": "^3",
"uglify-js": "^2.6.1",
"vinyl-fs": "3.0.3",
"webpack": "^3"
},
"files": [
"index.js",
"lib",
"public",
"static",
"templates"
],
"gitHead": "47a4d1bf56d3b32d89edd7cdf65166119593f1b1",
"homepage": "http://www.browsersync.io/",
"keywords": [
"browser sync",
"live reload",
"css injection",
"action sync"
],
"license": "Apache-2.0",
"name": "browser-sync-ui",
"repository": {
"type": "git",
"url": "git+https://github.com/BrowserSync/UI.git"
},
"scripts": {
"build-all": "cb build-all",
"e2e": "./test/pro.sh",
"selenium": "webdriver-manager start",
"test": "cb test"
},
"version": "2.26.4"
}