package.json 1.9 KB

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