1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_args": [
- [
- "@codemirror/state@6.1.0",
- "D:\\qianger\\7\\jindouyunNewFront"
- ]
- ],
- "_from": "@codemirror/state@6.1.0",
- "_id": "@codemirror/state@6.1.0",
- "_inBundle": false,
- "_integrity": "sha512-qbUr94DZTe6/V1VS7LDLz11rM/1t/nJxR1El4I6UaxDEdc0aZZvq6JCLJWiRmUf95NRAnDH6fhXn+PWp9wGCIg==",
- "_location": "/@codemirror/state",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@codemirror/state@6.1.0",
- "name": "@codemirror/state",
- "escapedName": "@codemirror%2fstate",
- "scope": "@codemirror",
- "rawSpec": "6.1.0",
- "saveSpec": null,
- "fetchSpec": "6.1.0"
- },
- "_requiredBy": [
- "/@codemirror/autocomplete",
- "/@codemirror/commands",
- "/@codemirror/language",
- "/@codemirror/lint",
- "/@codemirror/search",
- "/@codemirror/view",
- "/codemirror"
- ],
- "_resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.1.0.tgz",
- "_spec": "6.1.0",
- "_where": "D:\\qianger\\7\\jindouyunNewFront",
- "author": {
- "name": "Marijn Haverbeke",
- "email": "marijnh@gmail.com",
- "url": "http://marijnhaverbeke.nl"
- },
- "bugs": {
- "url": "https://github.com/codemirror/state/issues"
- },
- "description": "Editor state data structures for the CodeMirror code editor",
- "devDependencies": {
- "@codemirror/buildhelper": "^0.1.5"
- },
- "exports": {
- "import": "./dist/index.js",
- "require": "./dist/index.cjs"
- },
- "homepage": "https://github.com/codemirror/state#readme",
- "keywords": [
- "editor",
- "code"
- ],
- "license": "MIT",
- "main": "dist/index.cjs",
- "module": "dist/index.js",
- "name": "@codemirror/state",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/codemirror/state.git"
- },
- "scripts": {
- "prepare": "cm-buildhelper src/index.ts",
- "test": "cm-runtests"
- },
- "sideEffects": false,
- "type": "module",
- "types": "dist/index.d.ts",
- "version": "6.1.0"
- }
|