package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "universal-analytics@0.4.20",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "universal-analytics@0.4.20",
  10. "_id": "universal-analytics@0.4.20",
  11. "_inBundle": false,
  12. "_integrity": "sha512-gE91dtMvNkjO+kWsPstHRtSwHXz0l2axqptGYp5ceg4MsuurloM0PU3pdOfpb5zBXUvyjT4PwhWK2m39uczZuw==",
  13. "_location": "/universal-analytics",
  14. "_phantomChildren": {
  15. "aws-sign2": "0.7.0",
  16. "caseless": "0.12.0",
  17. "combined-stream": "1.0.6",
  18. "forever-agent": "0.6.1",
  19. "form-data": "2.3.3",
  20. "har-validator": "5.1.3",
  21. "http-signature": "1.2.0",
  22. "is-typedarray": "1.0.0",
  23. "isstream": "0.1.2",
  24. "json-stringify-safe": "5.0.1",
  25. "performance-now": "2.1.0",
  26. "psl": "1.7.0",
  27. "qs": "6.5.2",
  28. "safe-buffer": "5.1.2",
  29. "tunnel-agent": "0.6.0"
  30. },
  31. "_requested": {
  32. "type": "version",
  33. "registry": true,
  34. "raw": "universal-analytics@0.4.20",
  35. "name": "universal-analytics",
  36. "escapedName": "universal-analytics",
  37. "rawSpec": "0.4.20",
  38. "saveSpec": null,
  39. "fetchSpec": "0.4.20"
  40. },
  41. "_requiredBy": [
  42. "/@angular/cli"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/universal-analytics/-/universal-analytics-0.4.20.tgz",
  45. "_spec": "0.4.20",
  46. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  47. "author": {
  48. "name": "Jörg Tillmann",
  49. "email": "joerg@peaksandpies.com"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/peaksandpies/universal-analytics/issues"
  53. },
  54. "dependencies": {
  55. "debug": "^3.0.0",
  56. "request": "^2.88.0",
  57. "uuid": "^3.0.0"
  58. },
  59. "description": "A node module for Google's Universal Analytics tracking",
  60. "devDependencies": {
  61. "mocha": "*",
  62. "should": "*",
  63. "sinon": "^1.17.7"
  64. },
  65. "homepage": "https://github.com/peaksandpies/universal-analytics#readme",
  66. "keywords": [
  67. "google",
  68. "analytics",
  69. "universal",
  70. "tracking"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "universal-analytics",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+ssh://git@github.com/peaksandpies/universal-analytics.git"
  78. },
  79. "scripts": {
  80. "test": "make test"
  81. },
  82. "version": "0.4.20"
  83. }