package.json 2.0 KB

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