| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "tiny-lr@^1.1.1", |
| 3 | "_id": "tiny-lr@1.1.1", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-44yhA3tsaRoMOjQQ+5v5mVdqef+kH6Qze9jTpqtVufgYjYt08zyZAwNwwVBj3i1rJMnR52IxOW0LK0vBzgAkuA==", |
| 6 | "_location": "/tiny-lr", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "tiny-lr@^1.1.1", |
| 12 | "name": "tiny-lr", |
| 13 | "escapedName": "tiny-lr", |
| 14 | "rawSpec": "^1.1.1", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^1.1.1" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/grunt-contrib-watch" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-1.1.1.tgz", |
| 22 | "_shasum": "9fa547412f238fedb068ee295af8b682c98b2aab", |
| 23 | "_spec": "tiny-lr@^1.1.1", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt-contrib-watch", |
| 25 | "author": { |
| 26 | "name": "mklabs" |
| 27 | }, |
| 28 | "bugs": { |
| 29 | "url": "https://github.com/mklabs/tiny-lr/issues" |
| 30 | }, |
| 31 | "bundleDependencies": false, |
| 32 | "config": { |
| 33 | "test_port": "9001" |
| 34 | }, |
| 35 | "contributors": [ |
| 36 | { |
| 37 | "name": "Kyle Robinson Young", |
| 38 | "url": "https://github.com/shama" |
| 39 | }, |
| 40 | { |
| 41 | "name": "Jordan Hawker", |
| 42 | "url": "https://github.com/elwayman02" |
| 43 | }, |
| 44 | { |
| 45 | "name": "Hemanth.hm", |
| 46 | "url": "https://github.com/hemanth" |
| 47 | }, |
| 48 | { |
| 49 | "name": "Mickael Daniel", |
| 50 | "url": "https://github.com/mklabs" |
| 51 | } |
| 52 | ], |
| 53 | "dependencies": { |
| 54 | "body": "^5.1.0", |
| 55 | "debug": "^3.1.0", |
| 56 | "faye-websocket": "~0.10.0", |
| 57 | "livereload-js": "^2.3.0", |
| 58 | "object-assign": "^4.1.0", |
| 59 | "qs": "^6.4.0" |
| 60 | }, |
| 61 | "deprecated": false, |
| 62 | "description": "Tiny LiveReload server, background-friendly", |
| 63 | "devDependencies": { |
| 64 | "babel-cli": "^6.9.0", |
| 65 | "babel-plugin-add-module-exports": "^0.2.1", |
| 66 | "babel-plugin-transform-regenerator": "^6.9.0", |
| 67 | "babel-preset-es2015": "^6.9.0", |
| 68 | "eslint": "^2.11.1", |
| 69 | "eslint-config-standard": "^5.3.1", |
| 70 | "eslint-plugin-promise": "^1.1.0", |
| 71 | "eslint-plugin-standard": "^1.3.2", |
| 72 | "express": "^4.1.1", |
| 73 | "gaze": "^1.1.2", |
| 74 | "mocha": "^2.3.3", |
| 75 | "npm-watch": "^0.1.6", |
| 76 | "standard-version": "^2.2.1", |
| 77 | "supertest": "^1.2.0" |
| 78 | }, |
| 79 | "homepage": "https://github.com/mklabs/tiny-lr", |
| 80 | "license": "MIT", |
| 81 | "main": "./src", |
| 82 | "name": "tiny-lr", |
| 83 | "repository": { |
| 84 | "type": "git", |
| 85 | "url": "git://github.com/mklabs/tiny-lr.git" |
| 86 | }, |
| 87 | "scripts": { |
| 88 | "babel": "babel lib/ -d src && babel test/ -d src_test/", |
| 89 | "eslint": "eslint . --debug", |
| 90 | "get-change": "curl http://localhost:35729/changed?files=site.css", |
| 91 | "mocha": "npm run babel && mocha --reporter spec src_test/", |
| 92 | "post-change": "sh scripts/post-change", |
| 93 | "postversion": "git push origin master --follow-tags && npm publish", |
| 94 | "prepublish:": "npm run babel", |
| 95 | "preversion": "npm test", |
| 96 | "test": "npm run eslint && npm run mocha", |
| 97 | "test-debug": "DEBUG=tinylr:* mocha --reporter list", |
| 98 | "test-debug-all": "DEBUG=* mocha --reporter list", |
| 99 | "watch": "npm-watch" |
| 100 | }, |
| 101 | "version": "1.1.1", |
| 102 | "watch": { |
| 103 | "babel": "{lib,test}/**/*.js" |
| 104 | } |
| 105 | } |