{
  "_from": "@codemirror/state@^6.0.0",
  "_id": "@codemirror/state@6.0.1",
  "_inBundle": false,
  "_integrity": "sha512-6vYgaXc4KjSY0BUfSVDJooGcoswg/RJZpq/ZGjsUYmY0KN1lmB8u03nv+jiG1ncUV5qoggyxFT5AGD5Ak+5Zrw==",
  "_location": "/@codemirror/state",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@codemirror/state@^6.0.0",
    "name": "@codemirror/state",
    "escapedName": "@codemirror%2fstate",
    "scope": "@codemirror",
    "rawSpec": "^6.0.0",
    "saveSpec": null,
    "fetchSpec": "^6.0.0"
  },
  "_requiredBy": [
    "/@codemirror/autocomplete",
    "/@codemirror/commands",
    "/@codemirror/language",
    "/@codemirror/lint",
    "/@codemirror/search",
    "/@codemirror/view",
    "/codemirror"
  ],
  "_resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.0.1.tgz",
  "_shasum": "a1994f14c49e2f77cb9e26aef35f63a8b3707c6c",
  "_spec": "@codemirror/state@^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/state/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Editor state data structures for the CodeMirror code editor",
  "devDependencies": {
    "@codemirror/buildhelper": "^0.1.5"
  },
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "homepage": "https://github.com/codemirror/state#readme",
  "keywords": [
    "editor",
    "code"
  ],
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "name": "@codemirror/state",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codemirror/state.git"
  },
  "scripts": {
    "prepare": "cm-buildhelper src/index.ts",
    "test": "cm-runtests"
  },
  "sideEffects": false,
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "6.0.1"
}
