12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_args": [
- [
- "@lezer/lr@1.2.0",
- "D:\\qianger\\7\\jindouyunNewFront"
- ]
- ],
- "_from": "@lezer/lr@1.2.0",
- "_id": "@lezer/lr@1.2.0",
- "_inBundle": false,
- "_integrity": "sha512-TgEpfm9br2SX8JwtwKT8HsQZKuFkLRg6g+IRxObk9nVKQLKnkP3oMh+QGcTBL9GQsfQ2ADtKPbj2iGSMf3ytiA==",
- "_location": "/@lezer/lr",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@lezer/lr@1.2.0",
- "name": "@lezer/lr",
- "escapedName": "@lezer%2flr",
- "scope": "@lezer",
- "rawSpec": "1.2.0",
- "saveSpec": null,
- "fetchSpec": "1.2.0"
- },
- "_requiredBy": [
- "/@codemirror/language"
- ],
- "_resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.2.0.tgz",
- "_spec": "1.2.0",
- "_where": "D:\\qianger\\7\\jindouyunNewFront",
- "author": {
- "name": "Marijn Haverbeke",
- "email": "marijnh@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/lezer-parser/lr/issues"
- },
- "dependencies": {
- "@lezer/common": "^1.0.0"
- },
- "description": "Incremental parser",
- "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/lr#readme",
- "license": "MIT",
- "main": "dist/index.cjs",
- "module": "dist/index.js",
- "name": "@lezer/lr",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/lezer-parser/lr.git"
- },
- "scripts": {
- "prepare": "rollup -c rollup.config.js",
- "test": "echo 'Tests are in @lezer/generator'",
- "watch": "rollup -w -c rollup.config.js"
- },
- "type": "module",
- "types": "dist/index.d.ts",
- "version": "1.2.0"
- }
|