12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_args": [
- [
- "@codemirror/lint@6.0.0",
- "D:\\qianger\\7\\jindouyunNewFront"
- ]
- ],
- "_from": "@codemirror/lint@6.0.0",
- "_id": "@codemirror/lint@6.0.0",
- "_inBundle": false,
- "_integrity": "sha512-nUUXcJW1Xp54kNs+a1ToPLK8MadO0rMTnJB8Zk4Z8gBdrN0kqV7uvUraU/T2yqg+grDNR38Vmy/MrhQN/RgwiA==",
- "_location": "/@codemirror/lint",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@codemirror/lint@6.0.0",
- "name": "@codemirror/lint",
- "escapedName": "@codemirror%2flint",
- "scope": "@codemirror",
- "rawSpec": "6.0.0",
- "saveSpec": null,
- "fetchSpec": "6.0.0"
- },
- "_requiredBy": [
- "/codemirror"
- ],
- "_resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.0.0.tgz",
- "_spec": "6.0.0",
- "_where": "D:\\qianger\\7\\jindouyunNewFront",
- "author": {
- "name": "Marijn Haverbeke",
- "email": "marijnh@gmail.com",
- "url": "http://marijnhaverbeke.nl"
- },
- "bugs": {
- "url": "https://github.com/codemirror/lint/issues"
- },
- "dependencies": {
- "@codemirror/state": "^6.0.0",
- "@codemirror/view": "^6.0.0",
- "crelt": "^1.0.5"
- },
- "description": "Linting support for the CodeMirror code editor",
- "devDependencies": {
- "@codemirror/buildhelper": "^0.1.0"
- },
- "exports": {
- "import": "./dist/index.js",
- "require": "./dist/index.cjs"
- },
- "homepage": "https://github.com/codemirror/lint#readme",
- "keywords": [
- "editor",
- "code"
- ],
- "license": "MIT",
- "main": "dist/index.cjs",
- "module": "dist/index.js",
- "name": "@codemirror/lint",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/codemirror/lint.git"
- },
- "scripts": {
- "prepare": "cm-buildhelper src/lint.ts",
- "test": "cm-runtests"
- },
- "sideEffects": false,
- "type": "module",
- "types": "dist/index.d.ts",
- "version": "6.0.0"
- }
|