package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "universal-analytics@0.4.20",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "universal-analytics@0.4.20",
  9. "_id": "universal-analytics@0.4.20",
  10. "_inBundle": false,
  11. "_integrity": "sha512-gE91dtMvNkjO+kWsPstHRtSwHXz0l2axqptGYp5ceg4MsuurloM0PU3pdOfpb5zBXUvyjT4PwhWK2m39uczZuw==",
  12. "_location": "/universal-analytics",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "universal-analytics@0.4.20",
  18. "name": "universal-analytics",
  19. "escapedName": "universal-analytics",
  20. "rawSpec": "0.4.20",
  21. "saveSpec": null,
  22. "fetchSpec": "0.4.20"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/universal-analytics/-/universal-analytics-0.4.20.tgz",
  28. "_spec": "0.4.20",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Jörg Tillmann",
  32. "email": "joerg@peaksandpies.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/peaksandpies/universal-analytics/issues"
  36. },
  37. "dependencies": {
  38. "debug": "^3.0.0",
  39. "request": "^2.88.0",
  40. "uuid": "^3.0.0"
  41. },
  42. "description": "A node module for Google's Universal Analytics tracking",
  43. "devDependencies": {
  44. "mocha": "*",
  45. "should": "*",
  46. "sinon": "^1.17.7"
  47. },
  48. "homepage": "https://github.com/peaksandpies/universal-analytics#readme",
  49. "keywords": [
  50. "google",
  51. "analytics",
  52. "universal",
  53. "tracking"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "universal-analytics",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+ssh://git@github.com/peaksandpies/universal-analytics.git"
  61. },
  62. "scripts": {
  63. "test": "make test"
  64. },
  65. "version": "0.4.20"
  66. }