UNPKG

v8-profiler-n-api

Version:
67 lines (66 loc) 2.06 kB
{ "name": "v8-profiler-n-api", "version": "1.11.0", "description": "node bindings for the v8 profiler", "main": "dispatch.js", "binary": { "module_name": "profiler", "module_path": "./build/binding/{configuration}/{node_abi}-{platform}-{arch}/", "remote_path": "./v{version}/", "package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz", "host": "https://github.com/rchervot/v8-profiler-n-api/releases/download" }, "scripts": { "install": "node scripts/install.js", "build": "node scripts/rebuild.js", "dep": "npm run build && npm run test", "pack-common": "node scripts/common.js", "pack-7u": "node scripts/7u.js", "pack-8u": "node scripts/8u.js", "copy": "node scripts/copy.js", "pack": "node scripts/clean.js && node-pre-gyp package && node-pre-gyp testpackage && npm run copy", "test-old": "mocha test/*.test.js --exclude test/worker.test.js --timeout 10000", "test-new": "mocha test/*.test.js --timeout 10000", "debug-test": "V8_PROFILER_DEBUG=* node scripts/test.js", "test": "node scripts/test.js", "test-single": "mocha --timeout 10000", "format": "clang-format -i --glob=\"src/**/*[.h|.cc]\"", "lint": "npm run format && eslint . --fix", "stability": "node scripts/stability.js", "autod": "autod" }, "repository": { "type": "git", "url": "git+https://github.com/rchervot/v8-profiler-n-api.git" }, "keywords": [ "node", "v8-profiler" ], "author": "https://github.com/rchervot", "license": "MIT", "bugs": { "url": "https://github.com/rchervot/v8-profiler-n-api/issues" }, "homepage": "https://github.com/rchervot/v8-profiler-n-api#readme", "files": [ "lib", "scripts", "src", "binding.gyp", "dispatch.js", "index.d.ts", "LICENSE", "README.md" ], "dependencies": { "@mapbox/node-pre-gyp": "^2.0.0", "nan": "^2.23.1" }, "devDependencies": { "chai": "^4.3.6", "clang-format": "^1.8.0", "eslint": "^8.16.0", "mocha": "^5.2.0" } }