{
  "name": "perf-sym",
  "version": "2.0.3",
  "description": "Translate symbol names generated by `--basic-perf-prof` into JavaScript names",
  "main": "index.js",
  "bin": {
    "perf-sym": "./cmd.js",
    "profile_1ms.d": "./profile_1ms.d"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "David Mark Clements",
  "dependencies": {
    "end-of-stream": "^1.1.0",
    "minimist": "^1.2.0",
    "pump": "^1.0.1",
    "resolve-jit-symbols": "^0.5.0",
    "split2": "^2.0.1"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davidmarkclements/perf-sym.git"
  },
  "bugs": {
    "url": "https://github.com/davidmarkclements/perf-sym/issues"
  },
  "homepage": "https://github.com/davidmarkclements/perf-sym#readme",
  "license": "MIT"
}
