{ "_from": "tiny-lr@^1.1.1", "_id": "tiny-lr@1.1.1", "_inBundle": false, "_integrity": "sha512-44yhA3tsaRoMOjQQ+5v5mVdqef+kH6Qze9jTpqtVufgYjYt08zyZAwNwwVBj3i1rJMnR52IxOW0LK0vBzgAkuA==", "_location": "/tiny-lr", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "tiny-lr@^1.1.1", "name": "tiny-lr", "escapedName": "tiny-lr", "rawSpec": "^1.1.1", "saveSpec": null, "fetchSpec": "^1.1.1" }, "_requiredBy": [ "/grunt-contrib-watch" ], "_resolved": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-1.1.1.tgz", "_shasum": "9fa547412f238fedb068ee295af8b682c98b2aab", "_spec": "tiny-lr@^1.1.1", "_where": "/Applications/XAMPP/xamppfiles/htdocs/wordpress/latehome/wp-content/plugins/opal-estate-pro/node_modules/grunt-contrib-watch", "author": { "name": "mklabs" }, "bugs": { "url": "https://github.com/mklabs/tiny-lr/issues" }, "bundleDependencies": false, "config": { "test_port": "9001" }, "contributors": [ { "name": "Kyle Robinson Young", "url": "https://github.com/shama" }, { "name": "Jordan Hawker", "url": "https://github.com/elwayman02" }, { "name": "Hemanth.hm", "url": "https://github.com/hemanth" }, { "name": "Mickael Daniel", "url": "https://github.com/mklabs" } ], "dependencies": { "body": "^5.1.0", "debug": "^3.1.0", "faye-websocket": "~0.10.0", "livereload-js": "^2.3.0", "object-assign": "^4.1.0", "qs": "^6.4.0" }, "deprecated": false, "description": "Tiny LiveReload server, background-friendly", "devDependencies": { "babel-cli": "^6.9.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-regenerator": "^6.9.0", "babel-preset-es2015": "^6.9.0", "eslint": "^2.11.1", "eslint-config-standard": "^5.3.1", "eslint-plugin-promise": "^1.1.0", "eslint-plugin-standard": "^1.3.2", "express": "^4.1.1", "gaze": "^1.1.2", "mocha": "^2.3.3", "npm-watch": "^0.1.6", "standard-version": "^2.2.1", "supertest": "^1.2.0" }, "homepage": "https://github.com/mklabs/tiny-lr", "license": "MIT", "main": "./src", "name": "tiny-lr", "repository": { "type": "git", "url": "git://github.com/mklabs/tiny-lr.git" }, "scripts": { "babel": "babel lib/ -d src && babel test/ -d src_test/", "eslint": "eslint . --debug", "get-change": "curl http://localhost:35729/changed?files=site.css", "mocha": "npm run babel && mocha --reporter spec src_test/", "post-change": "sh scripts/post-change", "postversion": "git push origin master --follow-tags && npm publish", "prepublish:": "npm run babel", "preversion": "npm test", "test": "npm run eslint && npm run mocha", "test-debug": "DEBUG=tinylr:* mocha --reporter list", "test-debug-all": "DEBUG=* mocha --reporter list", "watch": "npm-watch" }, "version": "1.1.1", "watch": { "babel": "{lib,test}/**/*.js" } }