{
  "_args": [
    [
      "opentracing@0.14.3",
      "C:\\Users\\Tarquin\\surferschallenge-2019"
    ]
  ],
  "_from": "opentracing@0.14.3",
  "_id": "opentracing@0.14.3",
  "_inBundle": false,
  "_integrity": "sha1-I+OtAp+mamU5Jq2+V+g0Rp+FUKo=",
  "_location": "/opentracing",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "opentracing@0.14.3",
    "name": "opentracing",
    "escapedName": "opentracing",
    "rawSpec": "0.14.3",
    "saveSpec": null,
    "fetchSpec": "0.14.3"
  },
  "_requiredBy": [
    "/gatsby",
    "/gatsby/gatsby-cli"
  ],
  "_resolved": "https://registry.npmjs.org/opentracing/-/opentracing-0.14.3.tgz",
  "_spec": "0.14.3",
  "_where": "C:\\Users\\Tarquin\\surferschallenge-2019",
  "bugs": {
    "url": "https://github.com/opentracing/opentracing-javascript/issues"
  },
  "dependencies": {},
  "description": "[![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![NPM Published Version][npm-img]][npm] ![Node Version][node-img]",
  "devDependencies": {
    "@types/chai": "3.4.35",
    "@types/mocha": "2.2.40",
    "@types/node": "7.0.12",
    "chai": "^3.4.1",
    "clone": "^1.0.2",
    "colors": "^1.1.2",
    "coveralls": "^2.11.12",
    "cross-env": "^4.0.0",
    "istanbul": "^0.4.5",
    "json-loader": "^0.5.4",
    "mocha": "^2.4.5",
    "shelljs": "^0.5.3",
    "source-map-support": "^0.3.3",
    "surge": "^0.19.0",
    "ts-loader": "^2.0.3",
    "tslint": "^5.0.0",
    "typedoc": "^0.5.10",
    "typescript": "~2.7.1",
    "webpack": "^2.3.3"
  },
  "engines": {
    "node": ">=0.10"
  },
  "homepage": "https://github.com/opentracing/opentracing-javascript#readme",
  "license": "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": {
    "build": "tsc -p .",
    "cover": "npm run test-cover && istanbul check-coverage",
    "cover-html": "istanbul cover --report html --print none ./node_modules/.bin/_mocha lib/test/unittest.js -- --check-leaks --color && istanbul report text",
    "example": "node lib/examples/demo/demo.js",
    "lint": "tslint -t msbuild -c tslint.json 'src/**/*.ts'",
    "prepublish": "npm run build",
    "test": "mocha lib/test/unittest.js --check-leaks --color",
    "test-cover": "istanbul cover --report lcovonly --print none ./node_modules/.bin/_mocha lib/test/unittest.js -- --check-leaks --color && istanbul report text",
    "typedoc": "typedoc --out typedoc --tsconfig tsconfig.json --mode file",
    "watch": "tsc -w -p .",
    "webpack": "webpack --display-error-details"
  },
  "typings": "lib/index.d.ts",
  "version": "0.14.3"
}
