WIP - add extractor, generate snippet_data
This commit is contained in:
92
node_modules/opentracing/package.json
generated
vendored
Normal file
92
node_modules/opentracing/package.json
generated
vendored
Normal file
@ -0,0 +1,92 @@
|
||||
{
|
||||
"_from": "opentracing@^0.14.3",
|
||||
"_id": "opentracing@0.14.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-nNnZDkUNExBwEpb7LZaeMeQgvrlO8l4bgY/LvGNZCR0xG/dGWqHqjKrAmR5GUoYo0FIz38kxasvA1aevxWs2CA==",
|
||||
"_location": "/opentracing",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"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.4.tgz",
|
||||
"_shasum": "a113408ea740da3a90fde5b3b0011a375c2e4268",
|
||||
"_spec": "opentracing@^0.14.3",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
|
||||
"bugs": {
|
||||
"url": "https://github.com/opentracing/opentracing-javascript/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "[![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![NPM Published Version][npm-img]][npm] ![Node Version][node-img] [](https://gitter.im/opentracing/opentracing-javascript?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)",
|
||||
"devDependencies": {
|
||||
"@types/chai": "4.1.4",
|
||||
"@types/mocha": "2.2.40",
|
||||
"@types/node": "10.3.5",
|
||||
"chai": "^4.1.2",
|
||||
"clone": "^2.1.1",
|
||||
"colors": "^1.1.2",
|
||||
"coveralls": "^3.0.1",
|
||||
"cross-env": "^5.2.0",
|
||||
"istanbul": "^0.4.5",
|
||||
"json-loader": "^0.5.4",
|
||||
"mocha": "^2.4.5",
|
||||
"shelljs": "^0.8.2",
|
||||
"source-map-support": "^0.5.6",
|
||||
"surge": "^0.20.1",
|
||||
"ts-loader": "^4.4.1",
|
||||
"tslint": "^5.0.0",
|
||||
"typedoc": "^0.11.1",
|
||||
"typescript": "^3.2.2",
|
||||
"webpack": "^4.29.5",
|
||||
"webpack-cli": "^3.2.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10"
|
||||
},
|
||||
"files": [
|
||||
"src",
|
||||
"lib",
|
||||
"dist"
|
||||
],
|
||||
"homepage": "https://github.com/opentracing/opentracing-javascript#readme",
|
||||
"license": "Apache-2.0",
|
||||
"licenses": [
|
||||
{
|
||||
"type": "Apache-2.0",
|
||||
"url": "https://opensource.org/licenses/Apache-2.0"
|
||||
}
|
||||
],
|
||||
"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'",
|
||||
"prepare": "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"
|
||||
},
|
||||
"types": "lib/index.d.ts",
|
||||
"version": "0.14.4"
|
||||
}
|
||||
Reference in New Issue
Block a user