2021-12-03 17:58:48 +01:00

63 lines
1.6 KiB
JSON

{
"_from": "dtrace-provider@^0.8.1",
"_id": "dtrace-provider@0.8.8",
"_inBundle": false,
"_integrity": "sha512-b7Z7cNtHPhH9EJhNNbbeqTcXB8LGFFZhq1PGgEvpeHlzd36bhbdTWoE/Ba/YguqpBSlAPKnARWhVlhunCMwfxg==",
"_location": "/dtrace-provider",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "dtrace-provider@^0.8.1",
"name": "dtrace-provider",
"escapedName": "dtrace-provider",
"rawSpec": "^0.8.1",
"saveSpec": null,
"fetchSpec": "^0.8.1"
},
"_requiredBy": [
"/bunyan",
"/restify"
],
"_resolved": "https://registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.8.8.tgz",
"_shasum": "2996d5490c37e1347be263b423ed7b297fb0d97e",
"_spec": "dtrace-provider@^0.8.1",
"_where": "/usr/home/nodejs/node_modules/restify",
"author": {
"name": "Chris Andrews",
"email": "chris@nodnol.org"
},
"bugs": {
"url": "https://github.com/chrisa/node-dtrace-provider/issues"
},
"bundleDependencies": false,
"dependencies": {
"nan": "^2.14.0"
},
"deprecated": false,
"description": "Native DTrace providers for node.js applications",
"devDependencies": {
"tap": "0.7.1"
},
"engines": {
"node": ">=0.10"
},
"homepage": "https://github.com/chrisa/node-dtrace-provider#readme",
"keywords": [
"dtrace",
"usdt"
],
"license": "BSD-2-Clause",
"main": "./dtrace-provider.js",
"name": "dtrace-provider",
"repository": {
"type": "git",
"url": "git+https://github.com/chrisa/node-dtrace-provider.git"
},
"scripts": {
"install": "node-gyp rebuild || node suppress-error.js",
"test": "tap test/*.test.js"
},
"version": "0.8.8"
}