custom-labels 0.4.1

Custom labels for profilers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "@polarsignals/custom-labels",
    "version": "0.1.1",
    "description": "test",
    "main": "js/index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "install": "node-gyp rebuild"
    },
    "author": "",
    "license": "ISC",
    "gypfile": true,
    "type": "cjs",
    "files": ["js/*.c", "js/*.h", "js/*.js", "src/*.h", "src/*.c", "binding.gyp"],
    "dependencies": {
        "bindings": "^1.5.0"
    }
}