{
  "_from": "@codemirror/lint@^6.0.0",
  "_id": "@codemirror/lint@6.0.0",
  "_inBundle": false,
  "_integrity": "sha512-nUUXcJW1Xp54kNs+a1ToPLK8MadO0rMTnJB8Zk4Z8gBdrN0kqV7uvUraU/T2yqg+grDNR38Vmy/MrhQN/RgwiA==",
  "_location": "/@codemirror/lint",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@codemirror/lint@^6.0.0",
    "name": "@codemirror/lint",
    "escapedName": "@codemirror%2flint",
    "scope": "@codemirror",
    "rawSpec": "^6.0.0",
    "saveSpec": null,
    "fetchSpec": "^6.0.0"
  },
  "_requiredBy": [
    "/codemirror"
  ],
  "_resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.0.0.tgz",
  "_shasum": "a249b021ac9933b94fe312d994d220f0ef11a157",
  "_spec": "@codemirror/lint@^6.0.0",
  "_where": "D:\\ASHWIN\\BITBUCKET\\FDSHUTTERS\\FD\\fdui\\node_modules\\codemirror",
  "author": {
    "name": "Marijn Haverbeke",
    "email": "marijnh@gmail.com",
    "url": "http://marijnhaverbeke.nl"
  },
  "bugs": {
    "url": "https://github.com/codemirror/lint/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@codemirror/state": "^6.0.0",
    "@codemirror/view": "^6.0.0",
    "crelt": "^1.0.5"
  },
  "deprecated": false,
  "description": "Linting support 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/lint#readme",
  "keywords": [
    "editor",
    "code"
  ],
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "name": "@codemirror/lint",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codemirror/lint.git"
  },
  "scripts": {
    "prepare": "cm-buildhelper src/lint.ts",
    "test": "cm-runtests"
  },
  "sideEffects": false,
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "6.0.0"
}
