biobulkbende.org/node_modules/browser-sync-client/package.json

85 lines
2.2 KiB
JSON

{
"_from": "browser-sync-client@^2.26.12",
"_id": "browser-sync-client@2.26.12",
"_inBundle": false,
"_integrity": "sha512-bEBDRkufKxrIfjOsIB1FN9itUEXr2oLtz1AySgSSr80K2AWzmtoYnxtVASx/i40qFrSdeI31pNvdCjHivihLVA==",
"_location": "/browser-sync-client",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "browser-sync-client@^2.26.12",
"name": "browser-sync-client",
"escapedName": "browser-sync-client",
"rawSpec": "^2.26.12",
"saveSpec": null,
"fetchSpec": "^2.26.12"
},
"_requiredBy": [
"/browser-sync"
],
"_resolved": "https://registry.npmjs.org/browser-sync-client/-/browser-sync-client-2.26.12.tgz",
"_shasum": "b6c81335c6a9f1a79bca1951438800d3e7f170c8",
"_spec": "browser-sync-client@^2.26.12",
"_where": "/home/outis/Documents/Sites/BBB/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": "^3.1.2",
"crossbow": "^4.3.3",
"nanologger": "^1.3.1",
"socket.io-client": "^2.0.4",
"typescript": "3.0.3",
"webpack": "^3",
"webpack-dev-server": "^2.9.7"
},
"directories": {
"lib": "lib",
"test": "test"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"dist"
],
"gitHead": "f04da4c5e06ee1ad90dfe07ada470cd741acc101",
"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-all": "cb build-all",
"prepublishOnly": "cb build-all",
"start": "cb dev",
"test": "cb test"
},
"version": "2.26.12"
}