{
  "_from": "vscode-test-adapter-api@^1.9.0",
  "_id": "vscode-test-adapter-api@1.9.0",
  "_inBundle": false,
  "_integrity": "sha512-lltjehUP0J9H3R/HBctjlqeUCwn2t9Lbhj2Y500ib+j5Y4H3hw+hVTzuSsfw16LtxY37knlU39QIlasa7svzOQ==",
  "_location": "/vscode-test-adapter-api",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vscode-test-adapter-api@^1.9.0",
    "name": "vscode-test-adapter-api",
    "escapedName": "vscode-test-adapter-api",
    "rawSpec": "^1.9.0",
    "saveSpec": null,
    "fetchSpec": "^1.9.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vscode-test-adapter-api/-/vscode-test-adapter-api-1.9.0.tgz",
  "_shasum": "0fd15fed9f26159670996cb3df8f5618900a0079",
  "_spec": "vscode-test-adapter-api@^1.9.0",
  "_where": "/home/marvin/Misc/projects/test-explorer/vscode-test-explorer",
  "author": {
    "name": "Holger Benl",
    "email": "hbenl@evandor.de"
  },
  "bugs": {
    "url": "https://github.com/hbenl/vscode-test-adapter-api/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "API for test adapters for the VS Code test explorer",
  "devDependencies": {
    "@types/vscode": "~1.23.0",
    "typescript": "^3.9.3"
  },
  "engines": {
    "vscode": "^1.23.0"
  },
  "files": [
    "out",
    "README.md",
    "LICENSE"
  ],
  "homepage": "https://github.com/hbenl/vscode-test-adapter-api#readme",
  "license": "MIT",
  "main": "out/index.js",
  "name": "vscode-test-adapter-api",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hbenl/vscode-test-adapter-api.git"
  },
  "types": "out/index.d.ts",
  "version": "1.9.0"
}
