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