{
  "_from": "@lezer/common@^1.0.0",
  "_id": "@lezer/common@1.0.4",
  "_inBundle": false,
  "_integrity": "sha512-lZHlk8p67x4aIDtJl6UQrXSOP6oi7dQR3W/geFVrENdA1JDaAJWldnVqVjPMJupbTKbzDfFcePfKttqVidS/dg==",
  "_location": "/@lezer/common",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@lezer/common@^1.0.0",
    "name": "@lezer/common",
    "escapedName": "@lezer%2fcommon",
    "scope": "@lezer",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/@codemirror/autocomplete",
    "/@codemirror/commands",
    "/@codemirror/language",
    "/@lezer/highlight",
    "/@lezer/lr"
  ],
  "_resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.0.4.tgz",
  "_shasum": "42b371138af846c1fe8ff5facd4360a670e30b4c",
  "_spec": "@lezer/common@^1.0.0",
  "_where": "/home/ghf/system/node_modules/@codemirror/language",
  "author": {
    "name": "Marijn Haverbeke",
    "email": "marijn@haverbeke.berlin"
  },
  "bugs": {
    "url": "https://github.com/lezer-parser/common/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Syntax tree data structure and parser interfaces for the lezer parser",
  "devDependencies": {
    "@marijn/buildtool": "^0.1.5",
    "@types/mocha": "^5.2.6",
    "ist": "^1.1.1",
    "mocha": "^10.2.0"
  },
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/lezer-parser/common#readme",
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "name": "@lezer/common",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lezer-parser/common.git"
  },
  "scripts": {
    "prepare": "node build.js",
    "test": "mocha",
    "watch": "node build.js --watch"
  },
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "1.0.4"
}
