package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "@lezer/lr@1.2.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "@lezer/lr@1.2.0",
  9. "_id": "@lezer/lr@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-TgEpfm9br2SX8JwtwKT8HsQZKuFkLRg6g+IRxObk9nVKQLKnkP3oMh+QGcTBL9GQsfQ2ADtKPbj2iGSMf3ytiA==",
  12. "_location": "/@lezer/lr",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@lezer/lr@1.2.0",
  18. "name": "@lezer/lr",
  19. "escapedName": "@lezer%2flr",
  20. "scope": "@lezer",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/@codemirror/language"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.2.0.tgz",
  29. "_spec": "1.2.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/lr/issues"
  37. },
  38. "dependencies": {
  39. "@lezer/common": "^1.0.0"
  40. },
  41. "description": "Incremental parser",
  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/lr#readme",
  57. "license": "MIT",
  58. "main": "dist/index.cjs",
  59. "module": "dist/index.js",
  60. "name": "@lezer/lr",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/lezer-parser/lr.git"
  64. },
  65. "scripts": {
  66. "prepare": "rollup -c rollup.config.js",
  67. "test": "echo 'Tests are in @lezer/generator'",
  68. "watch": "rollup -w -c rollup.config.js"
  69. },
  70. "type": "module",
  71. "types": "dist/index.d.ts",
  72. "version": "1.2.0"
  73. }