| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_args": [
- [
- "@codemirror/autocomplete@6.0.4",
- "D:\\qianger\\7\\jindouyunNewFront"
- ]
- ],
- "_from": "@codemirror/autocomplete@6.0.4",
- "_id": "@codemirror/autocomplete@6.0.4",
- "_inBundle": false,
- "_integrity": "sha512-uP7UodCRykPNwSAN+wYa/AS9gJI/V47echCAXUYgCgBXy3l19nwO7W/d29COtG/dfAsjBOhMDeh3Ms8Y5VZbrA==",
- "_location": "/@codemirror/autocomplete",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@codemirror/autocomplete@6.0.4",
- "name": "@codemirror/autocomplete",
- "escapedName": "@codemirror%2fautocomplete",
- "scope": "@codemirror",
- "rawSpec": "6.0.4",
- "saveSpec": null,
- "fetchSpec": "6.0.4"
- },
- "_requiredBy": [
- "/codemirror"
- ],
- "_resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.0.4.tgz",
- "_spec": "6.0.4",
- "_where": "D:\\qianger\\7\\jindouyunNewFront",
- "author": {
- "name": "Marijn Haverbeke",
- "email": "marijnh@gmail.com",
- "url": "http://marijnhaverbeke.nl"
- },
- "bugs": {
- "url": "https://github.com/codemirror/autocomplete/issues"
- },
- "dependencies": {
- "@codemirror/language": "^6.0.0",
- "@codemirror/state": "^6.0.0",
- "@codemirror/view": "^6.0.0",
- "@lezer/common": "^1.0.0"
- },
- "description": "Autocompletion 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/autocomplete#readme",
- "keywords": [
- "editor",
- "code"
- ],
- "license": "MIT",
- "main": "dist/index.cjs",
- "module": "dist/index.js",
- "name": "@codemirror/autocomplete",
- "peerDependencies": {
- "@codemirror/language": "^6.0.0",
- "@codemirror/state": "^6.0.0",
- "@codemirror/view": "^6.0.0",
- "@lezer/common": "^1.0.0"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/codemirror/autocomplete.git"
- },
- "scripts": {
- "prepare": "cm-buildhelper src/index.ts",
- "test": "cm-runtests"
- },
- "sideEffects": false,
- "type": "module",
- "types": "dist/index.d.ts",
- "version": "6.0.4"
- }
|