{
  "_from": "@codemirror/theme-one-dark@^6.0.0",
  "_id": "@codemirror/theme-one-dark@6.1.2",
  "_inBundle": false,
  "_integrity": "sha512-F+sH0X16j/qFLMAfbciKTxVOwkdAS336b7AXTKOZhy8BR3eH/RelsnLgLFINrpST63mmN2OuwUt0W2ndUgYwUA==",
  "_location": "/@codemirror/theme-one-dark",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@codemirror/theme-one-dark@^6.0.0",
    "name": "@codemirror/theme-one-dark",
    "escapedName": "@codemirror%2ftheme-one-dark",
    "scope": "@codemirror",
    "rawSpec": "^6.0.0",
    "saveSpec": null,
    "fetchSpec": "^6.0.0"
  },
  "_requiredBy": [
    "/@uiw/react-codemirror"
  ],
  "_resolved": "https://registry.npmjs.org/@codemirror/theme-one-dark/-/theme-one-dark-6.1.2.tgz",
  "_shasum": "fcef9f9cfc17a07836cb7da17c9f6d7231064df8",
  "_spec": "@codemirror/theme-one-dark@^6.0.0",
  "_where": "/home/ghf/system/node_modules/@uiw/react-codemirror",
  "author": {
    "name": "Marijn Haverbeke",
    "email": "marijn@haverbeke.berlin",
    "url": "http://marijnhaverbeke.nl"
  },
  "bugs": {
    "url": "https://github.com/codemirror/theme-one-dark/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@codemirror/language": "^6.0.0",
    "@codemirror/state": "^6.0.0",
    "@codemirror/view": "^6.0.0",
    "@lezer/highlight": "^1.0.0"
  },
  "deprecated": false,
  "description": "One Dark theme for the CodeMirror code editor",
  "devDependencies": {
    "@codemirror/buildhelper": "^0.1.0"
  },
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "homepage": "https://github.com/codemirror/theme-one-dark#readme",
  "keywords": [
    "editor",
    "code"
  ],
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "name": "@codemirror/theme-one-dark",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codemirror/theme-one-dark.git"
  },
  "scripts": {
    "prepare": "cm-buildhelper src/one-dark.ts",
    "test": "cm-runtests"
  },
  "sideEffects": false,
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "6.1.2"
}
