123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_args": [
- [
- "@lezer/highlight@1.0.0",
- "D:\\qianger\\7\\jindouyunNewFront"
- ]
- ],
- "_from": "@lezer/highlight@1.0.0",
- "_id": "@lezer/highlight@1.0.0",
- "_inBundle": false,
- "_integrity": "sha512-nsCnNtim90UKsB5YxoX65v3GEIw3iCHw9RM2DtdgkiqAbKh9pCdvi8AWNwkYf10Lu6fxNhXPpkpHbW6mihhvJA==",
- "_location": "/@lezer/highlight",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@lezer/highlight@1.0.0",
- "name": "@lezer/highlight",
- "escapedName": "@lezer%2fhighlight",
- "scope": "@lezer",
- "rawSpec": "1.0.0",
- "saveSpec": null,
- "fetchSpec": "1.0.0"
- },
- "_requiredBy": [
- "/@codemirror/language"
- ],
- "_resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.0.0.tgz",
- "_spec": "1.0.0",
- "_where": "D:\\qianger\\7\\jindouyunNewFront",
- "author": {
- "name": "Marijn Haverbeke",
- "email": "marijnh@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/lezer-parser/highlight/issues"
- },
- "dependencies": {
- "@lezer/common": "^1.0.0"
- },
- "description": "Highlighting system for Lezer parse trees",
- "devDependencies": {
- "@rollup/plugin-commonjs": "^15.1.0",
- "@rollup/plugin-node-resolve": "^9.0.0",
- "rollup": "^2.52.2",
- "rollup-plugin-typescript2": "^0.30.0",
- "typescript": "^4.3.4"
- },
- "exports": {
- "import": "./dist/index.js",
- "require": "./dist/index.cjs"
- },
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/lezer-parser/highlight#readme",
- "license": "MIT",
- "main": "dist/index.cjs",
- "module": "dist/index.js",
- "name": "@lezer/highlight",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/lezer-parser/highlight.git"
- },
- "scripts": {
- "prepare": "rollup -c rollup.config.js",
- "watch": "rollup -w -c rollup.config.js"
- },
- "type": "module",
- "types": "dist/highlight.d.ts",
- "version": "1.0.0"
- }
|