You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.1 KiB

1 month ago
  1. {
  2. "name": "chrome-trace-event",
  3. "description": "A library to create a trace of your node app per Google's Trace Event format.",
  4. "license": "MIT",
  5. "version": "1.0.4",
  6. "author": "Trent Mick, Sam Saccone",
  7. "keywords": [
  8. "trace-event",
  9. "trace",
  10. "event",
  11. "trace-viewer",
  12. "google"
  13. ],
  14. "repository": {
  15. "url": "github:samccone/chrome-trace-event"
  16. },
  17. "main": "./dist/trace-event.js",
  18. "typings": "./dist/trace-event.d.ts",
  19. "dependencies": {},
  20. "devDependencies": {
  21. "@types/node": "*",
  22. "prettier": "^1.12.1",
  23. "tape": "4.8.0",
  24. "typescript": "^4.2.4"
  25. },
  26. "engines": {
  27. "node": ">=6.0"
  28. },
  29. "files": [
  30. "dist",
  31. "CHANGES.md"
  32. ],
  33. "scripts": {
  34. "build": "tsc",
  35. "check_format": "prettier -l lib/** test/** examples/**",
  36. "test": "tape test/*.test.js"
  37. }
  38. ,"_resolved": "https://registry.npmmirror.com/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz"
  39. ,"_integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ=="
  40. ,"_from": "chrome-trace-event@1.0.4"
  41. }