package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "@codemirror/search@6.0.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "@codemirror/search@6.0.0",
  9. "_id": "@codemirror/search@6.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-rL0rd3AhI0TAsaJPUaEwC63KHLO7KL0Z/dYozXj6E7L3wNHRyx7RfE0/j5HsIf912EE5n2PCb4Vg0rGYmDv4UQ==",
  12. "_location": "/@codemirror/search",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@codemirror/search@6.0.0",
  18. "name": "@codemirror/search",
  19. "escapedName": "@codemirror%2fsearch",
  20. "scope": "@codemirror",
  21. "rawSpec": "6.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.0"
  24. },
  25. "_requiredBy": [
  26. "/codemirror"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.0.0.tgz",
  29. "_spec": "6.0.0",
  30. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  31. "author": {
  32. "name": "Marijn Haverbeke",
  33. "email": "marijnh@gmail.com",
  34. "url": "http://marijnhaverbeke.nl"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/codemirror/search/issues"
  38. },
  39. "dependencies": {
  40. "@codemirror/state": "^6.0.0",
  41. "@codemirror/view": "^6.0.0",
  42. "crelt": "^1.0.5"
  43. },
  44. "description": "Search functionality for the CodeMirror code editor",
  45. "devDependencies": {
  46. "@codemirror/buildhelper": "^0.1.5"
  47. },
  48. "exports": {
  49. "import": "./dist/index.js",
  50. "require": "./dist/index.cjs"
  51. },
  52. "homepage": "https://github.com/codemirror/search#readme",
  53. "keywords": [
  54. "editor",
  55. "code"
  56. ],
  57. "license": "MIT",
  58. "main": "dist/index.cjs",
  59. "module": "dist/index.js",
  60. "name": "@codemirror/search",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/codemirror/search.git"
  64. },
  65. "scripts": {
  66. "prepare": "cm-buildhelper src/search.ts",
  67. "test": "cm-runtests"
  68. },
  69. "sideEffects": false,
  70. "type": "module",
  71. "types": "dist/index.d.ts",
  72. "version": "6.0.0"
  73. }