package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "livereload-js@2.4.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "livereload-js@2.4.0",
  9. "_id": "livereload-js@2.4.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-XPQH8Z2GDP/Hwz2PCDrh2mth4yFejwA1OZ/81Ti3LgKyhDcEjsSsqFWZojHG0va/duGd+WyosY7eXLDoOyqcPw==",
  12. "_location": "/livereload-js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "livereload-js@2.4.0",
  18. "name": "livereload-js",
  19. "escapedName": "livereload-js",
  20. "rawSpec": "2.4.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.4.0"
  23. },
  24. "_requiredBy": [
  25. "/tiny-lr"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/livereload-js/-/livereload-js-2.4.0.tgz",
  28. "_spec": "2.4.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "bugs": {
  31. "url": "https://github.com/livereload/livereload-js/issues"
  32. },
  33. "description": "LiveReload JS client - auto reload browser on changes",
  34. "devDependencies": {
  35. "coffee-script": "^1.12.7",
  36. "envify": "^4.1.0",
  37. "grunt": "^1.0.3",
  38. "grunt-browserify": "^5.3.0",
  39. "grunt-cli": "^1.3.1",
  40. "grunt-contrib-coffee": "^1.0.0",
  41. "grunt-mocha-test": "^0.13.3",
  42. "jsdom": "^13.0.0",
  43. "mocha": "^5.2.0"
  44. },
  45. "directories": {
  46. "test": "test"
  47. },
  48. "homepage": "https://github.com/livereload/livereload-js",
  49. "license": "MIT",
  50. "main": "lib/startup.js",
  51. "name": "livereload-js",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/livereload/livereload-js.git"
  55. },
  56. "scripts": {
  57. "build": "grunt build",
  58. "postversion": "npm run build",
  59. "test": "grunt test"
  60. },
  61. "version": "2.4.0"
  62. }