{
  "_from": "opentracing@^0.13.0",
  "_id": "opentracing@0.13.0",
  "_inBundle": false,
  "_integrity": "sha1-ajQUQvCdfYZrwR7QPeHjgo49aqs=",
  "_location": "/opentracing",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "opentracing@^0.13.0",
    "name": "opentracing",
    "escapedName": "opentracing",
    "rawSpec": "^0.13.0",
    "saveSpec": null,
    "fetchSpec": "^0.13.0"
  },
  "_requiredBy": [
    "/jaeger-client"
  ],
  "_resolved": "https://registry.npmjs.org/opentracing/-/opentracing-0.13.0.tgz",
  "_shasum": "6a341442f09d7d866bc11ed03de1e3828e3d6aab",
  "_spec": "opentracing@^0.13.0",
  "_where": "/Users/premkumar/Repos/observable-js/observable-js/express/example/node_modules/jaeger-client",
  "bugs": {
    "url": "https://github.com/opentracing/opentracing-javascript/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "This library is a JavaScript implementation of Open Tracing API. It is intended for use both on the server and in the browser.",
  "devDependencies": {
    "babel-cli": "^6.11.4",
    "babel-core": "^6.3.26",
    "babel-loader": "^6.2.0",
    "babel-plugin-add-module-exports": "^0.1.2",
    "babel-plugin-check-es2015-constants": "^6.7.2",
    "babel-plugin-transform-es2015-arrow-functions": "^6.5.2",
    "babel-plugin-transform-es2015-block-scoped-functions": "^6.6.5",
    "babel-plugin-transform-es2015-block-scoping": "^6.7.1",
    "babel-plugin-transform-es2015-classes": "^6.6.5",
    "babel-plugin-transform-es2015-computed-properties": "^6.6.5",
    "babel-plugin-transform-es2015-destructuring": "^6.6.5",
    "babel-plugin-transform-es2015-duplicate-keys": "^6.6.4",
    "babel-plugin-transform-es2015-literals": "^6.5.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.7.4",
    "babel-plugin-transform-es2015-object-super": "^6.6.5",
    "babel-plugin-transform-es2015-parameters": "^6.7.0",
    "babel-plugin-transform-es2015-spread": "^6.6.5",
    "babel-plugin-transform-es2015-sticky-regex": "^6.5.0",
    "babel-plugin-transform-es2015-template-literals": "^6.6.5",
    "babel-plugin-transform-es2015-unicode-regex": "^6.5.0",
    "babel-plugin-transform-node-env-inline-and-fold": "^6.8.1",
    "babel-polyfill": "^6.3.14",
    "babel-preset-es2015": "^6.13.2",
    "chai": "^3.4.1",
    "clone": "^1.0.2",
    "colors": "^1.1.2",
    "coveralls": "^2.11.12",
    "eslint": "2.13.1",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-import": "^1.10.2",
    "eslint-plugin-jsx-a11y": "^1.5.5",
    "eslint-plugin-react": "^5.2.2",
    "istanbul": "^0.4.5",
    "json-loader": "^0.5.4",
    "mocha": "^2.4.5",
    "shelljs": "^0.5.3",
    "source-map-support": "^0.3.3",
    "underscore": "^1.8.3",
    "webpack": "^1.12.9"
  },
  "homepage": "https://github.com/opentracing/opentracing-javascript#readme",
  "licence": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://opensource.org/licenses/MIT"
    }
  ],
  "main": "lib/index.js",
  "name": "opentracing",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/opentracing/opentracing-javascript.git"
  },
  "scripts": {
    "cover": "npm run test-cover && istanbul check-coverage",
    "cover-html": "NODE_ENV=debug istanbul cover --report html --print none ./node_modules/.bin/_mocha test/unittest.js -- --check-leaks --color && istanbul report text",
    "prepublish": "npm run webpack",
    "test": "npm run test-cover",
    "test-cover": "NODE_ENV=debug istanbul cover --report lcovonly --print none ./node_modules/.bin/_mocha test/unittest.js -- --check-leaks --color && istanbul report text",
    "webpack": "npm run webpack-browser-debug && npm run webpack-browser-prod",
    "webpack-browser-debug": "BUILD_CONFIG=debug webpack --display-error-details",
    "webpack-browser-prod": "BUILD_CONFIG=production webpack --display-error-details"
  },
  "version": "0.13.0"
}
