jam-cloud/jam-ui/node_modules/browser-sync/package.json

158 lines
4.1 KiB
JSON

{
"_args": [
[
"browser-sync@2.26.14",
"/Users/nuwan/Code/jam-cloud/jam-ui"
]
],
"_development": true,
"_from": "browser-sync@2.26.14",
"_id": "browser-sync@2.26.14",
"_inBundle": false,
"_integrity": "sha512-3TtpsheGolJT6UFtM2CZWEcGJmI4ZEvoCKiKE2bvcDnPxRkhQT4nIGVtfiyPcoHKXGM0LwMOZmYJNWfiNfVXWA==",
"_location": "/browser-sync",
"_phantomChildren": {
"ansi-regex": "5.0.0",
"camelcase": "5.3.1",
"color-name": "1.1.4",
"decamelize": "1.2.0",
"depd": "1.1.2",
"destroy": "1.0.4",
"encodeurl": "1.0.2",
"escape-html": "1.0.3",
"etag": "1.8.1",
"fresh": "0.5.2",
"get-caller-file": "2.0.5",
"graceful-fs": "4.2.6",
"is-wsl": "1.1.0",
"on-finished": "2.3.0",
"p-limit": "2.3.0",
"parseurl": "1.3.3",
"picomatch": "2.2.3",
"range-parser": "1.2.1",
"require-directory": "2.1.1",
"require-main-filename": "2.0.0",
"set-blocking": "2.0.0",
"string-width": "4.2.2",
"universalify": "0.1.2",
"which-module": "2.0.0",
"y18n": "4.0.3"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "browser-sync@2.26.14",
"name": "browser-sync",
"escapedName": "browser-sync",
"rawSpec": "2.26.14",
"saveSpec": null,
"fetchSpec": "2.26.14"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.26.14.tgz",
"_spec": "2.26.14",
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
"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.14",
"browser-sync-ui": "^2.26.14",
"bs-recipes": "1.3.4",
"bs-snippet-injector": "^2.0.1",
"chokidar": "^3.5.1",
"connect": "3.6.6",
"connect-history-api-fallback": "^1",
"dev-ip": "^1.0.1",
"easy-extender": "^2.3.4",
"eazy-logger": "3.1.0",
"etag": "^1.8.1",
"fresh": "^0.5.2",
"fs-extra": "3.0.1",
"http-proxy": "^1.18.1",
"immutable": "^3",
"localtunnel": "^2.0.1",
"micromatch": "^4.0.2",
"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.4.0",
"ua-parser-js": "^0.7.18",
"yargs": "^15.4.1"
},
"description": "Live CSS Reload & Browser Syncing",
"devDependencies": {
"@types/node": "^8",
"bs-snippet-injector": "^2.0.1",
"chai": "^3",
"chalk": "1.1.3",
"generate-changelog": "^1.7.0",
"graceful-fs": "4.1.9",
"http2": "^3.3.6",
"mocha": "^8.2.0",
"prettier": "^1.9.2",
"q": "1.4.1",
"request": "^2",
"requirejs": "^2.3.5",
"rimraf": "2.5.4",
"sinon": "^1",
"socket.io-client": "^2.4.0",
"source-map-support": "^0.5.0",
"supertest": "^3",
"typescript": "3.0.3",
"vinyl": "1.2.0"
},
"engines": {
"node": ">= 8.0.0"
},
"files": [
"dist",
"certs",
"templates",
"cli-options",
"client/dist"
],
"gitHead": "d7cdcec3148265b1012765763ce8c8db9c26240d",
"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": "npm run build:server",
"build:server": "tsc",
"env": "node ./test/env.js",
"lodash": "lodash include=isUndefined,isFunction,toArray,includes,union,each,isString,merge,isObject,set exports=node",
"prepublishOnly": "npm run build",
"prettier": "prettier 'lib/**/*' 'examples/*' 'test/specs/**/*.js' --tab-width 4",
"prettier:fix": "npm run prettier -- --write",
"test": "npm run build && npm run env && npm run unit",
"unit": "mocha --recursive test/specs --timeout 10000 --bail --exit"
},
"version": "2.26.14"
}