1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
| {
| "_from": "tiny-lr@^1.1.1",
| "_id": "tiny-lr@1.1.1",
| "_inBundle": false,
| "_integrity": "sha512-44yhA3tsaRoMOjQQ+5v5mVdqef+kH6Qze9jTpqtVufgYjYt08zyZAwNwwVBj3i1rJMnR52IxOW0LK0vBzgAkuA==",
| "_location": "/tiny-lr",
| "_phantomChildren": {
| "ms": "2.1.2"
| },
| "_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": "/home/l/plc/node-red/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"
| }
| }
|
|