UNPKG

signalfx-tracing

Version:

Provides auto-instrumentation for JavaScript libraries and frameworks

111 lines (110 loc) 4.19 kB
{ "name": "signalfx-tracing", "version": "0.13.0", "description": "Provides auto-instrumentation for JavaScript libraries and frameworks", "main": "index.js", "typings": "index.d.ts", "scripts": { "rebuild": "node-gyp rebuild", "prebuild": "node scripts/prebuild.js", "install": "node scripts/post_install.js", "install:rebuild": "node-gyp-build", "bench": "node benchmark", "type:doc": "cd docs && yarn && yarn build", "type:test": "cd docs && yarn && yarn test", "lint": "eslint . && node scripts/check_licenses.js", "services": "node ./scripts/install_plugin_modules && node test/setup/services", "startContainers": "docker-compose up -d -V --remove-orphans --force-recreate", "tdd": "yarn services && NO_DEPRECATION=* mocha --watch 'test/setup/**/*.js'", "test": "SERVICES=* yarn services && NO_DEPRECATION=* cov8 --include \"src/**/*.js\" -- mocha --exit 'test/setup/all.js' 'test/**/*.spec.js'", "test:core": "yarn dev:dependencies && mocha --exit --exclude \"test/plugins/*.spec.js\" --exclude \"test/plugins/http/*.spec.js\" --exclude \"test/scope/async/*.spec.js\" --file test/setup/core.js \"test/**/*.spec.js\"", "test:plugins": "yarn services && NO_DEPRECATION=* cov8 --include \"src/**/*.js\" -- mocha --exit --file \"test/setup/all.js\" \"test/plugins/@($(echo $PLUGINS)).spec.js\" \"test/plugins/@($(echo $PLUGINS))/**/*.spec.js\"", "test:async": "mocha --exit --file test/setup/core.js \"test/scope/async/*.spec.js\"", "leak:core": "node ./scripts/install_plugin_modules && (cd test/leak && yarn) && NODE_PATH=./test/leak/node_modules node --no-warnings ./node_modules/.bin/tape 'test/leak/{,!(node_modules|plugins)/**/}/*.js'", "leak:plugins": "yarn services && (cd test/leak && yarn) && NODE_PATH=./test/leak/node_modules node --no-warnings ./node_modules/.bin/tape \"test/leak/plugins/@($(echo $PLUGINS)).js\"", "dev:dependencies": "node ./scripts/dev_dependencies.js" }, "repository": { "type": "git", "url": "https://github.com/signalfx/signalfx-nodejs-tracing.git" }, "keywords": [ "signalfx", "trace", "tracing", "opentracing", "apm" ], "contributors": [ "SignalFx, Inc. <info@signalfx.com>" ], "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/signalfx/signalfx-nodejs-tracing/issues" }, "homepage": "https://signalfx.com/microservices-apm/", "engines": { "node": ">=4" }, "dependencies": { "@types/node": "^10.12.18", "async-hook-jl": "^1.7.6", "int64-buffer": "^0.1.9", "ipaddr.js": "^1.9.0", "koalas": "^1.0.2", "lodash.kebabcase": "^4.1.1", "lodash.memoize": "^4.1.2", "lodash.pick": "^4.4.0", "lodash.sortby": "^4.7.0", "lodash.truncate": "^4.4.2", "lodash.uniq": "^4.5.0", "methods": "^1.1.2", "mkdirp": "^0.5.1", "module-details-from-path": "^1.0.3", "msgpack-lite": "^0.1.26", "nan": "^2.12.1", "node-gyp-build": "^3.8.0", "opentracing": ">=0.12.1", "parent-module": "^0.1.0", "path-to-regexp": "^0.1.2", "performance-now": "^2.1.0", "read-pkg-up": "^3.0.0", "require-in-the-middle": "^2.2.2", "safe-buffer": "^5.1.1", "semver": "^5.5.0", "shimmer": "^1.2.0", "tar": "^4.4.8", "url-parse": "^1.4.3", "xregexp": "^4.3.0" }, "devDependencies": { "@adonisjs/fold": "4.0.9", "@adonisjs/sink": "1.0.17", "axios": "^0.18.0", "benchmark": "^2.1.4", "body-parser": "^1.18.2", "chai": "^4.1.2", "eslint": "^4.15.0", "eslint-config-standard": "^11.0.0-beta.0", "eslint-plugin-import": "2.7.0", "eslint-plugin-node": "^5.2.1", "eslint-plugin-promise": "^3.6.0", "eslint-plugin-standard": "^3.0.1", "eventemitter3": "^3.1.0", "express": "^4.16.2", "get-port": "^3.2.0", "graphql": "0.13.2", "mocha": "^5.2.0", "nock": "^11.3.3", "node-abi": "^2.8.0", "prebuildify": "^2.11.0", "proxyquire": "^1.8.0", "require-dir": "^1.0.0", "retry": "^0.10.1", "sinon": "^4.2.1", "sinon-chai": "^2.14.0", "socket.io-client": "^1.2.0", "tape": "^4.9.1", "v8-coverage": "^1.0.8" } }