123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_args": [
- [
- "@lezer/common@1.0.0",
- "D:\\qianger\\7\\jindouyunNewFront"
- ]
- ],
- "_from": "@lezer/common@1.0.0",
- "_id": "@lezer/common@1.0.0",
- "_inBundle": false,
- "_integrity": "sha512-ohydQe+Hb+w4oMDvXzs8uuJd2NoA3D8YDcLiuDsLqH+yflDTPEpgCsWI3/6rH5C3BAedtH1/R51dxENldQceEA==",
- "_location": "/@lezer/common",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@lezer/common@1.0.0",
- "name": "@lezer/common",
- "escapedName": "@lezer%2fcommon",
- "scope": "@lezer",
- "rawSpec": "1.0.0",
- "saveSpec": null,
- "fetchSpec": "1.0.0"
- },
- "_requiredBy": [
- "/@codemirror/autocomplete",
- "/@codemirror/commands",
- "/@codemirror/language",
- "/@lezer/highlight",
- "/@lezer/lr"
- ],
- "_resolved": "https://registry.npmjs.org/@lezer/common/-/common-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/common/issues"
- },
- "description": "Syntax tree data structure and parser interfaces for the lezer parser",
- "devDependencies": {
- "@rollup/plugin-commonjs": "^15.1.0",
- "@rollup/plugin-node-resolve": "^9.0.0",
- "@types/mocha": "^5.2.6",
- "ist": "^1.1.1",
- "mocha": "^9.0.1",
- "rollup": "^2.52.2",
- "rollup-plugin-typescript2": "^0.30.0",
- "ts-node": "^10.0.0",
- "typescript": "^4.3.4"
- },
- "exports": {
- "import": "./dist/index.js",
- "require": "./dist/index.cjs"
- },
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/lezer-parser/common#readme",
- "license": "MIT",
- "main": "dist/index.cjs",
- "module": "dist/index.js",
- "name": "@lezer/common",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/lezer-parser/common.git"
- },
- "scripts": {
- "prepare": "rollup -c rollup.config.js",
- "test": "mocha",
- "watch": "rollup -w -c rollup.config.js"
- },
- "type": "module",
- "types": "dist/index.d.ts",
- "version": "1.0.0"
- }
|