1. {
    
  2.   "name": "perf-counters",
    
  3.   "version": "0.1.2",
    
  4.   "description": "Lightweight bindings to Linux perf event counters.",
    
  5.   "main": "index.js",
    
  6.   "license": "MIT",
    
  7.   "dependencies": {
    
  8.     "bindings": "^1.2.1"
    
  9.   }
    
  10. }