package.json 1.8 KB

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