package.json 2.9 KB

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