2017-09-13 07:52:34 +02:00

181 lines
5.0 KiB
JSON

{
"_args": [
[
{
"raw": "browser-sync@^2.18.7",
"scope": null,
"escapedName": "browser-sync",
"name": "browser-sync",
"rawSpec": "^2.18.7",
"spec": ">=2.18.7 <3.0.0",
"type": "range"
},
"c:\\xampp\\htdocs\\laravel\\node_modules\\laravel-mix"
]
],
"_from": "browser-sync@>=2.18.7 <3.0.0",
"_id": "browser-sync@2.18.12",
"_inCache": true,
"_location": "/browser-sync",
"_nodeVersion": "6.10.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/browser-sync-2.18.12.tgz_1495357491497_0.08089506649412215"
},
"_npmUser": {
"name": "shakyshane",
"email": "shakyshane@gmail.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {
"cliui": "3.2.0",
"decamelize": "1.2.0",
"get-caller-file": "1.0.2",
"graceful-fs": "4.1.11",
"jsonfile": "3.0.0",
"os-locale": "1.4.0",
"read-pkg-up": "1.0.1",
"require-directory": "2.1.1",
"require-main-filename": "1.0.1",
"set-blocking": "2.0.0",
"string-width": "1.0.2",
"universalify": "0.1.0",
"which-module": "1.0.0",
"y18n": "3.2.1",
"yargs-parser": "4.2.1"
},
"_requested": {
"raw": "browser-sync@^2.18.7",
"scope": null,
"escapedName": "browser-sync",
"name": "browser-sync",
"rawSpec": "^2.18.7",
"spec": ">=2.18.7 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/laravel-mix"
],
"_resolved": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.18.12.tgz",
"_shasum": "bbaa0a17a961e2b5f0a8e760e695027186664779",
"_shrinkwrap": null,
"_spec": "browser-sync@^2.18.7",
"_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\laravel-mix",
"author": {
"name": "Shane Osbourne"
},
"bin": {
"browser-sync": "bin/browser-sync.js"
},
"bugs": {
"url": "https://github.com/browsersync/browser-sync/issues"
},
"dependencies": {
"browser-sync-client": "2.5.1",
"browser-sync-ui": "0.6.3",
"bs-recipes": "1.3.4",
"chokidar": "1.7.0",
"connect": "3.5.0",
"dev-ip": "^1.0.1",
"easy-extender": "2.3.2",
"eazy-logger": "3.0.2",
"emitter-steward": "^1.0.0",
"fs-extra": "3.0.1",
"http-proxy": "1.15.2",
"immutable": "3.8.1",
"localtunnel": "1.8.2",
"micromatch": "2.3.11",
"opn": "4.0.2",
"portscanner": "2.1.1",
"qs": "6.2.1",
"resp-modifier": "6.0.2",
"rx": "4.1.0",
"serve-index": "1.8.0",
"serve-static": "1.12.2",
"server-destroy": "1.0.1",
"socket.io": "1.6.0",
"socket.io-client": "1.6.0",
"ua-parser-js": "0.7.12",
"yargs": "6.4.0"
},
"description": "Live CSS Reload & Browser Syncing",
"devDependencies": {
"browser-sync-spa": "1.0.3",
"bs-html-injector": "3.0.3",
"bs-latency": "1.0.0",
"bs-rewrite-rules": "2.0.0",
"bs-snippet-injector": "2.0.1",
"chai": "3.5.0",
"chalk": "1.1.3",
"compression": "1.6.2",
"eslint": "3.7.1",
"graceful-fs": "4.1.9",
"gulp": "3.9.1",
"gulp-contribs": "0.0.3",
"gulp-conventional-changelog": "1.1.0",
"gulp-filter": "4.0.0",
"http2": "^3.3.6",
"istanbul": "0.4.5",
"istanbul-coveralls": "1.0.3",
"lodash-cli": "4.15.0",
"mocha": "3.4.1",
"q": "1.4.1",
"request": "2.79.0",
"rimraf": "2.5.4",
"sinon": "1.17.5",
"socket.io-client": "1.5.0",
"supertest": "2.0.0",
"vinyl": "1.2.0"
},
"directories": {},
"dist": {
"shasum": "bbaa0a17a961e2b5f0a8e760e695027186664779",
"tarball": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.18.12.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"bin",
"index.js",
"lib",
"lodash.custom.js"
],
"gitHead": "8d1e298ac2913237e78ba224eaa0b0b29696b388",
"homepage": "http://www.browsersync.io/",
"keywords": [
"browser sync",
"css",
"live reload",
"sync"
],
"license": "Apache-2.0",
"maintainers": [
{
"name": "shakyshane",
"email": "shane.osbourne8@gmail.com"
}
],
"name": "browser-sync",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/browsersync/browser-sync.git"
},
"scripts": {
"cover": "npm run env && npm run cover-local && npm run coveralls",
"cover-local": "istanbul cover -x lodash.custom.js _mocha -- --timeout 10000 --recursive ./test/specs",
"coveralls": "istanbul-coveralls",
"env": "node ./test/env.js",
"lint": "eslint index.js lib bin examples test/specs gulpfile.js --fix",
"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",
"pro": "protractor test/protractor/config.single.js",
"pro-local": "node test/protractor/setup.js",
"test": "npm run lint && npm run env && npm run unit",
"unit": "mocha --recursive test/specs --timeout 10000 --bail"
},
"version": "2.18.12"
}