12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_args": [
- [
- "@codemirror/search@6.0.0",
- "D:\\qianger\\7\\jindouyunNewFront"
- ]
- ],
- "_from": "@codemirror/search@6.0.0",
- "_id": "@codemirror/search@6.0.0",
- "_inBundle": false,
- "_integrity": "sha512-rL0rd3AhI0TAsaJPUaEwC63KHLO7KL0Z/dYozXj6E7L3wNHRyx7RfE0/j5HsIf912EE5n2PCb4Vg0rGYmDv4UQ==",
- "_location": "/@codemirror/search",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@codemirror/search@6.0.0",
- "name": "@codemirror/search",
- "escapedName": "@codemirror%2fsearch",
- "scope": "@codemirror",
- "rawSpec": "6.0.0",
- "saveSpec": null,
- "fetchSpec": "6.0.0"
- },
- "_requiredBy": [
- "/codemirror"
- ],
- "_resolved": "https://registry.npmjs.org/@codemirror/search/-/search-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/search/issues"
- },
- "dependencies": {
- "@codemirror/state": "^6.0.0",
- "@codemirror/view": "^6.0.0",
- "crelt": "^1.0.5"
- },
- "description": "Search functionality 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/search#readme",
- "keywords": [
- "editor",
- "code"
- ],
- "license": "MIT",
- "main": "dist/index.cjs",
- "module": "dist/index.js",
- "name": "@codemirror/search",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/codemirror/search.git"
- },
- "scripts": {
- "prepare": "cm-buildhelper src/search.ts",
- "test": "cm-runtests"
- },
- "sideEffects": false,
- "type": "module",
- "types": "dist/index.d.ts",
- "version": "6.0.0"
- }
|