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.

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "chrome-trace-event@^1.0.2",
  3. "_id": "chrome-trace-event@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ==",
  6. "_location": "/chrome-trace-event",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "chrome-trace-event@^1.0.2",
  12. "name": "chrome-trace-event",
  13. "escapedName": "chrome-trace-event",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/webpack"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz",
  22. "_shasum": "234090ee97c7d4ad1a2c4beae27505deffc608a4",
  23. "_spec": "chrome-trace-event@^1.0.2",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/webpack",
  25. "author": {
  26. "name": "Trent Mick, Sam Saccone"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "tslib": "^1.9.0"
  31. },
  32. "deprecated": false,
  33. "description": "A library to create a trace of your node app per Google's Trace Event format.",
  34. "devDependencies": {
  35. "@types/node": "^9.6.5",
  36. "prettier": "^1.12.1",
  37. "tape": "4.8.0",
  38. "typescript": "^2.8.1"
  39. },
  40. "engines": {
  41. "node": ">=6.0"
  42. },
  43. "keywords": [
  44. "trace-event",
  45. "trace",
  46. "event",
  47. "trace-viewer",
  48. "google"
  49. ],
  50. "license": "MIT",
  51. "main": "./dist/trace-event.js",
  52. "name": "chrome-trace-event",
  53. "repository": {
  54. "type": "git",
  55. "url": "github.com:samccone/chrome-trace-event"
  56. },
  57. "scripts": {
  58. "build": "tsc",
  59. "check_format": "prettier -l lib/** test/** examples/**",
  60. "test": "tape test/*.test.js"
  61. },
  62. "typings": "./dist/trace-event.d.ts",
  63. "version": "1.0.2"
  64. }