restify
Version:
REST framework
63 lines (62 loc) • 1.68 kB
JSON
{
"_from": "dtrace-provider@^0.8.1",
"_id": "dtrace-provider@0.8.6",
"_inBundle": false,
"_integrity": "sha1-QooiOv4DQl0s1tY0f99AxmkDVj0=",
"_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://artifacts.netflix.com/api/npm/npm-netflix/dtrace-provider/-/dtrace-provider-0.8.6.tgz",
"_shasum": "428a223afe03425d2cd6d6347fdf40c66903563d",
"_spec": "dtrace-provider@^0.8.1",
"_where": "/Users/pmarton/Documents/dev/node-restify/benchmark/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.3.3"
},
"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.6"
}