package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "@lezer/highlight@1.0.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "@lezer/highlight@1.0.0",
  9. "_id": "@lezer/highlight@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-nsCnNtim90UKsB5YxoX65v3GEIw3iCHw9RM2DtdgkiqAbKh9pCdvi8AWNwkYf10Lu6fxNhXPpkpHbW6mihhvJA==",
  12. "_location": "/@lezer/highlight",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@lezer/highlight@1.0.0",
  18. "name": "@lezer/highlight",
  19. "escapedName": "@lezer%2fhighlight",
  20. "scope": "@lezer",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/@codemirror/language"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  31. "author": {
  32. "name": "Marijn Haverbeke",
  33. "email": "marijnh@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/lezer-parser/highlight/issues"
  37. },
  38. "dependencies": {
  39. "@lezer/common": "^1.0.0"
  40. },
  41. "description": "Highlighting system for Lezer parse trees",
  42. "devDependencies": {
  43. "@rollup/plugin-commonjs": "^15.1.0",
  44. "@rollup/plugin-node-resolve": "^9.0.0",
  45. "rollup": "^2.52.2",
  46. "rollup-plugin-typescript2": "^0.30.0",
  47. "typescript": "^4.3.4"
  48. },
  49. "exports": {
  50. "import": "./dist/index.js",
  51. "require": "./dist/index.cjs"
  52. },
  53. "files": [
  54. "dist"
  55. ],
  56. "homepage": "https://github.com/lezer-parser/highlight#readme",
  57. "license": "MIT",
  58. "main": "dist/index.cjs",
  59. "module": "dist/index.js",
  60. "name": "@lezer/highlight",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/lezer-parser/highlight.git"
  64. },
  65. "scripts": {
  66. "prepare": "rollup -c rollup.config.js",
  67. "watch": "rollup -w -c rollup.config.js"
  68. },
  69. "type": "module",
  70. "types": "dist/highlight.d.ts",
  71. "version": "1.0.0"
  72. }