biofriction-wp-theme/node_modules/browser-sync-client/package.json

83 lines
2.3 KiB
JSON

{
"_from": "browser-sync-client@^2.26.14",
"_id": "browser-sync-client@2.26.14",
"_inBundle": false,
"_integrity": "sha512-be0m1MchmKv/26r/yyyolxXcBi052aYrmaQep5nm8YNMjFcEyzv0ZoOKn/c3WEXNlEB/KeXWaw70fAOJ+/F1zQ==",
"_location": "/browser-sync-client",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "browser-sync-client@^2.26.14",
"name": "browser-sync-client",
"escapedName": "browser-sync-client",
"rawSpec": "^2.26.14",
"saveSpec": null,
"fetchSpec": "^2.26.14"
},
"_requiredBy": [
"/browser-sync"
],
"_resolved": "https://registry.npmjs.org/browser-sync-client/-/browser-sync-client-2.26.14.tgz",
"_shasum": "f2f0a8e5febc65b725fb38c8d648389214a38947",
"_spec": "browser-sync-client@^2.26.14",
"_where": "/home/vitrubio/Documents/trabajo/biofriction/biofriction-web/biofriction-theme/node_modules/browser-sync",
"author": {
"name": "Shane Osbourne",
"email": "shane.osbourne8@gmail.com"
},
"bugs": {
"url": "https://github.com/shakyshane/browser-sync-client/issues"
},
"bundleDependencies": false,
"dependencies": {
"etag": "1.8.1",
"fresh": "0.5.2",
"mitt": "^1.1.3",
"rxjs": "^5.5.6"
},
"deprecated": false,
"description": "Client-side scripts for BrowserSync",
"devDependencies": {
"@types/node": "^8",
"awesome-typescript-loader": "^5.2.1",
"nanologger": "^1.3.1",
"socket.io-client": "^2.4.0",
"typescript": "3.0.3",
"webpack": "^5.17.0",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2"
},
"directories": {
"lib": "lib",
"test": "test"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"dist"
],
"gitHead": "d7cdcec3148265b1012765763ce8c8db9c26240d",
"homepage": "https://github.com/shakyshane/browser-sync-client",
"keywords": [],
"license": "ISC",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/shakyshane/browser-sync-client/blob/master/LICENSE-MIT"
}
],
"main": "index.js",
"name": "browser-sync-client",
"repository": {
"type": "git",
"url": "git://github.com/shakyshane/browser-sync-client.git"
},
"scripts": {
"build": "webpack --mode=development && webpack --output-filename index.min.js",
"prepublishOnly": "npm run build"
},
"version": "2.26.14"
}