tiptap/package-lock.json

20032 lines
487 KiB
JSON
Raw Normal View History

2022-04-23 04:40:42 +08:00
{
"name": "tiptap",
2024-01-09 05:30:06 +08:00
"lockfileVersion": 3,
2022-04-23 04:40:42 +08:00
"requires": true,
"packages": {
"": {
2022-09-11 03:12:56 +08:00
"name": "tiptap",
2022-04-23 04:40:42 +08:00
"workspaces": [
"demos",
"packages/*"
],
"devDependencies": {
"@atomico/rollup-plugin-sizes": "^1.1.4",
2022-04-23 04:40:42 +08:00
"@babel/core": "^7.17.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@cypress/webpack-preprocessor": "^5.11.0",
"@lerna/batch-packages": "^3.16.0",
"@lerna/filter-packages": "^5.6.2",
"@lerna/project": "^5.6.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
2022-04-23 04:40:42 +08:00
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"babel-loader": "^8.2.3",
"cypress": "^10.8.0",
"eslint": "^8.17.0",
"eslint-config-airbnb-base": "^15.0.0",
2022-04-23 04:40:42 +08:00
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-vue": "^9.1.0",
"husky": "^8.0.1",
2023-04-05 21:00:54 +08:00
"lerna": "^6.6.1",
2022-07-06 18:59:02 +08:00
"lint-staged": "^13.0.3",
"minimist": "^1.2.7",
"rollup": "^2.67.0",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.31.2",
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
"ts-loader": "9.3.1",
"tsup": "^6.5.0",
"typescript": "^4.5.5",
2022-04-23 04:40:42 +08:00
"webpack": "^5.68.0"
}
},
"demos": {
"name": "tiptap-demos",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"dependencies": {
2024-01-19 03:07:51 +08:00
"@hocuspocus/provider": "^2.9.0",
2023-07-26 17:16:22 +08:00
"@lexical/react": "^0.11.1",
2022-04-23 04:40:42 +08:00
"d3": "^7.3.0",
"fast-glob": "^3.2.11",
2022-09-02 01:44:45 +08:00
"highlight.js": "^11.6.0",
2023-07-26 17:16:22 +08:00
"lexical": "^0.11.1",
"lowlight": "^2.7.0",
2022-04-23 04:40:42 +08:00
"remixicon": "^2.5.0",
"shiki": "^0.10.0",
"simplify-js": "^1.2.4",
"y-prosemirror": "1.0.20",
"y-webrtc": "^10.2.5",
2022-07-07 01:00:03 +08:00
"yjs": "^13.5.39"
2022-04-23 04:40:42 +08:00
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.49",
2022-04-23 04:40:42 +08:00
"@types/uuid": "^8.3.4",
"@vitejs/plugin-react": "^1.3.1",
2022-04-23 04:40:42 +08:00
"@vitejs/plugin-vue": "^1.10.2",
"autoprefixer": "^10.4.2",
"iframe-resizer": "^4.3.2",
2023-10-10 18:34:15 +08:00
"postcss": "^8.4.31",
2023-07-26 17:16:22 +08:00
"postcss-import": "^15.1.0",
"prosemirror-dev-tools": "^4.0.0",
2022-04-23 04:40:42 +08:00
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sass": "^1.49.7",
2022-08-22 20:47:37 +08:00
"svelte": "^3.49.0",
2023-07-26 17:16:22 +08:00
"tailwindcss": "^3.3.2",
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
"typescript": "4.7.4",
2022-04-23 04:40:42 +08:00
"uuid": "^8.3.2",
2023-07-07 21:57:52 +08:00
"vite": "^2.9.16",
2022-04-23 04:40:42 +08:00
"vite-plugin-checker": "^0.3.4",
"vue": "^3.0.5",
"vue-router": "^4.0.11"
}
},
2023-07-26 17:16:22 +08:00
"node_modules/@alloc/quick-lru": {
"version": "5.2.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-07-26 17:16:22 +08:00
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2022-04-23 04:40:42 +08:00
"node_modules/@ampproject/remapping": {
"version": "2.2.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "Apache-2.0",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@jridgewell/gen-mapping": "^0.1.0",
2022-05-18 16:52:35 +08:00
"@jridgewell/trace-mapping": "^0.3.9"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@atomico/rollup-plugin-sizes": {
"version": "1.1.4",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
"dependencies": {
"brotli-size": "^4.0.0",
"gzip-size": "^5.1.1",
"simple-string-table": "^1.0.0"
},
"peerDependencies": {
"rollup": "1.x || 2.x"
}
},
2022-04-23 04:40:42 +08:00
"node_modules/@babel/code-frame": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/highlight": "^7.16.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/compat-data": {
"version": "7.18.5",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/core": {
"version": "7.18.5",
"dev": true,
"license": "MIT",
"dependencies": {
"@ampproject/remapping": "^2.1.0",
"@babel/code-frame": "^7.16.7",
"@babel/generator": "^7.18.2",
"@babel/helper-compilation-targets": "^7.18.2",
"@babel/helper-module-transforms": "^7.18.0",
"@babel/helpers": "^7.18.2",
"@babel/parser": "^7.18.5",
"@babel/template": "^7.16.7",
"@babel/traverse": "^7.18.5",
"@babel/types": "^7.18.4",
"convert-source-map": "^1.7.0",
2022-04-23 04:40:42 +08:00
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",
"json5": "^2.2.1",
"semver": "^6.3.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/babel"
}
},
"node_modules/@babel/generator": {
"version": "7.18.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/types": "^7.18.2",
"@jridgewell/gen-mapping": "^0.3.0",
2022-05-18 16:52:35 +08:00
"jsesc": "^2.5.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": {
"version": "0.3.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@jridgewell/set-array": "^1.0.0",
"@jridgewell/sourcemap-codec": "^1.4.10",
"@jridgewell/trace-mapping": "^0.3.9"
},
"engines": {
"node": ">=6.0.0"
}
},
2022-04-23 04:40:42 +08:00
"node_modules/@babel/helper-annotate-as-pure": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/types": "^7.16.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-explode-assignable-expression": "^7.16.7",
"@babel/types": "^7.16.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-compilation-targets": {
"version": "7.18.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/compat-data": "^7.17.10",
"@babel/helper-validator-option": "^7.16.7",
"browserslist": "^4.20.2",
"semver": "^6.3.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@babel/helper-create-class-features-plugin": {
"version": "7.18.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.16.7",
"@babel/helper-environment-visitor": "^7.16.7",
"@babel/helper-function-name": "^7.17.9",
"@babel/helper-member-expression-to-functions": "^7.17.7",
"@babel/helper-optimise-call-expression": "^7.16.7",
"@babel/helper-replace-supers": "^7.16.7",
"@babel/helper-split-export-declaration": "^7.16.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
}
},
"node_modules/@babel/helper-create-regexp-features-plugin": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.16.7",
"regexpu-core": "^5.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
}
},
"node_modules/@babel/helper-define-polyfill-provider": {
"version": "0.3.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-compilation-targets": "^7.13.0",
"@babel/helper-module-imports": "^7.12.13",
"@babel/helper-plugin-utils": "^7.13.0",
"@babel/traverse": "^7.13.0",
2022-04-23 04:40:42 +08:00
"debug": "^4.1.1",
"lodash.debounce": "^4.0.8",
"resolve": "^1.14.2",
"semver": "^6.1.2"
2022-04-23 04:40:42 +08:00
},
"peerDependencies": {
"@babel/core": "^7.4.0-0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@babel/helper-environment-visitor": {
"version": "7.18.2",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-explode-assignable-expression": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/types": "^7.16.7"
},
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-function-name": {
"version": "7.17.9",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/template": "^7.16.7",
"@babel/types": "^7.17.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-hoist-variables": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/types": "^7.16.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-member-expression-to-functions": {
"version": "7.17.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/types": "^7.17.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-module-imports": {
"version": "7.18.6",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/types": "^7.18.6"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-module-transforms": {
"version": "7.18.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-environment-visitor": "^7.16.7",
"@babel/helper-module-imports": "^7.16.7",
"@babel/helper-simple-access": "^7.17.7",
"@babel/helper-split-export-declaration": "^7.16.7",
"@babel/helper-validator-identifier": "^7.16.7",
"@babel/template": "^7.16.7",
"@babel/traverse": "^7.18.0",
"@babel/types": "^7.18.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-optimise-call-expression": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/types": "^7.16.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-plugin-utils": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-remap-async-to-generator": {
"version": "7.16.8",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.16.7",
"@babel/helper-wrap-function": "^7.16.8",
"@babel/types": "^7.16.8"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-replace-supers": {
"version": "7.18.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-environment-visitor": "^7.18.2",
"@babel/helper-member-expression-to-functions": "^7.17.7",
"@babel/helper-optimise-call-expression": "^7.16.7",
"@babel/traverse": "^7.18.2",
"@babel/types": "^7.18.2"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-simple-access": {
"version": "7.18.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/types": "^7.18.2"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
"version": "7.16.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/types": "^7.16.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-split-export-declaration": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/types": "^7.16.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-string-parser": {
"version": "7.19.4",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
2022-04-23 04:40:42 +08:00
"node_modules/@babel/helper-validator-identifier": {
"version": "7.19.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-validator-option": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-wrap-function": {
"version": "7.16.8",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-function-name": "^7.16.7",
"@babel/template": "^7.16.7",
"@babel/traverse": "^7.16.8",
"@babel/types": "^7.16.8"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helpers": {
"version": "7.18.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/template": "^7.16.7",
"@babel/traverse": "^7.18.2",
"@babel/types": "^7.18.2"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/highlight": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-validator-identifier": "^7.16.7",
"chalk": "^2.0.0",
2022-04-23 04:40:42 +08:00
"js-tokens": "^4.0.0"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/parser": {
"version": "7.18.5",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"bin": {
"parser": "bin/babel-parser.js"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
}
},
"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12",
"@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
"@babel/plugin-proposal-optional-chaining": "^7.17.12"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.13.0"
}
},
"node_modules/@babel/plugin-proposal-async-generator-functions": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12",
"@babel/helper-remap-async-to-generator": "^7.16.8",
"@babel/plugin-syntax-async-generators": "^7.8.4"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@babel/plugin-proposal-class-properties": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.17.12",
"@babel/helper-plugin-utils": "^7.17.12"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-proposal-class-static-block": {
"version": "7.18.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.18.0",
"@babel/helper-plugin-utils": "^7.17.12",
"@babel/plugin-syntax-class-static-block": "^7.14.5"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.12.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@babel/plugin-proposal-dynamic-import": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3"
},
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-proposal-export-namespace-from": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12",
"@babel/plugin-syntax-export-namespace-from": "^7.8.3"
},
"engines": {
"node": ">=6.9.0"
2022-04-23 04:40:42 +08:00
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-proposal-json-strings": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12",
"@babel/plugin-syntax-json-strings": "^7.8.3"
},
"engines": {
"node": ">=6.9.0"
2022-04-23 04:40:42 +08:00
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-proposal-logical-assignment-operators": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12",
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
},
"engines": {
"node": ">=6.9.0"
2022-04-23 04:40:42 +08:00
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-proposal-numeric-separator": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/plugin-syntax-numeric-separator": "^7.10.4"
},
"engines": {
"node": ">=6.9.0"
2022-04-23 04:40:42 +08:00
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-proposal-object-rest-spread": {
"version": "7.18.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/compat-data": "^7.17.10",
"@babel/helper-compilation-targets": "^7.17.10",
"@babel/helper-plugin-utils": "^7.17.12",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-parameters": "^7.17.12"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-proposal-optional-catch-binding": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-proposal-optional-chaining": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12",
"@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
"@babel/plugin-syntax-optional-chaining": "^7.8.3"
},
"engines": {
"node": ">=6.9.0"
2022-04-23 04:40:42 +08:00
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-proposal-private-methods": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.17.12",
"@babel/helper-plugin-utils": "^7.17.12"
},
"engines": {
"node": ">=6.9.0"
2022-04-23 04:40:42 +08:00
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-proposal-private-property-in-object": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.16.7",
"@babel/helper-create-class-features-plugin": "^7.17.12",
"@babel/helper-plugin-utils": "^7.17.12",
"@babel/plugin-syntax-private-property-in-object": "^7.14.5"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-proposal-unicode-property-regex": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.17.12",
"@babel/helper-plugin-utils": "^7.17.12"
},
"engines": {
"node": ">=4"
2022-04-23 04:40:42 +08:00
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-async-generators": {
"version": "7.8.4",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-class-properties": {
"version": "7.12.13",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.12.13"
2022-04-23 04:40:42 +08:00
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-class-static-block": {
"version": "7.14.5",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.14.5"
},
"engines": {
"node": ">=6.9.0"
2022-04-23 04:40:42 +08:00
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-dynamic-import": {
2022-04-23 04:40:42 +08:00
"version": "7.8.3",
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-export-namespace-from": {
2022-04-23 04:40:42 +08:00
"version": "7.8.3",
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.3"
2022-04-23 04:40:42 +08:00
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-import-assertions": {
"version": "7.17.12",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-json-strings": {
"version": "7.8.3",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
2022-04-23 04:40:42 +08:00
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-jsx": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@babel/plugin-syntax-logical-assignment-operators": {
"version": "7.10.4",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.10.4"
2022-04-23 04:40:42 +08:00
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
"version": "7.8.3",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
2022-04-23 04:40:42 +08:00
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-numeric-separator": {
"version": "7.10.4",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.10.4"
2022-04-23 04:40:42 +08:00
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-object-rest-spread": {
"version": "7.8.3",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
2022-04-23 04:40:42 +08:00
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-optional-catch-binding": {
"version": "7.8.3",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
2024-01-09 00:01:53 +08:00
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-optional-chaining": {
"version": "7.8.3",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
2022-04-23 04:40:42 +08:00
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-private-property-in-object": {
"version": "7.14.5",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.14.5"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-top-level-await": {
"version": "7.14.5",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.14.5"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@babel/plugin-transform-arrow-functions": {
"version": "7.17.12",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-async-to-generator": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-module-imports": "^7.16.7",
"@babel/helper-plugin-utils": "^7.17.12",
"@babel/helper-remap-async-to-generator": "^7.16.8"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-block-scoped-functions": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-block-scoping": {
"version": "7.18.4",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-classes": {
"version": "7.18.4",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.16.7",
"@babel/helper-environment-visitor": "^7.18.2",
"@babel/helper-function-name": "^7.17.9",
"@babel/helper-optimise-call-expression": "^7.16.7",
"@babel/helper-plugin-utils": "^7.17.12",
"@babel/helper-replace-supers": "^7.18.2",
"@babel/helper-split-export-declaration": "^7.16.7",
"globals": "^11.1.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-computed-properties": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-destructuring": {
"version": "7.18.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-dotall-regex": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.16.7",
"@babel/helper-plugin-utils": "^7.16.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-duplicate-keys": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-exponentiation-operator": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-builder-binary-assignment-operator-visitor": "^7.16.7",
"@babel/helper-plugin-utils": "^7.16.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-for-of": {
"version": "7.18.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-function-name": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-compilation-targets": "^7.16.7",
"@babel/helper-function-name": "^7.16.7",
"@babel/helper-plugin-utils": "^7.16.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-literals": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-member-expression-literals": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-modules-amd": {
"version": "7.18.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-module-transforms": "^7.18.0",
"@babel/helper-plugin-utils": "^7.17.12",
"babel-plugin-dynamic-import-node": "^2.3.3"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-modules-commonjs": {
"version": "7.18.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-module-transforms": "^7.18.0",
"@babel/helper-plugin-utils": "^7.17.12",
"@babel/helper-simple-access": "^7.18.2",
"babel-plugin-dynamic-import-node": "^2.3.3"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-modules-systemjs": {
"version": "7.18.5",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-hoist-variables": "^7.16.7",
"@babel/helper-module-transforms": "^7.18.0",
"@babel/helper-plugin-utils": "^7.17.12",
"@babel/helper-validator-identifier": "^7.16.7",
"babel-plugin-dynamic-import-node": "^2.3.3"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-modules-umd": {
"version": "7.18.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-module-transforms": "^7.18.0",
"@babel/helper-plugin-utils": "^7.17.12"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.17.12",
"@babel/helper-plugin-utils": "^7.17.12"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
}
},
"node_modules/@babel/plugin-transform-new-target": {
"version": "7.18.5",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-object-super": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/helper-replace-supers": "^7.16.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-parameters": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-property-literals": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-react-display-name": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-react-jsx": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.16.7",
"@babel/helper-module-imports": "^7.16.7",
"@babel/helper-plugin-utils": "^7.17.12",
"@babel/plugin-syntax-jsx": "^7.17.12",
"@babel/types": "^7.17.12"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-react-jsx-development": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.16.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-react-jsx-self": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-react-jsx-source": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-react-pure-annotations": {
"version": "7.18.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.16.7",
"@babel/helper-plugin-utils": "^7.17.12"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-regenerator": {
"version": "7.18.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12",
"regenerator-transform": "^0.15.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-reserved-words": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-shorthand-properties": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-spread": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12",
"@babel/helper-skip-transparent-expression-wrappers": "^7.16.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-sticky-regex": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-template-literals": {
"version": "7.18.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-typeof-symbol": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-unicode-escapes": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-unicode-regex": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.16.7",
"@babel/helper-plugin-utils": "^7.16.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/preset-env": {
"version": "7.18.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/compat-data": "^7.17.10",
"@babel/helper-compilation-targets": "^7.18.2",
"@babel/helper-plugin-utils": "^7.17.12",
"@babel/helper-validator-option": "^7.16.7",
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.17.12",
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.17.12",
"@babel/plugin-proposal-async-generator-functions": "^7.17.12",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-class-static-block": "^7.18.0",
"@babel/plugin-proposal-dynamic-import": "^7.16.7",
"@babel/plugin-proposal-export-namespace-from": "^7.17.12",
"@babel/plugin-proposal-json-strings": "^7.17.12",
"@babel/plugin-proposal-logical-assignment-operators": "^7.17.12",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.17.12",
"@babel/plugin-proposal-numeric-separator": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.18.0",
"@babel/plugin-proposal-optional-catch-binding": "^7.16.7",
"@babel/plugin-proposal-optional-chaining": "^7.17.12",
"@babel/plugin-proposal-private-methods": "^7.17.12",
"@babel/plugin-proposal-private-property-in-object": "^7.17.12",
"@babel/plugin-proposal-unicode-property-regex": "^7.17.12",
"@babel/plugin-syntax-async-generators": "^7.8.4",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-class-static-block": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
"@babel/plugin-syntax-import-assertions": "^7.17.12",
"@babel/plugin-syntax-json-strings": "^7.8.3",
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-syntax-numeric-separator": "^7.10.4",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-private-property-in-object": "^7.14.5",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-transform-arrow-functions": "^7.17.12",
"@babel/plugin-transform-async-to-generator": "^7.17.12",
"@babel/plugin-transform-block-scoped-functions": "^7.16.7",
"@babel/plugin-transform-block-scoping": "^7.17.12",
"@babel/plugin-transform-classes": "^7.17.12",
"@babel/plugin-transform-computed-properties": "^7.17.12",
"@babel/plugin-transform-destructuring": "^7.18.0",
"@babel/plugin-transform-dotall-regex": "^7.16.7",
"@babel/plugin-transform-duplicate-keys": "^7.17.12",
"@babel/plugin-transform-exponentiation-operator": "^7.16.7",
"@babel/plugin-transform-for-of": "^7.18.1",
"@babel/plugin-transform-function-name": "^7.16.7",
"@babel/plugin-transform-literals": "^7.17.12",
"@babel/plugin-transform-member-expression-literals": "^7.16.7",
"@babel/plugin-transform-modules-amd": "^7.18.0",
"@babel/plugin-transform-modules-commonjs": "^7.18.2",
"@babel/plugin-transform-modules-systemjs": "^7.18.0",
"@babel/plugin-transform-modules-umd": "^7.18.0",
"@babel/plugin-transform-named-capturing-groups-regex": "^7.17.12",
"@babel/plugin-transform-new-target": "^7.17.12",
"@babel/plugin-transform-object-super": "^7.16.7",
"@babel/plugin-transform-parameters": "^7.17.12",
"@babel/plugin-transform-property-literals": "^7.16.7",
"@babel/plugin-transform-regenerator": "^7.18.0",
"@babel/plugin-transform-reserved-words": "^7.17.12",
"@babel/plugin-transform-shorthand-properties": "^7.16.7",
"@babel/plugin-transform-spread": "^7.17.12",
"@babel/plugin-transform-sticky-regex": "^7.16.7",
"@babel/plugin-transform-template-literals": "^7.18.2",
"@babel/plugin-transform-typeof-symbol": "^7.17.12",
"@babel/plugin-transform-unicode-escapes": "^7.16.7",
"@babel/plugin-transform-unicode-regex": "^7.16.7",
"@babel/preset-modules": "^0.1.5",
"@babel/types": "^7.18.2",
"babel-plugin-polyfill-corejs2": "^0.3.0",
"babel-plugin-polyfill-corejs3": "^0.5.0",
"babel-plugin-polyfill-regenerator": "^0.3.0",
"core-js-compat": "^3.22.1",
"semver": "^6.3.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/preset-modules": {
"version": "0.1.5",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
"@babel/plugin-transform-dotall-regex": "^7.4.4",
"@babel/types": "^7.4.4",
"esutils": "^2.0.2"
2022-04-23 04:40:42 +08:00
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/preset-react": {
"version": "7.17.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.17.12",
"@babel/helper-validator-option": "^7.16.7",
"@babel/plugin-transform-react-display-name": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.17.12",
"@babel/plugin-transform-react-jsx-development": "^7.16.7",
"@babel/plugin-transform-react-pure-annotations": "^7.16.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/runtime": {
"version": "7.18.3",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"regenerator-runtime": "^0.13.4"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/template": {
"version": "7.16.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/code-frame": "^7.16.7",
"@babel/parser": "^7.16.7",
"@babel/types": "^7.16.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/traverse": {
"version": "7.18.5",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/code-frame": "^7.16.7",
"@babel/generator": "^7.18.2",
"@babel/helper-environment-visitor": "^7.18.2",
"@babel/helper-function-name": "^7.17.9",
"@babel/helper-hoist-variables": "^7.16.7",
"@babel/helper-split-export-declaration": "^7.16.7",
"@babel/parser": "^7.18.5",
"@babel/types": "^7.18.4",
"debug": "^4.1.0",
"globals": "^11.1.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/types": {
"version": "7.20.7",
2024-01-09 00:01:53 +08:00
"dev": true,
2024-01-09 00:02:40 +08:00
"license": "MIT",
2024-01-09 00:01:53 +08:00
"dependencies": {
"@babel/helper-string-parser": "^7.19.4",
"@babel/helper-validator-identifier": "^7.19.1",
2024-01-09 00:01:53 +08:00
"to-fast-properties": "^2.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=6.9.0"
}
},
2022-05-18 16:52:35 +08:00
"node_modules/@colors/colors": {
"version": "1.5.0",
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"optional": true,
"engines": {
"node": ">=0.1.90"
}
},
"node_modules/@compiled/react": {
"version": "0.11.4",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "Apache-2.0",
"dependencies": {
"csstype": "^3.1.1"
},
"peerDependencies": {
"react": ">= 16.12.0"
}
},
2022-04-23 04:40:42 +08:00
"node_modules/@cypress/request": {
"version": "2.88.10",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "Apache-2.0",
2022-04-23 04:40:42 +08:00
"dependencies": {
"aws-sign2": "~0.7.0",
"aws4": "^1.8.0",
"caseless": "~0.12.0",
"combined-stream": "~1.0.6",
"extend": "~3.0.2",
"forever-agent": "~0.6.1",
"form-data": "~2.3.2",
"http-signature": "~1.3.6",
"is-typedarray": "~1.0.0",
"isstream": "~0.1.2",
"json-stringify-safe": "~5.0.1",
"mime-types": "~2.1.19",
"performance-now": "^2.1.0",
"qs": "~6.5.2",
2022-04-23 04:40:42 +08:00
"safe-buffer": "^5.1.2",
"tough-cookie": "~2.5.0",
2022-04-23 04:40:42 +08:00
"tunnel-agent": "^0.6.0",
"uuid": "^8.3.2"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/@cypress/webpack-preprocessor": {
"version": "5.12.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"bluebird": "3.7.1",
"debug": "^4.3.2",
2022-04-23 04:40:42 +08:00
"lodash": "^4.17.20"
},
"peerDependencies": {
"@babel/core": "^7.0.1",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2",
2022-04-23 04:40:42 +08:00
"webpack": "^4 || ^5"
}
},
"node_modules/@cypress/xvfb": {
"version": "1.2.4",
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"debug": "^3.1.0",
"lodash.once": "^4.1.1"
}
},
"node_modules/@cypress/xvfb/node_modules/debug": {
"version": "3.2.7",
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"ms": "^2.1.1"
}
},
"node_modules/@eslint/eslintrc": {
"version": "1.3.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
"dependencies": {
"ajv": "^6.12.4",
"debug": "^4.3.2",
"espree": "^9.3.2",
"globals": "^13.15.0",
"ignore": "^5.2.0",
"import-fresh": "^3.2.1",
"js-yaml": "^4.1.0",
"minimatch": "^3.1.2",
"strip-json-comments": "^3.1.1"
},
2022-04-23 04:40:42 +08:00
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@eslint/eslintrc/node_modules/globals": {
"version": "13.15.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
"dependencies": {
"type-fest": "^0.20.2"
},
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@eslint/eslintrc/node_modules/type-fest": {
"version": "0.20.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "(MIT OR CC0-1.0)",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@gar/promisify": {
"version": "1.1.3",
2024-01-08 19:54:37 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT"
},
"node_modules/@hocuspocus/common": {
2024-01-19 03:07:51 +08:00
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/@hocuspocus/common/-/common-2.9.0.tgz",
"integrity": "sha512-VHqxf1Qov4PULmoevRV4hEyxfEGNtdCMDQTU0C1C6ZR6ImDAqnpuzzcxH5ppkZZiiSZwDWxMxxegFt2e3alDEA==",
"dependencies": {
2024-01-19 03:07:51 +08:00
"lib0": "^0.2.87"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@hocuspocus/provider": {
2024-01-19 03:07:51 +08:00
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/@hocuspocus/provider/-/provider-2.9.0.tgz",
"integrity": "sha512-ZMXX0+jbmB5V7n9RVTtxgWexOs3uwMUxTz9JcGNyUWpLGebSHQppT36eR0cNUhhqO3Kz5HBv2dg8egwGKpT5aQ==",
"dependencies": {
2024-01-19 03:07:51 +08:00
"@hocuspocus/common": "^2.9.0",
"@lifeomic/attempt": "^3.0.2",
2024-01-19 03:07:51 +08:00
"lib0": "^0.2.87",
"ws": "^8.14.2"
},
"peerDependencies": {
"y-protocols": "^1.0.6",
"yjs": "^13.6.8"
}
},
"node_modules/@hocuspocus/provider/node_modules/ws": {
"version": "8.16.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz",
"integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
2024-01-19 03:07:51 +08:00
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@humanwhocodes/config-array": {
"version": "0.9.5",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@humanwhocodes/object-schema": "^1.2.1",
"debug": "^4.1.1",
"minimatch": "^3.0.4"
},
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=10.10.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@humanwhocodes/object-schema": {
"version": "1.2.1",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "BSD-3-Clause"
2023-03-30 00:06:42 +08:00
},
"node_modules/@hutson/parse-repository-url": {
"version": "3.0.2",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "Apache-2.0",
2022-05-18 16:52:35 +08:00
"engines": {
"node": ">=6.9.0"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@isaacs/string-locale-compare": {
"version": "1.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC"
2022-04-23 04:40:42 +08:00
},
"node_modules/@jest/schemas": {
"version": "29.4.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
"dependencies": {
"@sinclair/typebox": "^0.25.16"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jridgewell/gen-mapping": {
"version": "0.1.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
"dependencies": {
"@jridgewell/set-array": "^1.0.0",
"@jridgewell/sourcemap-codec": "^1.4.10"
},
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=6.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@jridgewell/resolve-uri": {
"version": "3.0.7",
2023-03-29 23:57:21 +08:00
"dev": true,
"license": "MIT",
2023-03-29 23:57:21 +08:00
"engines": {
"node": ">=6.0.0"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@jridgewell/set-array": {
"version": "1.1.1",
2023-03-29 23:57:21 +08:00
"dev": true,
"license": "MIT",
2023-03-29 23:57:21 +08:00
"engines": {
"node": ">=6.0.0"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@jridgewell/source-map": {
"version": "0.3.2",
"dev": true,
"license": "MIT",
"dependencies": {
"@jridgewell/gen-mapping": "^0.3.0",
"@jridgewell/trace-mapping": "^0.3.9"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@jridgewell/source-map/node_modules/@jridgewell/gen-mapping": {
"version": "0.3.1",
2023-03-29 23:57:21 +08:00
"dev": true,
"license": "MIT",
"dependencies": {
"@jridgewell/set-array": "^1.0.0",
"@jridgewell/sourcemap-codec": "^1.4.10",
"@jridgewell/trace-mapping": "^0.3.9"
},
2023-03-29 23:57:21 +08:00
"engines": {
"node": ">=6.0.0"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@jridgewell/sourcemap-codec": {
"version": "1.4.13",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
"node_modules/@jridgewell/trace-mapping": {
"version": "0.3.13",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
"dependencies": {
"@jridgewell/resolve-uri": "^3.0.3",
"@jridgewell/sourcemap-codec": "^1.4.10"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@lerna/batch-packages": {
"version": "3.16.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
"dependencies": {
"@lerna/package-graph": "3.16.0",
"npmlog": "^4.1.2"
},
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">= 6.9.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@lerna/child-process": {
"version": "6.6.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
"dependencies": {
"chalk": "^4.1.0",
"execa": "^5.0.0",
"strong-log-transformer": "^2.1.0"
},
2022-05-18 16:52:35 +08:00
"engines": {
"node": "^14.15.0 || >=16.0.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@lerna/child-process/node_modules/ansi-styles": {
"version": "4.3.0",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
2023-03-29 23:57:21 +08:00
"dependencies": {
"color-convert": "^2.0.1"
2023-03-29 23:57:21 +08:00
},
"engines": {
"node": ">=8"
2024-01-09 00:01:53 +08:00
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@lerna/child-process/node_modules/chalk": {
"version": "4.1.2",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
},
2022-07-07 01:10:10 +08:00
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@lerna/child-process/node_modules/color-convert": {
"version": "2.0.1",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"color-name": "~1.1.4"
2022-05-18 16:52:35 +08:00
},
"engines": {
"node": ">=7.0.0"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@lerna/child-process/node_modules/color-name": {
"version": "1.1.4",
2024-01-09 01:53:08 +08:00
"dev": true,
"license": "MIT"
},
"node_modules/@lerna/child-process/node_modules/execa": {
"version": "5.1.1",
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
"dependencies": {
"cross-spawn": "^7.0.3",
"get-stream": "^6.0.0",
"human-signals": "^2.1.0",
"is-stream": "^2.0.0",
"merge-stream": "^2.0.0",
"npm-run-path": "^4.0.1",
"onetime": "^5.1.2",
"signal-exit": "^3.0.3",
"strip-final-newline": "^2.0.0"
},
"engines": {
"node": ">=10"
2024-01-09 00:01:53 +08:00
},
"funding": {
"url": "https://github.com/sindresorhus/execa?sponsor=1"
}
},
"node_modules/@lerna/child-process/node_modules/get-stream": {
"version": "6.0.1",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"engines": {
"node": ">=10"
2023-03-30 00:06:42 +08:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@lerna/child-process/node_modules/has-flag": {
"version": "4.0.0",
2024-01-08 19:54:37 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"engines": {
"node": ">=8"
2022-05-18 16:52:35 +08:00
}
2023-03-30 00:06:42 +08:00
},
"node_modules/@lerna/child-process/node_modules/human-signals": {
"version": "2.1.0",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "Apache-2.0",
2023-03-29 23:57:21 +08:00
"engines": {
"node": ">=10.17.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@lerna/child-process/node_modules/supports-color": {
"version": "7.2.0",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
"has-flag": "^4.0.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
"node": ">=8"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@lerna/create": {
"version": "6.6.1",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
"dependencies": {
"@lerna/child-process": "6.6.1",
"dedent": "^0.7.0",
"fs-extra": "^9.1.0",
"init-package-json": "^3.0.2",
"npm-package-arg": "8.1.1",
"p-reduce": "^2.1.0",
"pacote": "^13.6.1",
"pify": "^5.0.0",
"semver": "^7.3.4",
"slash": "^3.0.0",
"validate-npm-package-license": "^3.0.4",
"validate-npm-package-name": "^4.0.0",
"yargs-parser": "20.2.4"
2022-05-18 16:52:35 +08:00
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@lerna/create/node_modules/builtins": {
"version": "5.0.1",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"semver": "^7.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@lerna/create/node_modules/hosted-git-info": {
"version": "3.0.8",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2023-03-29 23:57:21 +08:00
"dependencies": {
"lru-cache": "^6.0.0"
2023-03-29 23:57:21 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@lerna/create/node_modules/npm-package-arg": {
"version": "8.1.1",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
"dependencies": {
"hosted-git-info": "^3.0.6",
"semver": "^7.0.0",
"validate-npm-package-name": "^3.0.0"
2022-05-18 16:52:35 +08:00
},
2023-03-29 23:57:21 +08:00
"engines": {
"node": ">=10"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@lerna/create/node_modules/npm-package-arg/node_modules/builtins": {
"version": "1.0.3",
2024-01-09 05:30:06 +08:00
"dev": true,
"license": "MIT"
2024-01-09 00:01:53 +08:00
},
"node_modules/@lerna/create/node_modules/npm-package-arg/node_modules/validate-npm-package-name": {
"version": "3.0.0",
2023-03-30 00:06:42 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"builtins": "^1.0.3"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@lerna/create/node_modules/pify": {
"version": "5.0.0",
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=10"
2024-01-09 00:01:53 +08:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@lerna/create/node_modules/semver": {
"version": "7.3.8",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
"lru-cache": "^6.0.0"
2022-05-18 16:52:35 +08:00
},
"bin": {
"semver": "bin/semver.js"
2022-05-18 16:52:35 +08:00
},
2023-03-29 23:57:21 +08:00
"engines": {
"node": ">=10"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@lerna/create/node_modules/validate-npm-package-name": {
"version": "4.0.0",
2023-03-30 00:06:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"builtins": "^5.0.0"
2023-03-30 00:06:42 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2023-03-30 00:06:42 +08:00
}
},
"node_modules/@lerna/filter-packages": {
"version": "5.6.2",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
"@lerna/validation-error": "5.6.2",
"multimatch": "^5.0.0",
"npmlog": "^6.0.2"
2022-05-18 16:52:35 +08:00
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@lerna/filter-packages/node_modules/are-we-there-yet": {
"version": "3.0.0",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
"delegates": "^1.0.0",
"readable-stream": "^3.6.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
2023-03-30 00:06:42 +08:00
}
},
"node_modules/@lerna/filter-packages/node_modules/gauge": {
"version": "4.0.4",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
"aproba": "^1.0.3 || ^2.0.0",
"color-support": "^1.1.3",
"console-control-strings": "^1.1.0",
"has-unicode": "^2.0.1",
"signal-exit": "^3.0.7",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"wide-align": "^1.1.5"
2022-05-18 16:52:35 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@lerna/filter-packages/node_modules/npmlog": {
"version": "6.0.2",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"are-we-there-yet": "^3.0.0",
"console-control-strings": "^1.1.0",
"gauge": "^4.0.3",
"set-blocking": "^2.0.0"
2023-03-30 00:06:42 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@lerna/legacy-package-management": {
"version": "6.6.1",
2023-03-30 00:06:42 +08:00
"dev": true,
2024-01-09 00:02:40 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"@npmcli/arborist": "6.2.3",
"@npmcli/run-script": "4.1.7",
"@nrwl/devkit": ">=15.5.2 < 16",
"@octokit/rest": "19.0.3",
"byte-size": "7.0.0",
"chalk": "4.1.0",
"clone-deep": "4.0.1",
"cmd-shim": "5.0.0",
"columnify": "1.6.0",
"config-chain": "1.1.12",
"conventional-changelog-core": "4.2.4",
"conventional-recommended-bump": "6.1.0",
"cosmiconfig": "7.0.0",
"dedent": "0.7.0",
"dot-prop": "6.0.1",
"execa": "5.0.0",
"file-url": "3.0.0",
"find-up": "5.0.0",
"fs-extra": "9.1.0",
"get-port": "5.1.1",
"get-stream": "6.0.0",
"git-url-parse": "13.1.0",
"glob-parent": "5.1.2",
"globby": "11.1.0",
"graceful-fs": "4.2.10",
"has-unicode": "2.0.1",
"inquirer": "8.2.4",
"is-ci": "2.0.0",
"is-stream": "2.0.0",
"libnpmpublish": "6.0.4",
"load-json-file": "6.2.0",
"make-dir": "3.1.0",
"minimatch": "3.0.5",
"multimatch": "5.0.0",
"node-fetch": "2.6.7",
"npm-package-arg": "8.1.1",
"npm-packlist": "5.1.1",
"npm-registry-fetch": "14.0.3",
"npmlog": "6.0.2",
"p-map": "4.0.0",
"p-map-series": "2.1.0",
"p-queue": "6.6.2",
"p-waterfall": "2.1.1",
"pacote": "13.6.2",
"pify": "5.0.0",
"pretty-format": "29.4.3",
"read-cmd-shim": "3.0.0",
"read-package-json": "5.0.1",
"resolve-from": "5.0.0",
"semver": "7.3.8",
"signal-exit": "3.0.7",
"slash": "3.0.0",
"ssri": "9.0.1",
"strong-log-transformer": "2.1.0",
"tar": "6.1.11",
"temp-dir": "1.0.0",
"tempy": "1.0.0",
"upath": "2.0.1",
"uuid": "8.3.2",
"write-file-atomic": "4.0.1",
"write-pkg": "4.0.0",
"yargs": "16.2.0"
2023-03-30 00:06:42 +08:00
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
2023-03-30 00:06:42 +08:00
}
},
"node_modules/@lerna/legacy-package-management/node_modules/ansi-styles": {
"version": "4.3.0",
2023-03-30 00:06:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2024-01-09 00:01:53 +08:00
"dependencies": {
"color-convert": "^2.0.1"
2023-03-30 00:06:42 +08:00
},
2022-05-18 16:52:35 +08:00
"engines": {
"node": ">=8"
2024-01-09 00:01:53 +08:00
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
2024-01-09 00:01:53 +08:00
}
2023-03-30 00:06:42 +08:00
},
"node_modules/@lerna/legacy-package-management/node_modules/are-we-there-yet": {
"version": "3.0.1",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
"delegates": "^1.0.0",
"readable-stream": "^3.6.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@lerna/legacy-package-management/node_modules/chalk": {
"version": "4.1.0",
2023-03-30 00:06:42 +08:00
"dev": true,
2024-01-09 00:02:40 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/@lerna/legacy-package-management/node_modules/ci-info": {
"version": "2.0.0",
2024-01-09 01:53:08 +08:00
"dev": true,
"license": "MIT"
},
"node_modules/@lerna/legacy-package-management/node_modules/color-convert": {
2024-01-09 00:01:53 +08:00
"version": "2.0.1",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2024-01-09 00:01:53 +08:00
"color-name": "~1.1.4"
2022-05-18 16:52:35 +08:00
},
"engines": {
2024-01-09 00:01:53 +08:00
"node": ">=7.0.0"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@lerna/legacy-package-management/node_modules/color-name": {
2024-01-09 00:01:53 +08:00
"version": "1.1.4",
2024-01-09 00:02:40 +08:00
"dev": true,
"license": "MIT"
2024-01-09 00:01:53 +08:00
},
"node_modules/@lerna/legacy-package-management/node_modules/cosmiconfig": {
"version": "7.0.0",
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
"dependencies": {
"@types/parse-json": "^4.0.0",
"import-fresh": "^3.2.1",
"parse-json": "^5.0.0",
"path-type": "^4.0.0",
"yaml": "^1.10.0"
},
"engines": {
"node": ">=10"
}
},
"node_modules/@lerna/legacy-package-management/node_modules/execa": {
"version": "5.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2024-01-09 00:01:53 +08:00
"cross-spawn": "^7.0.3",
"get-stream": "^6.0.0",
"human-signals": "^2.1.0",
"is-stream": "^2.0.0",
"merge-stream": "^2.0.0",
"npm-run-path": "^4.0.1",
"onetime": "^5.1.2",
"signal-exit": "^3.0.3",
"strip-final-newline": "^2.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
},
"funding": {
2024-01-09 00:01:53 +08:00
"url": "https://github.com/sindresorhus/execa?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@lerna/legacy-package-management/node_modules/find-up": {
"version": "5.0.0",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"locate-path": "^6.0.0",
"path-exists": "^4.0.0"
},
2022-07-07 01:10:10 +08:00
"engines": {
2024-01-09 00:01:53 +08:00
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2023-03-30 00:06:42 +08:00
}
},
"node_modules/@lerna/legacy-package-management/node_modules/gauge": {
"version": "4.0.4",
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
"dependencies": {
"aproba": "^1.0.3 || ^2.0.0",
"color-support": "^1.1.3",
"console-control-strings": "^1.1.0",
"has-unicode": "^2.0.1",
"signal-exit": "^3.0.7",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"wide-align": "^1.1.5"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/@lerna/legacy-package-management/node_modules/get-stream": {
"version": "6.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"engines": {
2024-01-09 00:01:53 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
},
2024-01-09 00:01:53 +08:00
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2023-03-30 00:06:42 +08:00
}
},
"node_modules/@lerna/legacy-package-management/node_modules/has-flag": {
2024-01-09 00:01:53 +08:00
"version": "4.0.0",
2023-03-30 00:06:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@lerna/legacy-package-management/node_modules/hosted-git-info": {
"version": "3.0.8",
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
"dependencies": {
"lru-cache": "^6.0.0"
},
"engines": {
"node": ">=10"
}
},
"node_modules/@lerna/legacy-package-management/node_modules/human-signals": {
2024-01-09 00:01:53 +08:00
"version": "2.1.0",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 00:02:40 +08:00
"license": "Apache-2.0",
2022-07-07 01:10:10 +08:00
"engines": {
2024-01-09 00:01:53 +08:00
"node": ">=10.17.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@lerna/legacy-package-management/node_modules/inquirer": {
"version": "8.2.4",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"ansi-escapes": "^4.2.1",
"chalk": "^4.1.1",
"cli-cursor": "^3.1.0",
"cli-width": "^3.0.0",
"external-editor": "^3.0.3",
"figures": "^3.0.0",
"lodash": "^4.17.21",
"mute-stream": "0.0.8",
"ora": "^5.4.1",
"run-async": "^2.4.0",
"rxjs": "^7.5.5",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0",
"through": "^2.3.6",
"wrap-ansi": "^7.0.0"
2022-07-07 01:10:10 +08:00
},
"engines": {
"node": ">=12.0.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@lerna/legacy-package-management/node_modules/inquirer/node_modules/chalk": {
"version": "4.1.2",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 00:02:40 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
2022-07-07 01:10:10 +08:00
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
2023-03-30 00:06:42 +08:00
}
},
"node_modules/@lerna/legacy-package-management/node_modules/is-ci": {
"version": "2.0.0",
2023-03-30 00:06:42 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"ci-info": "^2.0.0"
2023-03-30 00:06:42 +08:00
},
"bin": {
"is-ci": "bin.js"
}
},
"node_modules/@lerna/legacy-package-management/node_modules/is-stream": {
"version": "2.0.0",
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=8"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@lerna/legacy-package-management/node_modules/locate-path": {
2024-01-09 00:01:53 +08:00
"version": "6.0.0",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"p-locate": "^5.0.0"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@lerna/legacy-package-management/node_modules/minimatch": {
"version": "3.0.5",
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
"dependencies": {
"brace-expansion": "^1.1.7"
},
"engines": {
"node": "*"
}
},
"node_modules/@lerna/legacy-package-management/node_modules/npm-package-arg": {
2023-03-30 00:06:42 +08:00
"version": "8.1.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 00:02:40 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"hosted-git-info": "^3.0.6",
"semver": "^7.0.0",
"validate-npm-package-name": "^3.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@lerna/legacy-package-management/node_modules/npmlog": {
"version": "6.0.2",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-09 00:02:40 +08:00
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
"are-we-there-yet": "^3.0.0",
"console-control-strings": "^1.1.0",
"gauge": "^4.0.3",
"set-blocking": "^2.0.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@lerna/legacy-package-management/node_modules/p-limit": {
"version": "3.1.0",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"yocto-queue": "^0.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@lerna/legacy-package-management/node_modules/p-locate": {
"version": "5.0.0",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"p-limit": "^3.0.2"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@lerna/legacy-package-management/node_modules/pify": {
2023-03-30 00:06:42 +08:00
"version": "5.0.0",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"engines": {
"node": ">=10"
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/sindresorhus"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@lerna/legacy-package-management/node_modules/semver": {
"version": "7.3.8",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"lru-cache": "^6.0.0"
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"bin": {
"semver": "bin/semver.js"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@lerna/legacy-package-management/node_modules/supports-color": {
"version": "7.2.0",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
"has-flag": "^4.0.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
"node": ">=8"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@lerna/legacy-package-management/node_modules/write-file-atomic": {
"version": "4.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"imurmurhash": "^0.1.4",
"signal-exit": "^3.0.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@lerna/package": {
"version": "5.6.2",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"load-json-file": "^6.2.0",
"npm-package-arg": "8.1.1",
"write-pkg": "^4.0.0"
2022-07-07 01:10:10 +08:00
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@lerna/package-graph": {
"version": "3.16.0",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"@lerna/prerelease-id-from-version": "3.16.0",
"@lerna/validation-error": "3.13.0",
"npm-package-arg": "^6.1.0",
"npmlog": "^4.1.2",
"semver": "^6.2.0"
2022-07-07 01:10:10 +08:00
},
"engines": {
"node": ">= 6.9.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@lerna/package-graph/node_modules/@lerna/validation-error": {
"version": "3.13.0",
2022-07-07 01:10:10 +08:00
"dev": true,
2023-03-30 00:06:42 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"npmlog": "^4.1.2"
2022-07-07 01:10:10 +08:00
},
"engines": {
"node": ">= 6.9.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@lerna/package/node_modules/hosted-git-info": {
"version": "3.0.8",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"lru-cache": "^6.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@lerna/package/node_modules/npm-package-arg": {
"version": "8.1.1",
2023-03-29 23:57:21 +08:00
"dev": true,
2023-03-30 00:06:42 +08:00
"license": "ISC",
2023-03-29 23:57:21 +08:00
"dependencies": {
"hosted-git-info": "^3.0.6",
"semver": "^7.0.0",
"validate-npm-package-name": "^3.0.0"
2023-03-29 23:57:21 +08:00
},
"engines": {
"node": ">=10"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@lerna/package/node_modules/semver": {
"version": "7.3.8",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
2022-04-23 04:40:42 +08:00
},
2022-05-18 16:52:35 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@lerna/prerelease-id-from-version": {
"version": "3.16.0",
2022-05-18 16:52:35 +08:00
"dev": true,
2023-03-30 00:06:42 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
"semver": "^6.2.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
"node": ">= 6.9.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@lerna/project": {
"version": "5.6.2",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-29 23:57:21 +08:00
"dependencies": {
"@lerna/package": "5.6.2",
"@lerna/validation-error": "5.6.2",
"cosmiconfig": "^7.0.0",
"dedent": "^0.7.0",
"dot-prop": "^6.0.1",
"glob-parent": "^5.1.1",
"globby": "^11.0.2",
"js-yaml": "^4.1.0",
"load-json-file": "^6.2.0",
"npmlog": "^6.0.2",
"p-map": "^4.0.0",
"resolve-from": "^5.0.0",
"write-json-file": "^4.3.0"
2023-03-29 23:57:21 +08:00
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@lerna/project/node_modules/are-we-there-yet": {
"version": "3.0.0",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
"delegates": "^1.0.0",
"readable-stream": "^3.6.0"
2022-07-07 01:10:10 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@lerna/project/node_modules/gauge": {
2022-07-07 01:10:10 +08:00
"version": "4.0.4",
"dev": true,
2023-03-30 00:06:42 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
"aproba": "^1.0.3 || ^2.0.0",
"color-support": "^1.1.3",
"console-control-strings": "^1.1.0",
"has-unicode": "^2.0.1",
"signal-exit": "^3.0.7",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"wide-align": "^1.1.5"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/@lerna/project/node_modules/npmlog": {
"version": "6.0.2",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "ISC",
"dependencies": {
"are-we-there-yet": "^3.0.0",
"console-control-strings": "^1.1.0",
"gauge": "^4.0.3",
"set-blocking": "^2.0.0"
2024-01-09 00:01:53 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@lerna/validation-error": {
"version": "5.6.2",
"dev": true,
2023-03-30 00:06:42 +08:00
"license": "MIT",
2023-07-26 17:16:22 +08:00
"dependencies": {
"npmlog": "^6.0.2"
2023-07-26 17:16:22 +08:00
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
}
},
"node_modules/@lerna/validation-error/node_modules/are-we-there-yet": {
"version": "3.0.1",
2022-05-18 16:52:35 +08:00
"dev": true,
2023-03-30 00:06:42 +08:00
"license": "ISC",
"dependencies": {
"delegates": "^1.0.0",
"readable-stream": "^3.6.0"
2023-03-30 00:06:42 +08:00
},
2022-05-18 16:52:35 +08:00
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@lerna/validation-error/node_modules/gauge": {
"version": "4.0.4",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "ISC",
2023-07-26 17:16:22 +08:00
"dependencies": {
"aproba": "^1.0.3 || ^2.0.0",
"color-support": "^1.1.3",
"console-control-strings": "^1.1.0",
"has-unicode": "^2.0.1",
"signal-exit": "^3.0.7",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"wide-align": "^1.1.5"
2023-07-26 17:16:22 +08:00
},
2022-05-18 16:52:35 +08:00
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@lerna/validation-error/node_modules/npmlog": {
"version": "6.0.2",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
"are-we-there-yet": "^3.0.0",
"console-control-strings": "^1.1.0",
"gauge": "^4.0.3",
"set-blocking": "^2.0.0"
2022-07-07 01:10:10 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@lexical/clipboard": {
"version": "0.11.3",
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-07-26 17:16:22 +08:00
"dependencies": {
"@lexical/html": "0.11.3",
"@lexical/list": "0.11.3",
"@lexical/selection": "0.11.3",
"@lexical/utils": "0.11.3"
2023-07-26 17:16:22 +08:00
},
"peerDependencies": {
"lexical": "0.11.3"
2023-07-26 17:16:22 +08:00
}
},
"node_modules/@lexical/code": {
"version": "0.11.3",
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-07-26 17:16:22 +08:00
"dependencies": {
"@lexical/utils": "0.11.3",
"prismjs": "^1.27.0"
2023-07-26 17:16:22 +08:00
},
"peerDependencies": {
"lexical": "0.11.3"
2023-07-26 17:16:22 +08:00
}
},
"node_modules/@lexical/dragon": {
"version": "0.11.3",
2024-01-08 19:54:37 +08:00
"license": "MIT",
"peerDependencies": {
"lexical": "0.11.3"
2023-07-26 17:16:22 +08:00
}
},
"node_modules/@lexical/hashtag": {
"version": "0.11.3",
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-07-26 17:16:22 +08:00
"dependencies": {
"@lexical/utils": "0.11.3"
2023-07-26 17:16:22 +08:00
},
"peerDependencies": {
"lexical": "0.11.3"
2023-07-26 17:16:22 +08:00
}
},
"node_modules/@lexical/history": {
"version": "0.11.3",
2024-01-09 01:53:08 +08:00
"license": "MIT",
2023-07-26 17:16:22 +08:00
"dependencies": {
"@lexical/utils": "0.11.3"
2023-07-26 17:16:22 +08:00
},
"peerDependencies": {
"lexical": "0.11.3"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@lexical/html": {
"version": "0.11.3",
2024-01-09 01:53:08 +08:00
"license": "MIT",
2023-07-26 17:16:22 +08:00
"dependencies": {
"@lexical/selection": "0.11.3"
2023-07-26 17:16:22 +08:00
},
"peerDependencies": {
"lexical": "0.11.3"
2023-03-30 00:06:42 +08:00
}
},
"node_modules/@lexical/link": {
"version": "0.11.3",
2024-01-09 01:53:08 +08:00
"license": "MIT",
2023-07-26 17:16:22 +08:00
"dependencies": {
"@lexical/utils": "0.11.3"
2023-07-26 17:16:22 +08:00
},
"peerDependencies": {
"lexical": "0.11.3"
2023-03-30 00:06:42 +08:00
}
},
"node_modules/@lexical/list": {
"version": "0.11.3",
2024-01-09 01:53:08 +08:00
"license": "MIT",
2023-07-26 17:16:22 +08:00
"dependencies": {
"@lexical/utils": "0.11.3"
2024-01-09 00:01:53 +08:00
},
"peerDependencies": {
"lexical": "0.11.3"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@lexical/mark": {
"version": "0.11.3",
2024-01-09 01:53:08 +08:00
"license": "MIT",
2023-07-26 17:16:22 +08:00
"dependencies": {
"@lexical/utils": "0.11.3"
2023-07-26 17:16:22 +08:00
},
"peerDependencies": {
"lexical": "0.11.3"
2023-07-26 17:16:22 +08:00
}
},
"node_modules/@lexical/markdown": {
"version": "0.11.3",
2024-01-09 01:53:08 +08:00
"license": "MIT",
2023-07-26 17:16:22 +08:00
"dependencies": {
"@lexical/code": "0.11.3",
"@lexical/link": "0.11.3",
"@lexical/list": "0.11.3",
"@lexical/rich-text": "0.11.3",
"@lexical/text": "0.11.3",
"@lexical/utils": "0.11.3"
2023-07-26 17:16:22 +08:00
},
"peerDependencies": {
"lexical": "0.11.3"
2023-07-26 17:16:22 +08:00
}
},
"node_modules/@lexical/offset": {
"version": "0.11.3",
2024-01-09 01:53:08 +08:00
"license": "MIT",
"peerDependencies": {
"lexical": "0.11.3"
2023-07-26 17:16:22 +08:00
}
},
"node_modules/@lexical/overflow": {
"version": "0.11.3",
2024-01-09 01:53:08 +08:00
"license": "MIT",
"peerDependencies": {
"lexical": "0.11.3"
2023-07-26 17:16:22 +08:00
}
},
"node_modules/@lexical/plain-text": {
"version": "0.11.3",
2024-01-09 01:53:08 +08:00
"license": "MIT",
"peerDependencies": {
"@lexical/clipboard": "0.11.3",
"@lexical/selection": "0.11.3",
"@lexical/utils": "0.11.3",
"lexical": "0.11.3"
}
},
"node_modules/@lexical/react": {
"version": "0.11.3",
2024-01-09 01:53:08 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@lexical/clipboard": "0.11.3",
"@lexical/code": "0.11.3",
"@lexical/dragon": "0.11.3",
"@lexical/hashtag": "0.11.3",
"@lexical/history": "0.11.3",
"@lexical/link": "0.11.3",
"@lexical/list": "0.11.3",
"@lexical/mark": "0.11.3",
"@lexical/markdown": "0.11.3",
"@lexical/overflow": "0.11.3",
"@lexical/plain-text": "0.11.3",
"@lexical/rich-text": "0.11.3",
"@lexical/selection": "0.11.3",
"@lexical/table": "0.11.3",
"@lexical/text": "0.11.3",
"@lexical/utils": "0.11.3",
"@lexical/yjs": "0.11.3",
"react-error-boundary": "^3.1.4"
2023-07-26 17:16:22 +08:00
},
"peerDependencies": {
"lexical": "0.11.3",
"react": ">=17.x",
"react-dom": ">=17.x"
2023-07-26 17:16:22 +08:00
}
},
"node_modules/@lexical/rich-text": {
"version": "0.11.3",
2024-01-09 01:53:08 +08:00
"license": "MIT",
"peerDependencies": {
"@lexical/clipboard": "0.11.3",
"@lexical/selection": "0.11.3",
"@lexical/utils": "0.11.3",
"lexical": "0.11.3"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@lexical/selection": {
"version": "0.11.3",
2024-01-09 01:53:08 +08:00
"license": "MIT",
"peerDependencies": {
"lexical": "0.11.3"
}
},
"node_modules/@lexical/table": {
"version": "0.11.3",
2024-01-09 01:53:08 +08:00
"license": "MIT",
2023-07-26 17:16:22 +08:00
"dependencies": {
"@lexical/utils": "0.11.3"
2023-07-26 17:16:22 +08:00
},
"peerDependencies": {
"lexical": "0.11.3"
2023-07-26 17:16:22 +08:00
}
},
"node_modules/@lexical/text": {
"version": "0.11.3",
2024-01-09 01:53:08 +08:00
"license": "MIT",
"peerDependencies": {
"lexical": "0.11.3"
}
},
"node_modules/@lexical/utils": {
"version": "0.11.3",
2024-01-09 01:53:08 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"@lexical/list": "0.11.3",
"@lexical/selection": "0.11.3",
"@lexical/table": "0.11.3"
2022-04-23 04:40:42 +08:00
},
"peerDependencies": {
"lexical": "0.11.3"
2023-07-26 17:16:22 +08:00
}
},
"node_modules/@lexical/yjs": {
"version": "0.11.3",
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"@lexical/offset": "0.11.3"
2023-07-26 17:16:22 +08:00
},
"peerDependencies": {
"lexical": "0.11.3",
"yjs": ">=13.5.22"
2023-07-26 17:16:22 +08:00
}
},
"node_modules/@lifeomic/attempt": {
"version": "3.0.3",
"license": "MIT"
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
"license": "MIT",
2023-07-26 17:16:22 +08:00
"dependencies": {
"@nodelib/fs.stat": "2.0.5",
"run-parallel": "^1.1.9"
2023-03-30 00:06:42 +08:00
},
"engines": {
"node": ">= 8"
2023-07-26 17:16:22 +08:00
}
},
"node_modules/@nodelib/fs.stat": {
"version": "2.0.5",
2023-03-30 00:06:42 +08:00
"license": "MIT",
"engines": {
"node": ">= 8"
2023-03-30 00:06:42 +08:00
}
},
"node_modules/@nodelib/fs.walk": {
"version": "1.2.8",
"license": "MIT",
"dependencies": {
"@nodelib/fs.scandir": "2.1.5",
"fastq": "^1.6.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">= 8"
2023-03-30 00:06:42 +08:00
}
},
"node_modules/@npmcli/arborist": {
"version": "6.2.3",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/fs": "^3.1.0",
"@npmcli/installed-package-contents": "^2.0.0",
"@npmcli/map-workspaces": "^3.0.2",
"@npmcli/metavuln-calculator": "^5.0.0",
"@npmcli/name-from-folder": "^2.0.0",
"@npmcli/node-gyp": "^3.0.0",
"@npmcli/package-json": "^3.0.0",
"@npmcli/query": "^3.0.0",
"@npmcli/run-script": "^6.0.0",
"bin-links": "^4.0.1",
"cacache": "^17.0.4",
"common-ancestor-path": "^1.0.1",
"hosted-git-info": "^6.1.1",
"json-parse-even-better-errors": "^3.0.0",
"json-stringify-nice": "^1.1.4",
"minimatch": "^6.1.6",
"nopt": "^7.0.0",
"npm-install-checks": "^6.0.0",
"npm-package-arg": "^10.1.0",
"npm-pick-manifest": "^8.0.1",
"npm-registry-fetch": "^14.0.3",
"npmlog": "^7.0.1",
"pacote": "^15.0.8",
"parse-conflict-json": "^3.0.0",
"proc-log": "^3.0.0",
"promise-all-reject-late": "^1.0.0",
"promise-call-limit": "^1.0.1",
"read-package-json-fast": "^3.0.2",
"semver": "^7.3.7",
"ssri": "^10.0.1",
"treeverse": "^3.0.0",
"walk-up-path": "^1.0.0"
2023-03-30 00:06:42 +08:00
},
"bin": {
"arborist": "bin/index.js"
2024-01-09 00:01:53 +08:00
},
2022-07-07 01:10:10 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/@npmcli/arborist/node_modules/@npmcli/git": {
"version": "4.0.4",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
"@npmcli/promise-spawn": "^6.0.0",
"lru-cache": "^7.4.4",
"npm-pick-manifest": "^8.0.0",
"proc-log": "^3.0.0",
"promise-inflight": "^1.0.1",
"promise-retry": "^2.0.1",
"semver": "^7.3.5",
"which": "^3.0.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@npmcli/arborist/node_modules/@npmcli/git/node_modules/lru-cache": {
"version": "7.18.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=12"
2023-03-30 00:06:42 +08:00
}
},
"node_modules/@npmcli/arborist/node_modules/@npmcli/promise-spawn": {
"version": "6.0.2",
2023-03-30 00:06:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
"dependencies": {
"which": "^3.0.0"
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@npmcli/arborist/node_modules/@npmcli/run-script": {
"version": "6.0.0",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2023-03-29 23:57:21 +08:00
"dependencies": {
"@npmcli/node-gyp": "^3.0.0",
"@npmcli/promise-spawn": "^6.0.0",
"node-gyp": "^9.0.0",
"read-package-json-fast": "^3.0.0",
"which": "^3.0.0"
2023-03-29 23:57:21 +08:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@npmcli/arborist/node_modules/are-we-there-yet": {
"version": "4.0.0",
2023-03-30 00:06:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"delegates": "^1.0.0",
"readable-stream": "^4.1.0"
2023-03-30 00:06:42 +08:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2023-03-30 00:06:42 +08:00
}
},
"node_modules/@npmcli/arborist/node_modules/brace-expansion": {
"version": "2.0.1",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"balanced-match": "^1.0.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@npmcli/arborist/node_modules/buffer": {
"version": "6.0.3",
2023-03-30 00:06:42 +08:00
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
2024-01-09 05:30:06 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"base64-js": "^1.3.1",
"ieee754": "^1.2.1"
2023-03-30 00:06:42 +08:00
}
},
"node_modules/@npmcli/arborist/node_modules/builtins": {
"version": "5.0.1",
2023-03-30 00:06:42 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"semver": "^7.0.0"
2023-03-30 00:06:42 +08:00
}
},
"node_modules/@npmcli/arborist/node_modules/gauge": {
"version": "5.0.0",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2024-01-09 00:01:53 +08:00
"dependencies": {
"aproba": "^1.0.3 || ^2.0.0",
"color-support": "^1.1.3",
"console-control-strings": "^1.1.0",
"has-unicode": "^2.0.1",
"signal-exit": "^3.0.7",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"wide-align": "^1.1.5"
2024-01-09 00:01:53 +08:00
},
2023-03-29 23:57:21 +08:00
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@npmcli/arborist/node_modules/glob": {
"version": "9.3.2",
2023-03-30 00:06:42 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"fs.realpath": "^1.0.0",
"minimatch": "^7.4.1",
"minipass": "^4.2.4",
"path-scurry": "^1.6.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=16 || 14 >=14.17"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
2023-03-30 00:06:42 +08:00
}
},
"node_modules/@npmcli/arborist/node_modules/glob/node_modules/minimatch": {
"version": "7.4.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"brace-expansion": "^2.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
2024-01-09 00:01:53 +08:00
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@npmcli/arborist/node_modules/ignore-walk": {
"version": "6.0.2",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
"minimatch": "^7.4.2"
2022-07-07 01:10:10 +08:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@npmcli/arborist/node_modules/ignore-walk/node_modules/minimatch": {
"version": "7.4.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"brace-expansion": "^2.0.1"
2023-03-30 00:06:42 +08:00
},
2022-04-23 04:40:42 +08:00
"engines": {
2024-01-09 00:01:53 +08:00
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@npmcli/arborist/node_modules/json-parse-even-better-errors": {
2024-01-09 00:01:53 +08:00
"version": "3.0.0",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/@npmcli/arborist/node_modules/minimatch": {
"version": "6.2.0",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
"brace-expansion": "^2.0.1"
2022-05-18 16:52:35 +08:00
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@npmcli/arborist/node_modules/normalize-package-data": {
"version": "5.0.0",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "BSD-2-Clause",
2022-07-07 01:10:10 +08:00
"dependencies": {
"hosted-git-info": "^6.0.0",
"is-core-module": "^2.8.1",
"semver": "^7.3.5",
"validate-npm-package-license": "^3.0.4"
2022-07-07 01:10:10 +08:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@npmcli/arborist/node_modules/npm-package-arg": {
"version": "10.1.0",
2023-03-30 00:06:42 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2023-03-29 23:57:21 +08:00
"dependencies": {
"hosted-git-info": "^6.0.0",
"proc-log": "^3.0.0",
"semver": "^7.3.5",
"validate-npm-package-name": "^5.0.0"
2023-03-29 23:57:21 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2023-03-30 00:06:42 +08:00
}
},
"node_modules/@npmcli/arborist/node_modules/npm-packlist": {
"version": "7.0.4",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"ignore-walk": "^6.0.0"
2023-03-30 00:06:42 +08:00
},
2022-04-23 04:40:42 +08:00
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@npmcli/arborist/node_modules/npmlog": {
"version": "7.0.1",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2023-03-29 23:57:21 +08:00
"dependencies": {
"are-we-there-yet": "^4.0.0",
2024-01-09 00:01:53 +08:00
"console-control-strings": "^1.1.0",
"gauge": "^5.0.0",
2024-01-09 00:01:53 +08:00
"set-blocking": "^2.0.0"
2022-05-18 16:52:35 +08:00
},
2022-07-07 01:10:10 +08:00
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@npmcli/arborist/node_modules/pacote": {
"version": "15.1.1",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
"@npmcli/git": "^4.0.0",
"@npmcli/installed-package-contents": "^2.0.1",
"@npmcli/promise-spawn": "^6.0.1",
"@npmcli/run-script": "^6.0.0",
"cacache": "^17.0.0",
"fs-minipass": "^3.0.0",
"minipass": "^4.0.0",
"npm-package-arg": "^10.0.0",
"npm-packlist": "^7.0.0",
"npm-pick-manifest": "^8.0.0",
"npm-registry-fetch": "^14.0.0",
"proc-log": "^3.0.0",
"promise-retry": "^2.0.1",
"read-package-json": "^6.0.0",
"read-package-json-fast": "^3.0.0",
"sigstore": "^1.0.0",
"ssri": "^10.0.0",
"tar": "^6.1.11"
2022-05-18 16:52:35 +08:00
},
"bin": {
"pacote": "lib/bin.js"
2023-03-29 23:57:21 +08:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@npmcli/arborist/node_modules/read-package-json": {
"version": "6.0.1",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"glob": "^9.3.0",
"json-parse-even-better-errors": "^3.0.0",
"normalize-package-data": "^5.0.0",
"npm-normalize-package-bin": "^3.0.0"
2022-04-23 04:40:42 +08:00
},
2023-03-29 23:57:21 +08:00
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@npmcli/arborist/node_modules/readable-stream": {
"version": "4.3.0",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"abort-controller": "^3.0.0",
"buffer": "^6.0.3",
"events": "^3.3.0",
"process": "^0.11.10"
2022-07-07 01:10:10 +08:00
},
2023-03-29 23:57:21 +08:00
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@npmcli/arborist/node_modules/semver": {
"version": "7.3.8",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
"lru-cache": "^6.0.0"
2022-04-23 04:40:42 +08:00
},
"bin": {
"semver": "bin/semver.js"
2023-03-29 23:57:21 +08:00
},
"engines": {
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@npmcli/arborist/node_modules/ssri": {
"version": "10.0.1",
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2023-03-29 23:57:21 +08:00
"dependencies": {
"minipass": "^4.0.0"
2023-03-29 23:57:21 +08:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@npmcli/arborist/node_modules/validate-npm-package-name": {
"version": "5.0.0",
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2023-03-29 23:57:21 +08:00
"dependencies": {
"builtins": "^5.0.0"
2023-03-29 23:57:21 +08:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/@npmcli/arborist/node_modules/which": {
"version": "3.0.0",
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2023-03-29 23:57:21 +08:00
"dependencies": {
"isexe": "^2.0.0"
2023-03-29 23:57:21 +08:00
},
"bin": {
"node-which": "bin/which.js"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@npmcli/fs": {
"version": "3.1.0",
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
"semver": "^7.3.5"
2022-07-07 01:10:10 +08:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/@npmcli/fs/node_modules/semver": {
"version": "7.3.8",
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
"lru-cache": "^6.0.0"
2022-07-07 01:10:10 +08:00
},
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@npmcli/git": {
"version": "3.0.2",
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
"@npmcli/promise-spawn": "^3.0.0",
"lru-cache": "^7.4.4",
"mkdirp": "^1.0.4",
"npm-pick-manifest": "^7.0.0",
"proc-log": "^2.0.0",
"promise-inflight": "^1.0.1",
"promise-retry": "^2.0.1",
"semver": "^7.3.5",
"which": "^2.0.2"
2022-07-07 01:10:10 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/@npmcli/git/node_modules/builtins": {
"version": "5.0.1",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
2023-03-29 23:57:21 +08:00
"dependencies": {
"semver": "^7.0.0"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@npmcli/git/node_modules/hosted-git-info": {
"version": "5.2.1",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
"lru-cache": "^7.5.1"
2023-03-30 00:06:42 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@npmcli/git/node_modules/lru-cache": {
"version": "7.18.3",
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
"engines": {
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@npmcli/git/node_modules/npm-install-checks": {
"version": "5.0.0",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "BSD-2-Clause",
"dependencies": {
"semver": "^7.1.1"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/@npmcli/git/node_modules/npm-normalize-package-bin": {
"version": "2.0.0",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@npmcli/git/node_modules/npm-package-arg": {
"version": "9.1.2",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"hosted-git-info": "^5.0.0",
"proc-log": "^2.0.1",
"semver": "^7.3.5",
"validate-npm-package-name": "^4.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@npmcli/git/node_modules/npm-pick-manifest": {
"version": "7.0.2",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
"npm-install-checks": "^5.0.0",
"npm-normalize-package-bin": "^2.0.0",
"npm-package-arg": "^9.0.0",
"semver": "^7.3.5"
2022-07-07 01:10:10 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@npmcli/git/node_modules/proc-log": {
"version": "2.0.1",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2024-01-09 00:01:53 +08:00
}
},
"node_modules/@npmcli/git/node_modules/semver": {
"version": "7.3.8",
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"lru-cache": "^6.0.0"
2022-07-07 01:10:10 +08:00
},
"bin": {
"semver": "bin/semver.js"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@npmcli/git/node_modules/semver/node_modules/lru-cache": {
"version": "6.0.0",
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
"dependencies": {
"yallist": "^4.0.0"
},
2023-03-29 23:57:21 +08:00
"engines": {
"node": ">=10"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@npmcli/git/node_modules/validate-npm-package-name": {
"version": "4.0.0",
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"builtins": "^5.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@npmcli/installed-package-contents": {
"version": "2.0.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"npm-bundled": "^3.0.0",
"npm-normalize-package-bin": "^3.0.0"
2023-03-30 00:06:42 +08:00
},
"bin": {
"installed-package-contents": "lib/index.js"
2023-03-29 23:57:21 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@npmcli/map-workspaces": {
2024-01-09 00:01:53 +08:00
"version": "3.0.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-29 23:57:21 +08:00
"dependencies": {
"@npmcli/name-from-folder": "^2.0.0",
"glob": "^9.3.1",
"minimatch": "^7.4.2",
"read-package-json-fast": "^3.0.0"
2023-03-29 23:57:21 +08:00
},
2022-04-23 04:40:42 +08:00
"engines": {
2024-01-09 00:01:53 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@npmcli/map-workspaces/node_modules/brace-expansion": {
2024-01-09 00:01:53 +08:00
"version": "2.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 00:02:40 +08:00
"license": "MIT",
2024-01-09 00:01:53 +08:00
"dependencies": {
"balanced-match": "^1.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@npmcli/map-workspaces/node_modules/glob": {
"version": "9.3.2",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
"fs.realpath": "^1.0.0",
"minimatch": "^7.4.1",
"minipass": "^4.2.4",
"path-scurry": "^1.6.1"
2022-07-07 01:10:10 +08:00
},
"engines": {
"node": ">=16 || 14 >=14.17"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@npmcli/map-workspaces/node_modules/minimatch": {
"version": "7.4.3",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-29 23:57:21 +08:00
"dependencies": {
"brace-expansion": "^2.0.1"
2023-03-29 23:57:21 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@npmcli/metavuln-calculator": {
"version": "5.0.0",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-29 23:57:21 +08:00
"dependencies": {
"cacache": "^17.0.0",
2024-01-09 00:01:53 +08:00
"json-parse-even-better-errors": "^3.0.0",
"pacote": "^15.0.0",
"semver": "^7.3.5"
2023-03-29 23:57:21 +08:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@npmcli/metavuln-calculator/node_modules/@npmcli/git": {
"version": "4.0.4",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-29 23:57:21 +08:00
"dependencies": {
"@npmcli/promise-spawn": "^6.0.0",
"lru-cache": "^7.4.4",
"npm-pick-manifest": "^8.0.0",
2024-01-09 00:01:53 +08:00
"proc-log": "^3.0.0",
"promise-inflight": "^1.0.1",
"promise-retry": "^2.0.1",
2024-01-09 00:01:53 +08:00
"semver": "^7.3.5",
"which": "^3.0.0"
2023-03-29 23:57:21 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@npmcli/metavuln-calculator/node_modules/@npmcli/git/node_modules/lru-cache": {
"version": "7.18.3",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
"engines": {
"node": ">=12"
}
},
"node_modules/@npmcli/metavuln-calculator/node_modules/@npmcli/promise-spawn": {
2024-01-09 00:01:53 +08:00
"version": "6.0.2",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2023-03-29 23:57:21 +08:00
"dependencies": {
2024-01-09 00:01:53 +08:00
"which": "^3.0.0"
2023-03-29 23:57:21 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@npmcli/metavuln-calculator/node_modules/@npmcli/run-script": {
"version": "6.0.0",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
"@npmcli/node-gyp": "^3.0.0",
"@npmcli/promise-spawn": "^6.0.0",
"node-gyp": "^9.0.0",
"read-package-json-fast": "^3.0.0",
"which": "^3.0.0"
2023-03-29 23:57:21 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@npmcli/metavuln-calculator/node_modules/brace-expansion": {
2024-01-09 00:01:53 +08:00
"version": "2.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
2024-01-09 00:01:53 +08:00
"dependencies": {
"balanced-match": "^1.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@npmcli/metavuln-calculator/node_modules/builtins": {
2024-01-09 00:01:53 +08:00
"version": "5.0.1",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2024-01-09 00:01:53 +08:00
"semver": "^7.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@npmcli/metavuln-calculator/node_modules/glob": {
"version": "9.3.2",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2024-01-09 00:01:53 +08:00
"dependencies": {
"fs.realpath": "^1.0.0",
"minimatch": "^7.4.1",
"minipass": "^4.2.4",
"path-scurry": "^1.6.1"
2024-01-09 00:01:53 +08:00
},
2023-03-29 23:57:21 +08:00
"engines": {
"node": ">=16 || 14 >=14.17"
2023-03-30 00:06:42 +08:00
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@npmcli/metavuln-calculator/node_modules/ignore-walk": {
"version": "6.0.2",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2023-03-29 23:57:21 +08:00
"dependencies": {
"minimatch": "^7.4.2"
2023-03-29 23:57:21 +08:00
},
"engines": {
2024-01-09 00:01:53 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@npmcli/metavuln-calculator/node_modules/json-parse-even-better-errors": {
"version": "3.0.0",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@npmcli/metavuln-calculator/node_modules/minimatch": {
"version": "7.4.3",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
2024-01-09 00:01:53 +08:00
"brace-expansion": "^2.0.1"
2022-07-07 01:10:10 +08:00
},
"engines": {
2024-01-09 00:01:53 +08:00
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
2023-03-30 00:06:42 +08:00
}
},
"node_modules/@npmcli/metavuln-calculator/node_modules/normalize-package-data": {
"version": "5.0.0",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "BSD-2-Clause",
2022-07-07 01:10:10 +08:00
"dependencies": {
"hosted-git-info": "^6.0.0",
"is-core-module": "^2.8.1",
"semver": "^7.3.5",
"validate-npm-package-license": "^3.0.4"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@npmcli/metavuln-calculator/node_modules/npm-package-arg": {
2024-01-09 00:01:53 +08:00
"version": "10.1.0",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
2024-01-09 00:01:53 +08:00
"hosted-git-info": "^6.0.0",
"proc-log": "^3.0.0",
"semver": "^7.3.5",
"validate-npm-package-name": "^5.0.0"
2022-07-07 01:10:10 +08:00
},
"engines": {
2024-01-09 00:01:53 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@npmcli/metavuln-calculator/node_modules/npm-packlist": {
"version": "7.0.4",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
"ignore-walk": "^6.0.0"
2023-03-30 00:06:42 +08:00
},
2023-05-25 23:29:39 +08:00
"engines": {
2024-01-09 00:01:53 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@npmcli/metavuln-calculator/node_modules/pacote": {
"version": "15.1.1",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
"@npmcli/git": "^4.0.0",
"@npmcli/installed-package-contents": "^2.0.1",
"@npmcli/promise-spawn": "^6.0.1",
"@npmcli/run-script": "^6.0.0",
"cacache": "^17.0.0",
"fs-minipass": "^3.0.0",
"minipass": "^4.0.0",
"npm-package-arg": "^10.0.0",
"npm-packlist": "^7.0.0",
2024-01-09 00:01:53 +08:00
"npm-pick-manifest": "^8.0.0",
"npm-registry-fetch": "^14.0.0",
2024-01-09 00:01:53 +08:00
"proc-log": "^3.0.0",
"promise-retry": "^2.0.1",
"read-package-json": "^6.0.0",
"read-package-json-fast": "^3.0.0",
"sigstore": "^1.0.0",
"ssri": "^10.0.0",
"tar": "^6.1.11"
2023-03-29 23:57:21 +08:00
},
"bin": {
"pacote": "lib/bin.js"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@npmcli/metavuln-calculator/node_modules/read-package-json": {
"version": "6.0.1",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
"dependencies": {
"glob": "^9.3.0",
"json-parse-even-better-errors": "^3.0.0",
"normalize-package-data": "^5.0.0",
"npm-normalize-package-bin": "^3.0.0"
},
2022-07-07 01:10:10 +08:00
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@npmcli/metavuln-calculator/node_modules/semver": {
"version": "7.3.8",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
2024-01-09 00:01:53 +08:00
"lru-cache": "^6.0.0"
2022-05-18 16:52:35 +08:00
},
"bin": {
2024-01-09 00:01:53 +08:00
"semver": "bin/semver.js"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@npmcli/metavuln-calculator/node_modules/ssri": {
"version": "10.0.1",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
"minipass": "^4.0.0"
2022-07-07 01:10:10 +08:00
},
"engines": {
2024-01-09 00:01:53 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@npmcli/metavuln-calculator/node_modules/validate-npm-package-name": {
2024-01-09 00:01:53 +08:00
"version": "5.0.0",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
2024-01-09 00:01:53 +08:00
"builtins": "^5.0.0"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@npmcli/metavuln-calculator/node_modules/which": {
"version": "3.0.0",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
2024-01-09 00:01:53 +08:00
"isexe": "^2.0.0"
},
"bin": {
"node-which": "bin/which.js"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@npmcli/move-file": {
"version": "2.0.1",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"mkdirp": "^1.0.4",
"rimraf": "^3.0.2"
2022-07-07 01:10:10 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@npmcli/name-from-folder": {
"version": "2.0.0",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2023-05-25 23:29:39 +08:00
"engines": {
2024-01-09 00:01:53 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@npmcli/node-gyp": {
"version": "3.0.0",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@npmcli/package-json": {
"version": "3.0.0",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
"json-parse-even-better-errors": "^3.0.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@npmcli/package-json/node_modules/json-parse-even-better-errors": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@npmcli/promise-spawn": {
"version": "3.0.0",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-29 23:57:21 +08:00
"dependencies": {
"infer-owner": "^1.0.4"
2023-03-29 23:57:21 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@npmcli/query": {
"version": "3.0.0",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-29 23:57:21 +08:00
"dependencies": {
"postcss-selector-parser": "^6.0.10"
2023-03-29 23:57:21 +08:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@npmcli/run-script": {
"version": "4.1.7",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2023-03-29 23:57:21 +08:00
"dependencies": {
"@npmcli/node-gyp": "^2.0.0",
"@npmcli/promise-spawn": "^3.0.0",
"node-gyp": "^9.0.0",
"read-package-json-fast": "^2.0.3",
"which": "^2.0.2"
2023-03-29 23:57:21 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/@npmcli/run-script/node_modules/@npmcli/node-gyp": {
2023-03-30 00:06:42 +08:00
"version": "2.0.0",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-29 23:57:21 +08:00
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2023-03-29 23:57:21 +08:00
}
},
"node_modules/@npmcli/run-script/node_modules/npm-normalize-package-bin": {
"version": "1.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC"
2022-04-23 04:40:42 +08:00
},
"node_modules/@npmcli/run-script/node_modules/read-package-json-fast": {
"version": "2.0.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"json-parse-even-better-errors": "^2.3.0",
"npm-normalize-package-bin": "^1.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@nrwl/cli": {
"version": "15.8.9",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
"nx": "15.8.9"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@nrwl/devkit": {
"version": "15.8.9",
2024-01-09 00:01:53 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"@phenomnomnominal/tsquery": "4.1.1",
"ejs": "^3.1.7",
"ignore": "^5.0.4",
"semver": "7.3.4",
"tmp": "~0.2.1",
"tslib": "^2.3.0"
2023-03-30 00:06:42 +08:00
},
"peerDependencies": {
"nx": ">= 14.1 <= 16"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@nrwl/devkit/node_modules/semver": {
"version": "7.3.4",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2023-03-29 23:57:21 +08:00
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
2024-01-09 00:01:53 +08:00
"node_modules/@nrwl/nx-linux-x64-gnu": {
"version": "15.8.9",
2024-01-09 00:01:53 +08:00
"cpu": [
"x64"
],
"dev": true,
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10"
}
2023-03-30 00:06:42 +08:00
},
2024-01-09 00:01:53 +08:00
"node_modules/@nrwl/nx-linux-x64-musl": {
"version": "15.8.9",
2024-01-09 00:01:53 +08:00
"cpu": [
"x64"
2023-07-26 17:16:22 +08:00
],
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 00:01:53 +08:00
"optional": true,
"os": [
"linux"
],
2022-07-07 01:10:10 +08:00
"engines": {
2024-01-09 00:01:53 +08:00
"node": ">= 10"
2022-07-07 01:10:10 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/@nrwl/tao": {
"version": "15.8.9",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 00:02:40 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"nx": "15.8.9"
2023-03-30 00:06:42 +08:00
},
"bin": {
2024-01-09 00:01:53 +08:00
"tao": "index.js"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/@octokit/auth-token": {
"version": "3.0.3",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@octokit/types": "^9.0.0"
2022-04-23 04:40:42 +08:00
},
2024-01-09 00:01:53 +08:00
"engines": {
"node": ">= 14"
}
},
2024-01-09 00:01:53 +08:00
"node_modules/@octokit/core": {
"version": "4.2.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-08-19 03:22:44 +08:00
"dependencies": {
2024-01-09 00:01:53 +08:00
"@octokit/auth-token": "^3.0.0",
"@octokit/graphql": "^5.0.0",
2023-08-19 03:22:44 +08:00
"@octokit/request": "^6.0.0",
2024-01-09 00:01:53 +08:00
"@octokit/request-error": "^3.0.0",
2023-08-19 03:22:44 +08:00
"@octokit/types": "^9.0.0",
2024-01-09 00:01:53 +08:00
"before-after-hook": "^2.2.0",
2023-08-19 03:22:44 +08:00
"universal-user-agent": "^6.0.0"
},
"engines": {
"node": ">= 14"
}
},
2024-01-09 00:01:53 +08:00
"node_modules/@octokit/endpoint": {
"version": "7.0.5",
2024-01-08 19:54:37 +08:00
"dev": true,
2024-01-09 00:02:40 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
2024-01-09 00:01:53 +08:00
"@octokit/types": "^9.0.0",
"is-plain-object": "^5.0.0",
"universal-user-agent": "^6.0.0"
2023-03-30 00:06:42 +08:00
},
"engines": {
2024-01-09 00:01:53 +08:00
"node": ">= 14"
}
},
2024-01-09 00:01:53 +08:00
"node_modules/@octokit/graphql": {
"version": "5.0.5",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-09 00:02:40 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2024-01-09 00:01:53 +08:00
"@octokit/request": "^6.0.0",
"@octokit/types": "^9.0.0",
"universal-user-agent": "^6.0.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
2024-01-09 00:01:53 +08:00
"node": ">= 14"
2022-05-18 16:52:35 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/@octokit/openapi-types": {
"version": "16.0.0",
2024-01-09 05:30:06 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/@octokit/plugin-enterprise-rest": {
"version": "6.0.1",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/@octokit/plugin-paginate-rest": {
"version": "3.1.0",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@octokit/types": "^6.41.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 14"
},
"peerDependencies": {
"@octokit/core": ">=4"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/openapi-types": {
"version": "12.11.0",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/types": {
"version": "6.41.0",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"@octokit/openapi-types": "^12.11.0"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@octokit/plugin-request-log": {
"version": "1.0.4",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"peerDependencies": {
"@octokit/core": ">=3"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@octokit/plugin-rest-endpoint-methods": {
"version": "6.8.1",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@octokit/types": "^8.1.1",
"deprecation": "^2.3.1"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 14"
},
"peerDependencies": {
"@octokit/core": ">=3"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/openapi-types": {
"version": "14.0.0",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types": {
"version": "8.2.1",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@octokit/openapi-types": "^14.0.0"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@octokit/request": {
"version": "6.2.3",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@octokit/endpoint": "^7.0.0",
"@octokit/request-error": "^3.0.0",
"@octokit/types": "^9.0.0",
"is-plain-object": "^5.0.0",
"node-fetch": "^2.6.7",
"universal-user-agent": "^6.0.0"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 14"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@octokit/request-error": {
"version": "3.0.3",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@octokit/types": "^9.0.0",
"deprecation": "^2.0.0",
"once": "^1.4.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 14"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@octokit/rest": {
"version": "19.0.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@octokit/core": "^4.0.0",
"@octokit/plugin-paginate-rest": "^3.0.0",
"@octokit/plugin-request-log": "^1.0.4",
"@octokit/plugin-rest-endpoint-methods": "^6.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 14"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@octokit/types": {
"version": "9.0.0",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"@octokit/openapi-types": "^16.0.0"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@parcel/watcher": {
"version": "2.0.4",
2022-04-23 04:40:42 +08:00
"dev": true,
2023-03-30 00:06:42 +08:00
"hasInstallScript": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"node-addon-api": "^3.2.1",
"node-gyp-build": "^4.3.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@phenomnomnominal/tsquery": {
"version": "4.1.1",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"esquery": "^1.0.1"
},
"peerDependencies": {
"typescript": "^3 || ^4"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@popperjs/core": {
"version": "2.11.5",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/popperjs"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@remirror/core-constants": {
2024-01-09 03:22:38 +08:00
"version": "2.0.2",
2024-01-09 05:30:06 +08:00
"license": "MIT"
},
2023-03-30 00:06:42 +08:00
"node_modules/@remirror/core-helpers": {
2024-01-09 03:22:38 +08:00
"version": "3.0.0",
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2024-01-09 03:22:38 +08:00
"@remirror/core-constants": "^2.0.2",
"@remirror/types": "^1.0.1",
2023-03-30 00:06:42 +08:00
"@types/object.omit": "^3.0.0",
2024-01-09 03:22:38 +08:00
"@types/object.pick": "^1.3.2",
2023-03-30 00:06:42 +08:00
"@types/throttle-debounce": "^2.1.0",
2024-01-09 03:22:38 +08:00
"case-anything": "^2.1.13",
2023-03-30 00:06:42 +08:00
"dash-get": "^1.0.2",
2024-01-09 03:22:38 +08:00
"deepmerge": "^4.3.1",
2023-03-30 00:06:42 +08:00
"fast-deep-equal": "^3.1.3",
"make-error": "^1.3.6",
"object.omit": "^3.0.0",
"object.pick": "^1.3.0",
"throttle-debounce": "^3.0.1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@remirror/types": {
2024-01-09 03:22:38 +08:00
"version": "1.0.1",
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2024-01-09 03:22:38 +08:00
"type-fest": "^2.19.0"
2023-03-30 00:06:42 +08:00
}
},
"node_modules/@remirror/types/node_modules/type-fest": {
"version": "2.19.0",
"license": "(MIT OR CC0-1.0)",
2022-07-07 01:10:10 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12.20"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@rollup/plugin-babel": {
"version": "5.3.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@babel/helper-module-imports": "^7.10.4",
"@rollup/pluginutils": "^3.1.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 10.0.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"@types/babel__core": "^7.1.9",
"rollup": "^1.20.0||^2.0.0"
},
"peerDependenciesMeta": {
"@types/babel__core": {
"optional": true
}
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@rollup/plugin-commonjs": {
"version": "21.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@rollup/pluginutils": "^3.1.0",
"commondir": "^1.0.1",
"estree-walker": "^2.0.1",
"glob": "^7.1.6",
"is-reference": "^1.2.1",
"magic-string": "^0.25.7",
"resolve": "^1.17.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 8.0.0"
},
"peerDependencies": {
"rollup": "^2.38.3"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@rollup/plugin-node-resolve": {
"version": "13.3.0",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@rollup/pluginutils": "^3.1.0",
"@types/resolve": "1.17.1",
"deepmerge": "^4.2.2",
"is-builtin-module": "^3.1.0",
"is-module": "^1.0.0",
"resolve": "^1.19.0"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 10.0.0"
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"peerDependencies": {
"rollup": "^2.42.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@rollup/pluginutils": {
"version": "3.1.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"@types/estree": "0.0.39",
"estree-walker": "^1.0.1",
"picomatch": "^2.2.2"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 8.0.0"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"peerDependencies": {
"rollup": "^1.20.0||^2.0.0"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/@rollup/pluginutils/node_modules/@types/estree": {
"version": "0.0.39",
2024-01-09 05:30:06 +08:00
"dev": true,
"license": "MIT"
2024-01-09 00:01:53 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/@rollup/pluginutils/node_modules/estree-walker": {
"version": "1.0.1",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/@sigstore/protobuf-specs": {
"version": "0.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "Apache-2.0",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@sinclair/typebox": {
"version": "0.25.24",
2024-01-09 05:30:06 +08:00
"dev": true,
"license": "MIT"
2022-07-06 18:59:02 +08:00
},
"node_modules/@sveltejs/vite-plugin-svelte": {
"version": "1.0.0-next.49",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"@rollup/pluginutils": "^4.2.1",
"debug": "^4.3.4",
"deepmerge": "^4.2.2",
"kleur": "^4.1.4",
"magic-string": "^0.26.2",
"svelte-hmr": "^0.14.12"
2022-07-07 01:10:10 +08:00
},
"engines": {
"node": "^14.13.1 || >= 16"
},
2024-01-09 00:01:53 +08:00
"peerDependencies": {
"diff-match-patch": "^1.0.5",
"svelte": "^3.44.0",
"vite": "^2.9.0"
2023-03-30 00:06:42 +08:00
},
"peerDependenciesMeta": {
"diff-match-patch": {
"optional": true
}
}
},
"node_modules/@sveltejs/vite-plugin-svelte/node_modules/@rollup/pluginutils": {
"version": "4.2.1",
2022-07-06 18:59:02 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
"estree-walker": "^2.0.1",
"picomatch": "^2.2.2"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">= 8.0.0"
2022-07-06 18:59:02 +08:00
}
},
"node_modules/@sveltejs/vite-plugin-svelte/node_modules/magic-string": {
"version": "0.26.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"sourcemap-codec": "^1.4.8"
2022-05-18 16:52:35 +08:00
},
"engines": {
"node": ">=12"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@tiptap/core": {
"resolved": "packages/core",
"link": true
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/@tiptap/extension-blockquote": {
"resolved": "packages/extension-blockquote",
"link": true
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/@tiptap/extension-bold": {
"resolved": "packages/extension-bold",
"link": true
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/@tiptap/extension-bubble-menu": {
"resolved": "packages/extension-bubble-menu",
"link": true
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/@tiptap/extension-bullet-list": {
"resolved": "packages/extension-bullet-list",
"link": true
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/@tiptap/extension-character-count": {
"resolved": "packages/extension-character-count",
"link": true
},
"node_modules/@tiptap/extension-code": {
"resolved": "packages/extension-code",
"link": true
},
"node_modules/@tiptap/extension-code-block": {
"resolved": "packages/extension-code-block",
"link": true
},
"node_modules/@tiptap/extension-code-block-lowlight": {
"resolved": "packages/extension-code-block-lowlight",
"link": true
},
"node_modules/@tiptap/extension-collaboration": {
"resolved": "packages/extension-collaboration",
"link": true
},
"node_modules/@tiptap/extension-collaboration-cursor": {
"resolved": "packages/extension-collaboration-cursor",
"link": true
},
"node_modules/@tiptap/extension-color": {
"resolved": "packages/extension-color",
"link": true
},
"node_modules/@tiptap/extension-document": {
"resolved": "packages/extension-document",
"link": true
},
"node_modules/@tiptap/extension-dropcursor": {
"resolved": "packages/extension-dropcursor",
"link": true
},
"node_modules/@tiptap/extension-floating-menu": {
"resolved": "packages/extension-floating-menu",
"link": true
},
"node_modules/@tiptap/extension-focus": {
"resolved": "packages/extension-focus",
"link": true
},
"node_modules/@tiptap/extension-font-family": {
"resolved": "packages/extension-font-family",
"link": true
},
"node_modules/@tiptap/extension-gapcursor": {
"resolved": "packages/extension-gapcursor",
"link": true
},
"node_modules/@tiptap/extension-hard-break": {
"resolved": "packages/extension-hard-break",
"link": true
},
"node_modules/@tiptap/extension-heading": {
"resolved": "packages/extension-heading",
"link": true
},
"node_modules/@tiptap/extension-highlight": {
"resolved": "packages/extension-highlight",
"link": true
},
"node_modules/@tiptap/extension-history": {
"resolved": "packages/extension-history",
"link": true
},
"node_modules/@tiptap/extension-horizontal-rule": {
"resolved": "packages/extension-horizontal-rule",
"link": true
},
"node_modules/@tiptap/extension-image": {
"resolved": "packages/extension-image",
"link": true
},
"node_modules/@tiptap/extension-italic": {
"resolved": "packages/extension-italic",
"link": true
},
"node_modules/@tiptap/extension-link": {
"resolved": "packages/extension-link",
"link": true
},
"node_modules/@tiptap/extension-list-item": {
"resolved": "packages/extension-list-item",
"link": true
},
2023-08-11 09:13:45 +08:00
"node_modules/@tiptap/extension-list-keymap": {
"resolved": "packages/extension-list-keymap",
"link": true
},
2023-03-30 00:06:42 +08:00
"node_modules/@tiptap/extension-mention": {
"resolved": "packages/extension-mention",
"link": true
},
"node_modules/@tiptap/extension-ordered-list": {
"resolved": "packages/extension-ordered-list",
"link": true
},
"node_modules/@tiptap/extension-paragraph": {
"resolved": "packages/extension-paragraph",
"link": true
},
"node_modules/@tiptap/extension-placeholder": {
"resolved": "packages/extension-placeholder",
"link": true
},
"node_modules/@tiptap/extension-strike": {
"resolved": "packages/extension-strike",
"link": true
},
"node_modules/@tiptap/extension-subscript": {
"resolved": "packages/extension-subscript",
"link": true
},
"node_modules/@tiptap/extension-superscript": {
"resolved": "packages/extension-superscript",
"link": true
},
"node_modules/@tiptap/extension-table": {
"resolved": "packages/extension-table",
"link": true
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/@tiptap/extension-table-cell": {
"resolved": "packages/extension-table-cell",
"link": true
},
"node_modules/@tiptap/extension-table-header": {
"resolved": "packages/extension-table-header",
"link": true
},
"node_modules/@tiptap/extension-table-row": {
"resolved": "packages/extension-table-row",
"link": true
},
"node_modules/@tiptap/extension-task-item": {
"resolved": "packages/extension-task-item",
"link": true
},
"node_modules/@tiptap/extension-task-list": {
"resolved": "packages/extension-task-list",
"link": true
},
"node_modules/@tiptap/extension-text": {
"resolved": "packages/extension-text",
"link": true
},
"node_modules/@tiptap/extension-text-align": {
"resolved": "packages/extension-text-align",
"link": true
},
"node_modules/@tiptap/extension-text-style": {
"resolved": "packages/extension-text-style",
"link": true
},
"node_modules/@tiptap/extension-typography": {
"resolved": "packages/extension-typography",
"link": true
},
"node_modules/@tiptap/extension-underline": {
"resolved": "packages/extension-underline",
"link": true
},
"node_modules/@tiptap/extension-youtube": {
"resolved": "packages/extension-youtube",
"link": true
},
"node_modules/@tiptap/html": {
"resolved": "packages/html",
"link": true
},
"node_modules/@tiptap/pm": {
"resolved": "packages/pm",
"link": true
},
"node_modules/@tiptap/react": {
"resolved": "packages/react",
"link": true
},
"node_modules/@tiptap/starter-kit": {
"resolved": "packages/starter-kit",
"link": true
},
"node_modules/@tiptap/suggestion": {
"resolved": "packages/suggestion",
"link": true
},
"node_modules/@tiptap/vue-2": {
"resolved": "packages/vue-2",
"link": true
},
"node_modules/@tiptap/vue-3": {
"resolved": "packages/vue-3",
"link": true
},
"node_modules/@tootallnate/once": {
"version": "2.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@tufjs/models": {
"version": "1.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"minimatch": "^7.4.2"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@tufjs/models/node_modules/brace-expansion": {
"version": "2.0.1",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"balanced-match": "^1.0.0"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@tufjs/models/node_modules/minimatch": {
"version": "7.4.3",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"brace-expansion": "^2.0.1"
2022-07-07 01:10:10 +08:00
},
"engines": {
"node": ">=10"
2023-03-30 00:06:42 +08:00
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@types/base16": {
"version": "1.0.5",
2024-01-09 05:30:06 +08:00
"dev": true,
"license": "MIT"
},
2023-03-30 00:06:42 +08:00
"node_modules/@types/eslint": {
"version": "8.4.3",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@types/estree": "*",
"@types/json-schema": "*"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@types/eslint-scope": {
"version": "3.7.3",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@types/eslint": "*",
"@types/estree": "*"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@types/estree": {
"version": "1.0.0",
2024-01-09 05:30:06 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/@types/hast": {
"version": "2.3.4",
"license": "MIT",
2023-03-29 23:57:21 +08:00
"dependencies": {
"@types/unist": "*"
2023-03-29 23:57:21 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@types/json-schema": {
"version": "7.0.11",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/@types/json5": {
"version": "0.0.29",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/@types/lodash": {
"version": "4.14.202",
2024-01-09 05:30:06 +08:00
"dev": true,
"license": "MIT"
},
2023-03-30 00:06:42 +08:00
"node_modules/@types/minimatch": {
"version": "3.0.5",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/@types/minimist": {
"version": "1.2.2",
2024-01-09 05:30:06 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/@types/node": {
"version": "18.0.0",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/@types/normalize-package-data": {
"version": "2.4.1",
2024-01-09 05:30:06 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/@types/object.omit": {
2024-01-09 03:22:38 +08:00
"version": "3.0.3",
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/@types/object.pick": {
2024-01-09 03:22:38 +08:00
"version": "1.3.4",
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/@types/parse-json": {
"version": "4.0.0",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/@types/prop-types": {
"version": "15.7.5",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/@types/react": {
"version": "18.2.14",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@types/prop-types": "*",
"@types/scheduler": "*",
"csstype": "^3.0.2"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@types/react-dom": {
"version": "18.2.6",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@types/react": "*"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@types/resolve": {
"version": "1.17.1",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-29 23:57:21 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@types/node": "*"
2023-03-29 23:57:21 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@types/scheduler": {
"version": "0.16.2",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/@types/sinonjs__fake-timers": {
2023-03-29 23:57:21 +08:00
"version": "8.1.1",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/@types/sizzle": {
"version": "2.3.3",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/@types/throttle-debounce": {
"version": "2.1.0",
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/@types/unist": {
"version": "2.0.6",
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/@types/uuid": {
"version": "8.3.4",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/@types/yauzl": {
"version": "2.10.0",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"optional": true,
2023-03-29 23:57:21 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@types/node": "*"
2023-03-29 23:57:21 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@typescript-eslint/eslint-plugin": {
"version": "5.29.0",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"@typescript-eslint/scope-manager": "5.29.0",
"@typescript-eslint/type-utils": "5.29.0",
"@typescript-eslint/utils": "5.29.0",
2023-03-30 00:06:42 +08:00
"debug": "^4.3.4",
"functional-red-black-tree": "^1.0.1",
2023-03-30 00:06:42 +08:00
"ignore": "^5.2.0",
"regexpp": "^3.2.0",
2023-03-30 00:06:42 +08:00
"semver": "^7.3.7",
"tsutils": "^3.21.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": {
"version": "7.3.7",
2023-03-29 23:57:21 +08:00
"dev": true,
"license": "ISC",
2023-03-29 23:57:21 +08:00
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@typescript-eslint/parser": {
"version": "5.29.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "BSD-2-Clause",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@typescript-eslint/scope-manager": "5.29.0",
"@typescript-eslint/types": "5.29.0",
"@typescript-eslint/typescript-estree": "5.29.0",
2023-03-30 00:06:42 +08:00
"debug": "^4.3.4"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@typescript-eslint/scope-manager": {
"version": "5.29.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@typescript-eslint/types": "5.29.0",
"@typescript-eslint/visitor-keys": "5.29.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@typescript-eslint/type-utils": {
"version": "5.29.0",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
"@typescript-eslint/utils": "5.29.0",
2023-03-30 00:06:42 +08:00
"debug": "^4.3.4",
"tsutils": "^3.21.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
"eslint": "*"
},
2023-03-30 00:06:42 +08:00
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/@typescript-eslint/types": {
"version": "5.29.0",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT",
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@typescript-eslint/typescript-estree": {
"version": "5.29.0",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "BSD-2-Clause",
2022-05-18 16:52:35 +08:00
"dependencies": {
"@typescript-eslint/types": "5.29.0",
"@typescript-eslint/visitor-keys": "5.29.0",
2023-03-30 00:06:42 +08:00
"debug": "^4.3.4",
"globby": "^11.1.0",
"is-glob": "^4.0.3",
"semver": "^7.3.7",
"tsutils": "^3.21.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
"version": "7.3.7",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@typescript-eslint/utils": {
"version": "5.29.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@types/json-schema": "^7.0.9",
"@typescript-eslint/scope-manager": "5.29.0",
"@typescript-eslint/types": "5.29.0",
"@typescript-eslint/typescript-estree": "5.29.0",
2023-03-30 00:06:42 +08:00
"eslint-scope": "^5.1.1",
"eslint-utils": "^3.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@typescript-eslint/visitor-keys": {
"version": "5.29.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@typescript-eslint/types": "5.29.0",
2023-03-30 00:06:42 +08:00
"eslint-visitor-keys": "^3.3.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@vitejs/plugin-react": {
"version": "1.3.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@babel/core": "^7.17.10",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/plugin-transform-react-jsx-development": "^7.16.7",
"@babel/plugin-transform-react-jsx-self": "^7.16.7",
"@babel/plugin-transform-react-jsx-source": "^7.16.7",
"@rollup/pluginutils": "^4.2.1",
"react-refresh": "^0.13.0",
"resolve": "^1.22.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@vitejs/plugin-react/node_modules/@rollup/pluginutils": {
"version": "4.2.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"estree-walker": "^2.0.1",
"picomatch": "^2.2.2"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 8.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@vitejs/plugin-vue": {
"version": "1.10.2",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12.0.0"
},
"peerDependencies": {
"vite": "^2.5.10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@vue/compiler-core": {
"version": "3.2.37",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@babel/parser": "^7.16.4",
"@vue/shared": "3.2.37",
2023-03-30 00:06:42 +08:00
"estree-walker": "^2.0.2",
"source-map": "^0.6.1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@vue/compiler-dom": {
"version": "3.2.37",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@vue/compiler-core": "3.2.37",
"@vue/shared": "3.2.37"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@vue/compiler-sfc": {
"version": "3.2.37",
"license": "MIT",
2024-01-09 00:01:53 +08:00
"dependencies": {
"@babel/parser": "^7.16.4",
"@vue/compiler-core": "3.2.37",
"@vue/compiler-dom": "3.2.37",
"@vue/compiler-ssr": "3.2.37",
"@vue/reactivity-transform": "3.2.37",
"@vue/shared": "3.2.37",
"estree-walker": "^2.0.2",
"magic-string": "^0.25.7",
"postcss": "^8.1.10",
"source-map": "^0.6.1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@vue/compiler-ssr": {
"version": "3.2.37",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@vue/compiler-dom": "3.2.37",
"@vue/shared": "3.2.37"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@vue/devtools-api": {
"version": "6.1.4",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/@vue/reactivity": {
"version": "3.2.37",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@vue/shared": "3.2.37"
}
},
"node_modules/@vue/reactivity-transform": {
"version": "3.2.37",
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"@babel/parser": "^7.16.4",
"@vue/compiler-core": "3.2.37",
"@vue/shared": "3.2.37",
"estree-walker": "^2.0.2",
"magic-string": "^0.25.7"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@vue/runtime-core": {
"version": "3.2.37",
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
"@vue/reactivity": "3.2.37",
"@vue/shared": "3.2.37"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@vue/runtime-dom": {
"version": "3.2.37",
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"@vue/runtime-core": "3.2.37",
"@vue/shared": "3.2.37",
"csstype": "^2.6.8"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@vue/runtime-dom/node_modules/csstype": {
"version": "2.6.20",
"license": "MIT"
},
2023-03-30 00:06:42 +08:00
"node_modules/@vue/server-renderer": {
"version": "3.2.37",
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"@vue/compiler-ssr": "3.2.37",
"@vue/shared": "3.2.37"
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"peerDependencies": {
"vue": "3.2.37"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@vue/shared": {
"version": "3.2.37",
"license": "MIT"
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/@webassemblyjs/ast": {
"version": "1.11.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@webassemblyjs/helper-numbers": "1.11.1",
"@webassemblyjs/helper-wasm-bytecode": "1.11.1"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@webassemblyjs/floating-point-hex-parser": {
"version": "1.11.1",
"dev": true,
"license": "MIT"
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/@webassemblyjs/helper-api-error": {
"version": "1.11.1",
"dev": true,
"license": "MIT"
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/@webassemblyjs/helper-buffer": {
"version": "1.11.1",
"dev": true,
"license": "MIT"
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/@webassemblyjs/helper-numbers": {
"version": "1.11.1",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"@webassemblyjs/floating-point-hex-parser": "1.11.1",
"@webassemblyjs/helper-api-error": "1.11.1",
2023-03-30 00:06:42 +08:00
"@xtuc/long": "4.2.2"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@webassemblyjs/helper-wasm-bytecode": {
"version": "1.11.1",
"dev": true,
"license": "MIT"
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/@webassemblyjs/helper-wasm-section": {
"version": "1.11.1",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"@webassemblyjs/ast": "1.11.1",
"@webassemblyjs/helper-buffer": "1.11.1",
"@webassemblyjs/helper-wasm-bytecode": "1.11.1",
"@webassemblyjs/wasm-gen": "1.11.1"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@webassemblyjs/ieee754": {
"version": "1.11.1",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@xtuc/ieee754": "^1.2.0"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@webassemblyjs/leb128": {
"version": "1.11.1",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "Apache-2.0",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@xtuc/long": "4.2.2"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@webassemblyjs/utf8": {
"version": "1.11.1",
"dev": true,
"license": "MIT"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/@webassemblyjs/wasm-edit": {
"version": "1.11.1",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
"@webassemblyjs/ast": "1.11.1",
"@webassemblyjs/helper-buffer": "1.11.1",
"@webassemblyjs/helper-wasm-bytecode": "1.11.1",
"@webassemblyjs/helper-wasm-section": "1.11.1",
"@webassemblyjs/wasm-gen": "1.11.1",
"@webassemblyjs/wasm-opt": "1.11.1",
"@webassemblyjs/wasm-parser": "1.11.1",
"@webassemblyjs/wast-printer": "1.11.1"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@webassemblyjs/wasm-gen": {
"version": "1.11.1",
2023-03-29 23:57:21 +08:00
"dev": true,
"license": "MIT",
2023-03-29 23:57:21 +08:00
"dependencies": {
"@webassemblyjs/ast": "1.11.1",
"@webassemblyjs/helper-wasm-bytecode": "1.11.1",
"@webassemblyjs/ieee754": "1.11.1",
"@webassemblyjs/leb128": "1.11.1",
"@webassemblyjs/utf8": "1.11.1"
2023-03-29 23:57:21 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@webassemblyjs/wasm-opt": {
"version": "1.11.1",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"@webassemblyjs/ast": "1.11.1",
"@webassemblyjs/helper-buffer": "1.11.1",
"@webassemblyjs/wasm-gen": "1.11.1",
"@webassemblyjs/wasm-parser": "1.11.1"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@webassemblyjs/wasm-parser": {
"version": "1.11.1",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"@webassemblyjs/ast": "1.11.1",
"@webassemblyjs/helper-api-error": "1.11.1",
"@webassemblyjs/helper-wasm-bytecode": "1.11.1",
"@webassemblyjs/ieee754": "1.11.1",
"@webassemblyjs/leb128": "1.11.1",
"@webassemblyjs/utf8": "1.11.1"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@webassemblyjs/wast-printer": {
"version": "1.11.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@webassemblyjs/ast": "1.11.1",
2023-03-30 00:06:42 +08:00
"@xtuc/long": "4.2.2"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@xtuc/ieee754": {
"version": "1.2.0",
"dev": true,
"license": "BSD-3-Clause"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/@xtuc/long": {
"version": "4.2.2",
"dev": true,
"license": "Apache-2.0"
2023-03-30 00:06:42 +08:00
},
"node_modules/@yarn-tool/resolve-package": {
"version": "1.0.47",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"pkg-dir": "< 6 >= 5",
"tslib": "^2",
"upath2": "^3.1.13"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/@yarn-tool/resolve-package/node_modules/find-up": {
2023-03-30 00:06:42 +08:00
"version": "5.0.0",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"locate-path": "^6.0.0",
"path-exists": "^4.0.0"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/@yarn-tool/resolve-package/node_modules/locate-path": {
"version": "6.0.0",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"p-locate": "^5.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@yarn-tool/resolve-package/node_modules/p-limit": {
"version": "3.1.0",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"yocto-queue": "^0.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@yarn-tool/resolve-package/node_modules/p-locate": {
"version": "5.0.0",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"p-limit": "^3.0.2"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2024-01-09 00:01:53 +08:00
"node_modules/@yarn-tool/resolve-package/node_modules/pkg-dir": {
2023-03-30 00:06:42 +08:00
"version": "5.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
2024-01-09 00:01:53 +08:00
"find-up": "^5.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2024-01-09 00:01:53 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/@yarnpkg/lockfile": {
2023-03-30 00:06:42 +08:00
"version": "1.1.0",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "BSD-2-Clause"
2023-03-30 00:06:42 +08:00
},
"node_modules/@yarnpkg/parsers": {
"version": "3.0.0-rc.41",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "BSD-2-Clause",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"js-yaml": "^3.10.0",
"tslib": "^2.4.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=14.15.0"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@yarnpkg/parsers/node_modules/argparse": {
"version": "1.0.10",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"sprintf-js": "~1.0.2"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@yarnpkg/parsers/node_modules/js-yaml": {
"version": "3.14.1",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"argparse": "^1.0.7",
"esprima": "^4.0.0"
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"bin": {
"js-yaml": "bin/js-yaml.js"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/@zkochan/js-yaml": {
"version": "0.0.6",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"argparse": "^2.0.1"
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"bin": {
"js-yaml": "bin/js-yaml.js"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/abbrev": {
"version": "2.0.0",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/abort-controller": {
"version": "3.0.0",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"event-target-shim": "^5.0.0"
},
"engines": {
"node": ">=6.5"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/acorn": {
"version": "8.7.1",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"bin": {
"acorn": "bin/acorn"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.4.0"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/acorn-import-assertions": {
"version": "1.8.0",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"peerDependencies": {
"acorn": "^8"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/acorn-jsx": {
"version": "5.3.2",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"peerDependencies": {
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/add-stream": {
"version": "1.0.0",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2023-03-29 23:57:21 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/agent-base": {
2023-03-29 23:57:21 +08:00
"version": "6.0.2",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-29 23:57:21 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"debug": "4"
2023-03-29 23:57:21 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 6.0.0"
2023-03-29 23:57:21 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/agentkeepalive": {
"version": "4.3.0",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-29 23:57:21 +08:00
"dependencies": {
"debug": "^4.1.0",
"depd": "^2.0.0",
2023-03-30 00:06:42 +08:00
"humanize-ms": "^1.2.1"
2023-03-29 23:57:21 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 8.0.0"
2023-03-29 23:57:21 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/aggregate-error": {
"version": "3.1.0",
2023-03-29 23:57:21 +08:00
"dev": true,
"license": "MIT",
2023-03-29 23:57:21 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"clean-stack": "^2.0.0",
"indent-string": "^4.0.0"
2023-03-29 23:57:21 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2023-03-29 23:57:21 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ajv": {
"version": "6.12.6",
2023-03-29 23:57:21 +08:00
"dev": true,
"license": "MIT",
2023-03-29 23:57:21 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
2023-03-29 23:57:21 +08:00
},
2023-03-30 00:06:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/epoberezkin"
2023-03-29 23:57:21 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ajv-keywords": {
"version": "3.5.2",
2023-03-29 23:57:21 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"peerDependencies": {
"ajv": "^6.9.1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ansi-colors": {
"version": "4.1.3",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=6"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ansi-escapes": {
"version": "4.3.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"type-fest": "^0.21.3"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ansi-regex": {
"version": "5.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ansi-styles": {
"version": "3.2.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"color-convert": "^1.9.0"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/any-promise": {
"version": "1.3.0",
"dev": true,
"license": "MIT"
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/anymatch": {
"version": "3.1.2",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"normalize-path": "^3.0.0",
"picomatch": "^2.0.4"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 8"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/aproba": {
"version": "2.0.0",
"dev": true,
"license": "ISC"
2023-03-30 00:06:42 +08:00
},
"node_modules/arch": {
"version": "2.2.0",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/are-we-there-yet": {
"version": "1.1.7",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"delegates": "^1.0.0",
"readable-stream": "^2.0.6"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/are-we-there-yet/node_modules/readable-stream": {
"version": "2.3.7",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"core-util-is": "~1.0.0",
"inherits": "~2.0.3",
"isarray": "~1.0.0",
"process-nextick-args": "~2.0.0",
"safe-buffer": "~5.1.1",
"string_decoder": "~1.1.1",
"util-deprecate": "~1.0.1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/are-we-there-yet/node_modules/string_decoder": {
"version": "1.1.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"safe-buffer": "~5.1.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/arg": {
"version": "5.0.2",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/argparse": {
"version": "2.0.1",
"license": "Python-2.0"
2023-03-30 00:06:42 +08:00
},
"node_modules/array-differ": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
2023-03-29 23:57:21 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2023-03-29 23:57:21 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/array-ify": {
"version": "1.0.0",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/array-includes": {
"version": "3.1.5",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"call-bind": "^1.0.2",
"define-properties": "^1.1.4",
"es-abstract": "^1.19.5",
"get-intrinsic": "^1.1.1",
2023-03-30 00:06:42 +08:00
"is-string": "^1.0.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 0.4"
2022-05-18 16:52:35 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/ljharb"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/array-union": {
"version": "2.1.0",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/array.prototype.flat": {
"version": "1.3.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2024-01-09 00:01:53 +08:00
"call-bind": "^1.0.2",
"define-properties": "^1.1.3",
"es-abstract": "^1.19.2",
2024-01-09 00:01:53 +08:00
"es-shim-unscopables": "^1.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2024-01-09 00:01:53 +08:00
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/arrify": {
"version": "1.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/asn1": {
"version": "0.2.6",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"safer-buffer": "~2.1.0"
}
},
"node_modules/assert-plus": {
"version": "1.0.0",
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.8"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/astral-regex": {
"version": "2.0.0",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"engines": {
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/async": {
"version": "3.2.4",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/asynckit": {
"version": "0.4.0",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/at-least-node": {
"version": "1.0.0",
"dev": true,
"license": "ISC",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">= 4.0.0"
}
},
"node_modules/atob": {
"version": "2.1.2",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "(MIT OR Apache-2.0)",
2023-03-30 00:06:42 +08:00
"bin": {
"atob": "bin/atob.js"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 4.5.0"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/autoprefixer": {
"version": "10.4.7",
2022-05-18 16:52:35 +08:00
"dev": true,
2023-03-30 00:06:42 +08:00
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/autoprefixer"
}
],
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
"browserslist": "^4.20.3",
"caniuse-lite": "^1.0.30001335",
"fraction.js": "^4.2.0",
2023-03-30 00:06:42 +08:00
"normalize-range": "^0.1.2",
"picocolors": "^1.0.0",
"postcss-value-parser": "^4.2.0"
2022-05-18 16:52:35 +08:00
},
"bin": {
2023-03-30 00:06:42 +08:00
"autoprefixer": "bin/autoprefixer"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^10 || ^12 || >=14"
},
"peerDependencies": {
"postcss": "^8.1.0"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/aws-sign2": {
"version": "0.7.0",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "Apache-2.0",
2022-05-18 16:52:35 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "*"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/aws4": {
"version": "1.11.0",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/axios": {
"version": "1.3.4",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
"follow-redirects": "^1.15.0",
2023-03-30 00:06:42 +08:00
"form-data": "^4.0.0",
"proxy-from-env": "^1.1.0"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/axios/node_modules/form-data": {
"version": "4.0.0",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 6"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/axios/node_modules/proxy-from-env": {
"version": "1.1.0",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/babel-loader": {
"version": "8.2.5",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"find-cache-dir": "^3.3.1",
"loader-utils": "^2.0.0",
"make-dir": "^3.1.0",
"schema-utils": "^2.6.5"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 8.9"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"webpack": ">=2"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/babel-plugin-dynamic-import-node": {
"version": "2.3.3",
"dev": true,
"license": "MIT",
"dependencies": {
"object.assign": "^4.1.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/babel-plugin-polyfill-corejs2": {
"version": "0.3.1",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"@babel/compat-data": "^7.13.11",
"@babel/helper-define-polyfill-provider": "^0.3.1",
"semver": "^6.1.1"
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"peerDependencies": {
"@babel/core": "^7.0.0-0"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/babel-plugin-polyfill-corejs3": {
"version": "0.5.2",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"@babel/helper-define-polyfill-provider": "^0.3.1",
"core-js-compat": "^3.21.0"
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"peerDependencies": {
"@babel/core": "^7.0.0-0"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/babel-plugin-polyfill-regenerator": {
"version": "0.3.1",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"@babel/helper-define-polyfill-provider": "^0.3.1"
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"peerDependencies": {
"@babel/core": "^7.0.0-0"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/balanced-match": {
"version": "1.0.2",
"dev": true,
"license": "MIT"
2022-07-07 01:10:10 +08:00
},
"node_modules/base16": {
"version": "1.0.0",
2024-01-09 05:30:06 +08:00
"dev": true,
"license": "MIT"
},
2023-03-30 00:06:42 +08:00
"node_modules/base64-js": {
"version": "1.5.1",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/bcrypt-pbkdf": {
"version": "1.0.2",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "BSD-3-Clause",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"tweetnacl": "^0.14.3"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/before-after-hook": {
"version": "2.2.3",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "Apache-2.0"
2023-03-30 00:06:42 +08:00
},
"node_modules/big.js": {
"version": "5.2.2",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "*"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/bin-links": {
"version": "4.0.1",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"cmd-shim": "^6.0.0",
"npm-normalize-package-bin": "^3.0.0",
"read-cmd-shim": "^4.0.0",
"write-file-atomic": "^5.0.0"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/bin-links/node_modules/cmd-shim": {
"version": "6.0.1",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/bin-links/node_modules/read-cmd-shim": {
"version": "4.0.0",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/bin-links/node_modules/write-file-atomic": {
"version": "5.0.0",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"imurmurhash": "^0.1.4",
"signal-exit": "^3.0.7"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/binary-extensions": {
"version": "2.2.0",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/bl": {
"version": "4.1.0",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"buffer": "^5.5.0",
"inherits": "^2.0.4",
"readable-stream": "^3.4.0"
}
},
"node_modules/blob-util": {
"version": "2.0.2",
"dev": true,
"license": "Apache-2.0"
2023-03-30 00:06:42 +08:00
},
"node_modules/bluebird": {
"version": "3.7.1",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/boolbase": {
"version": "1.0.0",
"dev": true,
"license": "ISC"
2023-03-30 00:06:42 +08:00
},
"node_modules/brace-expansion": {
"version": "1.1.11",
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"node_modules/braces": {
"version": "3.0.2",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"fill-range": "^7.0.1"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/brotli-size": {
"version": "4.0.0",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"duplexer": "0.1.1"
},
"engines": {
"node": ">= 10.16.0"
}
},
"node_modules/browserslist": {
"version": "4.21.0",
2023-03-30 00:06:42 +08:00
"dev": true,
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/browserslist"
}
],
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"caniuse-lite": "^1.0.30001358",
"electron-to-chromium": "^1.4.164",
"node-releases": "^2.0.5",
"update-browserslist-db": "^1.0.0"
2022-05-18 16:52:35 +08:00
},
"bin": {
2023-03-30 00:06:42 +08:00
"browserslist": "cli.js"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/buffer": {
"version": "5.7.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2023-03-30 00:06:42 +08:00
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"base64-js": "^1.3.1",
"ieee754": "^1.1.13"
}
},
"node_modules/buffer-crc32": {
"version": "0.2.13",
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "*"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/buffer-from": {
"version": "1.1.2",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/builtin-modules": {
"version": "3.3.0",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/builtins": {
"version": "2.0.1",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"semver": "^6.0.0"
}
},
"node_modules/bundle-require": {
"version": "3.1.2",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"load-tsconfig": "^0.2.0"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"peerDependencies": {
"esbuild": ">=0.13"
2023-03-30 00:06:42 +08:00
}
},
"node_modules/byte-size": {
"version": "7.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"engines": {
"node": ">=10"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/cac": {
"version": "6.7.14",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/cacache": {
"version": "17.0.5",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@npmcli/fs": "^3.1.0",
"fs-minipass": "^3.0.0",
"glob": "^9.3.1",
2023-03-30 00:06:42 +08:00
"lru-cache": "^7.7.1",
"minipass": "^4.0.0",
2023-03-30 00:06:42 +08:00
"minipass-collect": "^1.0.2",
"minipass-flush": "^1.0.5",
"minipass-pipeline": "^1.2.4",
"p-map": "^4.0.0",
"promise-inflight": "^1.0.1",
2023-03-30 00:06:42 +08:00
"ssri": "^10.0.0",
"tar": "^6.1.11",
"unique-filename": "^3.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/cacache/node_modules/brace-expansion": {
2022-07-07 01:10:10 +08:00
"version": "2.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2022-07-07 01:10:10 +08:00
"balanced-match": "^1.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/cacache/node_modules/glob": {
"version": "9.3.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"fs.realpath": "^1.0.0",
"minimatch": "^7.4.1",
"minipass": "^4.2.4",
"path-scurry": "^1.6.1"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=16 || 14 >=14.17"
2022-07-07 01:10:10 +08:00
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/cacache/node_modules/lru-cache": {
"version": "7.18.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/cacache/node_modules/minimatch": {
"version": "7.4.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"brace-expansion": "^2.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=10"
2023-03-30 00:06:42 +08:00
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/cacache/node_modules/ssri": {
"version": "10.0.1",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
"minipass": "^4.0.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/cachedir": {
"version": "2.3.0",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=6"
}
},
"node_modules/call-bind": {
"version": "1.0.2",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
"function-bind": "^1.1.1",
"get-intrinsic": "^1.0.2"
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/callsites": {
"version": "3.1.0",
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=6"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/camelcase": {
"version": "5.3.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=6"
}
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/camelcase-css": {
"version": "2.0.1",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 6"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/camelcase-keys": {
"version": "6.2.2",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"camelcase": "^5.3.1",
"map-obj": "^4.0.0",
"quick-lru": "^4.0.1"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/caniuse-lite": {
"version": "1.0.30001359",
2022-07-07 01:10:10 +08:00
"dev": true,
2023-03-30 00:06:42 +08:00
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
}
],
"license": "CC-BY-4.0"
2023-03-30 00:06:42 +08:00
},
"node_modules/case-anything": {
2024-01-09 03:22:38 +08:00
"version": "2.1.13",
"license": "MIT",
2022-07-07 01:10:10 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12.13"
},
"funding": {
"url": "https://github.com/sponsors/mesqueeb"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/caseless": {
"version": "0.12.0",
"dev": true,
"license": "Apache-2.0"
2023-03-30 00:06:42 +08:00
},
"node_modules/chalk": {
"version": "2.4.2",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/chardet": {
"version": "0.7.0",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/check-more-types": {
"version": "2.24.0",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">= 0.8.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/chokidar": {
"version": "3.5.3",
"dev": true,
2023-03-30 00:06:42 +08:00
"funding": [
{
"type": "individual",
"url": "https://paulmillr.com/funding/"
}
2023-03-29 23:57:21 +08:00
],
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"anymatch": "~3.1.2",
"braces": "~3.0.2",
"glob-parent": "~5.1.2",
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",
"normalize-path": "~3.0.0",
"readdirp": "~3.6.0"
},
2023-03-29 23:57:21 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 8.10.0"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/chownr": {
"version": "2.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2023-03-29 23:57:21 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/chrome-trace-event": {
"version": "1.0.3",
2023-03-29 23:57:21 +08:00
"dev": true,
"license": "MIT",
2023-03-29 23:57:21 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=6.0"
2023-03-29 23:57:21 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ci-info": {
"version": "3.3.2",
2023-03-29 23:57:21 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/clean-stack": {
"version": "2.2.0",
"dev": true,
"license": "MIT",
2023-03-29 23:57:21 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=6"
2023-03-29 23:57:21 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/cli-cursor": {
"version": "3.1.0",
2023-03-29 23:57:21 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"restore-cursor": "^3.1.0"
},
2023-03-29 23:57:21 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2023-03-29 23:57:21 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/cli-spinners": {
"version": "2.6.1",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-29 23:57:21 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2023-03-29 23:57:21 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/cli-table3": {
"version": "0.6.2",
2023-03-29 23:57:21 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"string-width": "^4.2.0"
},
2023-03-29 23:57:21 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "10.* || >= 12.*"
},
"optionalDependencies": {
"@colors/colors": "1.5.0"
2023-03-29 23:57:21 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/cli-truncate": {
"version": "2.1.0",
2023-03-29 23:57:21 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"slice-ansi": "^3.0.0",
"string-width": "^4.2.0"
},
2023-03-29 23:57:21 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2023-03-29 23:57:21 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/cli-width": {
"version": "3.0.0",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-29 23:57:21 +08:00
"engines": {
"node": ">= 10"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/cliui": {
"version": "7.0.4",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
"dependencies": {
2023-03-30 00:06:42 +08:00
"string-width": "^4.2.0",
"strip-ansi": "^6.0.0",
"wrap-ansi": "^7.0.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/clone": {
"version": "1.0.4",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/clone-deep": {
"version": "4.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"is-plain-object": "^2.0.4",
"kind-of": "^6.0.2",
"shallow-clone": "^3.0.0"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=6"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/clone-deep/node_modules/is-plain-object": {
"version": "2.0.4",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"isobject": "^3.0.1"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/cmd-shim": {
"version": "5.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"mkdirp-infer-owner": "^2.0.0"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/code-point-at": {
"version": "1.1.0",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=0.10.0"
}
2022-04-23 04:40:42 +08:00
},
"node_modules/color": {
"version": "3.2.1",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"color-convert": "^1.9.3",
"color-string": "^1.6.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/color-convert": {
"version": "1.9.3",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"color-name": "1.1.3"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/color-name": {
"version": "1.1.3",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/color-string": {
"version": "1.9.1",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"color-name": "^1.0.0",
"simple-swizzle": "^0.2.2"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/color-support": {
"version": "1.1.3",
"dev": true,
"license": "ISC",
2023-03-30 00:06:42 +08:00
"bin": {
"color-support": "bin.js"
}
},
"node_modules/colorette": {
"version": "2.0.19",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/columnify": {
"version": "1.6.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"strip-ansi": "^6.0.1",
"wcwidth": "^1.0.0"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/combined-stream": {
"version": "1.0.8",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"delayed-stream": "~1.0.0"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 0.8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/commander": {
"version": "5.1.0",
"dev": true,
"license": "MIT",
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 6"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/common-ancestor-path": {
"version": "1.0.1",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "ISC"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/common-tags": {
"version": "1.8.2",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=4.0.0"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/commondir": {
"version": "1.0.1",
"dev": true,
"license": "MIT"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/compare-func": {
"version": "2.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"array-ify": "^1.0.0",
"dot-prop": "^5.1.0"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/compare-func/node_modules/dot-prop": {
"version": "5.3.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"is-obj": "^2.0.0"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/concat-map": {
"version": "0.0.1",
"dev": true,
"license": "MIT"
},
2023-03-30 00:06:42 +08:00
"node_modules/concat-stream": {
"version": "2.0.0",
"dev": true,
2023-03-30 00:06:42 +08:00
"engines": [
"node >= 6.0"
],
2024-01-08 19:54:37 +08:00
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"buffer-from": "^1.0.0",
"inherits": "^2.0.3",
"readable-stream": "^3.0.2",
"typedarray": "^0.0.6"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/config-chain": {
"version": "1.1.12",
"dev": true,
"dependencies": {
2023-03-30 00:06:42 +08:00
"ini": "^1.3.4",
"proto-list": "~1.2.1"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/config-chain/node_modules/ini": {
"version": "1.3.8",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "ISC"
},
2023-03-30 00:06:42 +08:00
"node_modules/confusing-browser-globals": {
"version": "1.0.11",
"dev": true,
"license": "MIT"
},
2023-03-30 00:06:42 +08:00
"node_modules/console-control-strings": {
"version": "1.1.0",
"dev": true,
"license": "ISC"
2023-03-30 00:06:42 +08:00
},
"node_modules/conventional-changelog-angular": {
"version": "5.0.12",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
"dependencies": {
2023-03-30 00:06:42 +08:00
"compare-func": "^2.0.0",
"q": "^1.5.1"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/conventional-changelog-core": {
"version": "4.2.4",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"add-stream": "^1.0.0",
"conventional-changelog-writer": "^5.0.0",
"conventional-commits-parser": "^3.2.0",
"dateformat": "^3.0.0",
"get-pkg-repo": "^4.0.0",
"git-raw-commits": "^2.0.8",
"git-remote-origin-url": "^2.0.0",
"git-semver-tags": "^4.1.1",
"lodash": "^4.17.15",
"normalize-package-data": "^3.0.0",
"q": "^1.5.1",
"read-pkg": "^3.0.0",
"read-pkg-up": "^3.0.0",
"through2": "^4.0.0"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/conventional-changelog-preset-loader": {
"version": "2.3.4",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=10"
}
},
"node_modules/conventional-changelog-writer": {
"version": "5.0.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"conventional-commits-filter": "^2.0.7",
"dateformat": "^3.0.0",
"handlebars": "^4.7.7",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.15",
"meow": "^8.0.0",
"semver": "^6.0.0",
"split": "^1.0.0",
"through2": "^4.0.0"
},
"bin": {
"conventional-changelog-writer": "cli.js"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/conventional-commits-filter": {
"version": "2.0.7",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"lodash.ismatch": "^4.4.0",
"modify-values": "^1.0.0"
},
"engines": {
"node": ">=10"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/conventional-commits-parser": {
"version": "3.2.4",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"is-text-path": "^1.0.1",
"JSONStream": "^1.0.4",
"lodash": "^4.17.15",
"meow": "^8.0.0",
"split2": "^3.0.0",
"through2": "^4.0.0"
},
"bin": {
"conventional-commits-parser": "cli.js"
},
"engines": {
"node": ">=10"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/conventional-recommended-bump": {
"version": "6.1.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"concat-stream": "^2.0.0",
"conventional-changelog-preset-loader": "^2.3.4",
"conventional-commits-filter": "^2.0.7",
"conventional-commits-parser": "^3.2.0",
"git-raw-commits": "^2.0.8",
"git-semver-tags": "^4.1.1",
"meow": "^8.0.0",
"q": "^1.5.1"
},
"bin": {
"conventional-recommended-bump": "cli.js"
},
"engines": {
"node": ">=10"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/convert-source-map": {
"version": "1.8.0",
"dev": true,
"license": "MIT",
"dependencies": {
"safe-buffer": "~5.1.1"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/core-js-compat": {
"version": "3.23.3",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"browserslist": "^4.21.0",
"semver": "7.0.0"
2023-03-30 00:06:42 +08:00
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/core-js"
}
2022-04-23 04:40:42 +08:00
},
"node_modules/core-js-compat/node_modules/semver": {
"version": "7.0.0",
"dev": true,
"license": "ISC",
"bin": {
"semver": "bin/semver.js"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/core-util-is": {
"version": "1.0.2",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/cosmiconfig": {
"version": "7.0.1",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"@types/parse-json": "^4.0.0",
"import-fresh": "^3.2.1",
"parse-json": "^5.0.0",
"path-type": "^4.0.0",
"yaml": "^1.10.0"
},
"engines": {
"node": ">=10"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/crelt": {
"version": "1.0.5",
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/cross-spawn": {
"version": "7.0.3",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",
"which": "^2.0.1"
},
"engines": {
"node": ">= 8"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/crypto-random-string": {
"version": "2.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=8"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/css-what": {
"version": "6.1.0",
"license": "BSD-2-Clause",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">= 6"
},
"funding": {
"url": "https://github.com/sponsors/fb55"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/cssesc": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"bin": {
"cssesc": "bin/cssesc"
},
"engines": {
"node": ">=4"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/csstype": {
"version": "3.1.0",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/cypress": {
"version": "10.8.0",
2023-03-30 00:06:42 +08:00
"dev": true,
"hasInstallScript": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"@cypress/request": "^2.88.10",
"@cypress/xvfb": "^1.2.4",
"@types/node": "^14.14.31",
"@types/sinonjs__fake-timers": "8.1.1",
"@types/sizzle": "^2.3.2",
"arch": "^2.2.0",
"blob-util": "^2.0.2",
"bluebird": "^3.7.2",
"buffer": "^5.6.0",
"cachedir": "^2.3.0",
"chalk": "^4.1.0",
"check-more-types": "^2.24.0",
"cli-cursor": "^3.1.0",
"cli-table3": "~0.6.1",
"commander": "^5.1.0",
"common-tags": "^1.8.0",
"dayjs": "^1.10.4",
"debug": "^4.3.2",
"enquirer": "^2.3.6",
"eventemitter2": "6.4.7",
"execa": "4.1.0",
"executable": "^4.1.1",
"extract-zip": "2.0.1",
"figures": "^3.2.0",
"fs-extra": "^9.1.0",
"getos": "^3.2.1",
"is-ci": "^3.0.0",
"is-installed-globally": "~0.4.0",
"lazy-ass": "^1.6.0",
"listr2": "^3.8.3",
"lodash": "^4.17.21",
"log-symbols": "^4.0.0",
"minimist": "^1.2.6",
"ospath": "^1.2.2",
"pretty-bytes": "^5.6.0",
"proxy-from-env": "1.0.0",
"request-progress": "^3.0.0",
"semver": "^7.3.2",
"supports-color": "^8.1.1",
"tmp": "~0.2.1",
"untildify": "^4.0.0",
"yauzl": "^2.10.0"
},
"bin": {
"cypress": "bin/cypress"
},
"engines": {
"node": ">=12.0.0"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/cypress/node_modules/@types/node": {
"version": "14.18.21",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/cypress/node_modules/ansi-styles": {
"version": "4.3.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"color-convert": "^2.0.1"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/cypress/node_modules/bluebird": {
"version": "3.7.2",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/cypress/node_modules/chalk": {
"version": "4.1.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/cypress/node_modules/chalk/node_modules/supports-color": {
"version": "7.2.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"has-flag": "^4.0.0"
},
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/cypress/node_modules/color-convert": {
"version": "2.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"color-name": "~1.1.4"
},
"engines": {
"node": ">=7.0.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/cypress/node_modules/color-name": {
"version": "1.1.4",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/cypress/node_modules/has-flag": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/cypress/node_modules/semver": {
"version": "7.3.7",
"dev": true,
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/cypress/node_modules/supports-color": {
"version": "8.1.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"has-flag": "^4.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/supports-color?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3": {
"version": "7.4.5",
"license": "ISC",
"dependencies": {
2023-03-30 00:06:42 +08:00
"d3-array": "3",
"d3-axis": "3",
"d3-brush": "3",
"d3-chord": "3",
"d3-color": "3",
"d3-contour": "3",
2023-03-30 00:06:42 +08:00
"d3-delaunay": "6",
"d3-dispatch": "3",
"d3-drag": "3",
"d3-dsv": "3",
"d3-ease": "3",
"d3-fetch": "3",
"d3-force": "3",
"d3-format": "3",
"d3-geo": "3",
"d3-hierarchy": "3",
"d3-interpolate": "3",
"d3-path": "3",
"d3-polygon": "3",
"d3-quadtree": "3",
"d3-random": "3",
"d3-scale": "4",
"d3-scale-chromatic": "3",
"d3-selection": "3",
"d3-shape": "3",
"d3-time": "3",
"d3-time-format": "4",
"d3-timer": "3",
"d3-transition": "3",
"d3-zoom": "3"
},
"engines": {
"node": ">=12"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-array": {
"version": "3.1.6",
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"internmap": "1 - 2"
},
"engines": {
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-axis": {
"version": "3.0.0",
"license": "ISC",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-brush": {
"version": "3.0.0",
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"d3-dispatch": "1 - 3",
"d3-drag": "2 - 3",
"d3-interpolate": "1 - 3",
"d3-selection": "3",
"d3-transition": "3"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-chord": {
"version": "3.0.1",
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"d3-path": "1 - 3"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-color": {
"version": "3.1.0",
"license": "ISC",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=12"
}
},
"node_modules/d3-contour": {
"version": "3.0.2",
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"d3-array": "2 - 3"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-delaunay": {
"version": "6.0.2",
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"delaunator": "5"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-dispatch": {
"version": "3.0.1",
"license": "ISC",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-drag": {
"version": "3.0.0",
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"d3-dispatch": "1 - 3",
"d3-selection": "3"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-dsv": {
"version": "3.0.1",
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"commander": "7",
"iconv-lite": "0.6",
"rw": "1"
2022-05-18 16:52:35 +08:00
},
"bin": {
2023-03-30 00:06:42 +08:00
"csv2json": "bin/dsv2json.js",
"csv2tsv": "bin/dsv2dsv.js",
"dsv2dsv": "bin/dsv2dsv.js",
"dsv2json": "bin/dsv2json.js",
"json2csv": "bin/json2dsv.js",
"json2dsv": "bin/json2dsv.js",
"json2tsv": "bin/json2dsv.js",
"tsv2csv": "bin/dsv2dsv.js",
"tsv2json": "bin/dsv2json.js"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-dsv/node_modules/commander": {
"version": "7.2.0",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-dsv/node_modules/iconv-lite": {
"version": "0.6.3",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"safer-buffer": ">= 2.1.2 < 3.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-ease": {
"version": "3.0.1",
"license": "BSD-3-Clause",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=12"
}
},
"node_modules/d3-fetch": {
"version": "3.0.1",
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"d3-dsv": "1 - 3"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-force": {
"version": "3.0.0",
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"d3-dispatch": "1 - 3",
"d3-quadtree": "1 - 3",
"d3-timer": "1 - 3"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-format": {
"version": "3.1.0",
"license": "ISC",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-geo": {
"version": "3.0.1",
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"d3-array": "2.5.0 - 3"
},
"engines": {
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-hierarchy": {
"version": "3.1.2",
"license": "ISC",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-interpolate": {
"version": "3.0.1",
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"d3-color": "1 - 3"
},
"engines": {
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-path": {
"version": "3.0.1",
"license": "ISC",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-polygon": {
"version": "3.0.1",
"license": "ISC",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=12"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-quadtree": {
"version": "3.0.1",
"license": "ISC",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-random": {
"version": "3.0.1",
"license": "ISC",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-scale": {
"version": "4.0.2",
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"d3-array": "2.10.0 - 3",
"d3-format": "1 - 3",
"d3-interpolate": "1.2.0 - 3",
"d3-time": "2.1.1 - 3",
"d3-time-format": "2 - 4"
},
"engines": {
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-scale-chromatic": {
"version": "3.0.0",
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"d3-color": "1 - 3",
"d3-interpolate": "1 - 3"
},
"engines": {
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-selection": {
"version": "3.0.0",
"license": "ISC",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=12"
}
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-shape": {
"version": "3.1.0",
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"d3-path": "1 - 3"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-time": {
"version": "3.0.0",
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"d3-array": "2 - 3"
},
"engines": {
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-time-format": {
"version": "4.1.0",
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"d3-time": "1 - 3"
},
"engines": {
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-timer": {
"version": "3.0.1",
"license": "ISC",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=12"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-transition": {
"version": "3.0.1",
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"d3-color": "1 - 3",
"d3-dispatch": "1 - 3",
"d3-ease": "1 - 3",
"d3-interpolate": "1 - 3",
"d3-timer": "1 - 3"
},
"engines": {
"node": ">=12"
},
"peerDependencies": {
"d3-selection": "2 - 3"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/d3-zoom": {
"version": "3.0.0",
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"d3-dispatch": "1 - 3",
"d3-drag": "2 - 3",
"d3-interpolate": "1 - 3",
"d3-selection": "2 - 3",
"d3-transition": "2 - 3"
},
"engines": {
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/dargs": {
"version": "7.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/dash-get": {
"version": "1.0.2",
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/dashdash": {
"version": "1.14.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"assert-plus": "^1.0.0"
},
"engines": {
"node": ">=0.10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/dateformat": {
"version": "3.0.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": "*"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/dayjs": {
"version": "1.11.3",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/debug": {
"version": "4.3.4",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/decamelize": {
"version": "1.2.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/decamelize-keys": {
"version": "1.1.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"decamelize": "^1.1.0",
"map-obj": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/decamelize-keys/node_modules/map-obj": {
"version": "1.0.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=0.10.0"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/decode-uri-component": {
"version": "0.2.2",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=0.10"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/dedent": {
"version": "0.7.0",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/deep-is": {
"version": "0.1.4",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/deepmerge": {
2024-01-09 03:22:38 +08:00
"version": "4.3.1",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=0.10.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/defaults": {
"version": "1.0.4",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"clone": "^1.0.2"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/define-lazy-prop": {
"version": "2.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/define-properties": {
"version": "1.1.4",
"dev": true,
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"has-property-descriptors": "^1.0.0",
"object-keys": "^1.1.1"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 0.4"
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/ljharb"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/del": {
"version": "6.1.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"globby": "^11.0.1",
"graceful-fs": "^4.2.4",
"is-glob": "^4.0.1",
"is-path-cwd": "^2.2.0",
"is-path-inside": "^3.0.2",
"p-map": "^4.0.0",
"rimraf": "^3.0.2",
"slash": "^3.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/delaunator": {
"version": "5.0.0",
"license": "ISC",
"dependencies": {
2023-03-30 00:06:42 +08:00
"robust-predicates": "^3.0.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/delayed-stream": {
"version": "1.0.0",
"dev": true,
"license": "MIT",
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.4.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/delegates": {
"version": "1.0.0",
"dev": true,
"license": "MIT"
},
"node_modules/depd": {
"version": "2.0.0",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"engines": {
"node": ">= 0.8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/deprecation": {
"version": "2.3.1",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "ISC"
2023-03-30 00:06:42 +08:00
},
"node_modules/detect-indent": {
"version": "6.1.0",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/didyoumean": {
"version": "1.2.2",
"dev": true,
"license": "Apache-2.0"
2022-04-23 04:40:42 +08:00
},
"node_modules/diff-match-patch": {
"version": "1.0.5",
2024-01-09 05:30:06 +08:00
"dev": true,
"license": "Apache-2.0"
},
2023-03-30 00:06:42 +08:00
"node_modules/dir-glob": {
"version": "3.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"path-type": "^4.0.0"
},
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/dlv": {
"version": "1.1.3",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/doctrine": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "Apache-2.0",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"esutils": "^2.0.2"
},
"engines": {
"node": ">=6.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/dom-serializer": {
"version": "1.4.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"domelementtype": "^2.0.1",
"domhandler": "^4.2.0",
"entities": "^2.0.0"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/dom-serializer/node_modules/entities": {
"version": "2.2.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "BSD-2-Clause",
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/fb55/entities?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/domelementtype": {
"version": "2.3.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2023-03-30 00:06:42 +08:00
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fb55"
}
],
"license": "BSD-2-Clause"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/domhandler": {
"version": "4.3.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "BSD-2-Clause",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"domelementtype": "^2.2.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 4"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/fb55/domhandler?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/domutils": {
"version": "2.8.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "BSD-2-Clause",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"dom-serializer": "^1.0.1",
"domelementtype": "^2.2.0",
"domhandler": "^4.2.0"
2022-04-23 04:40:42 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/fb55/domutils?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/dot-prop": {
"version": "6.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"is-obj": "^2.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/dotenv": {
"version": "10.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "BSD-2-Clause",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/duplexer": {
"version": "0.1.1",
"dev": true
},
"node_modules/eastasianwidth": {
"version": "0.2.0",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/ecc-jsbn": {
"version": "0.1.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"jsbn": "~0.1.0",
"safer-buffer": "^2.1.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ejs": {
"version": "3.1.9",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "Apache-2.0",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"jake": "^10.8.5"
},
"bin": {
"ejs": "bin/cli.js"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/electron-to-chromium": {
"version": "1.4.170",
"dev": true,
"license": "ISC"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/emoji-regex": {
"version": "8.0.0",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/emojis-list": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">= 4"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/encoding": {
"version": "0.1.13",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"optional": true,
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"iconv-lite": "^0.6.2"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/encoding/node_modules/iconv-lite": {
"version": "0.6.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"optional": true,
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"safer-buffer": ">= 2.1.2 < 3.0.0"
},
"engines": {
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/end-of-stream": {
"version": "1.4.4",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"once": "^1.4.0"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/enhanced-resolve": {
"version": "5.12.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"graceful-fs": "^4.2.4",
"tapable": "^2.2.0"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10.13.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/enquirer": {
"version": "2.3.6",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"ansi-colors": "^4.1.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8.6"
}
},
"node_modules/entities": {
"version": "3.0.1",
2024-01-09 03:22:38 +08:00
"dev": true,
"license": "BSD-2-Clause",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=0.12"
2022-04-23 04:40:42 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/fb55/entities?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/env-paths": {
"version": "2.2.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=6"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/envinfo": {
"version": "7.8.1",
2023-03-30 00:06:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"bin": {
"envinfo": "dist/cli.js"
},
"engines": {
"node": ">=4"
}
},
"node_modules/err-code": {
"version": "2.0.3",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/error-ex": {
"version": "1.3.2",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"is-arrayish": "^0.2.1"
}
},
"node_modules/es-abstract": {
"version": "1.20.1",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"call-bind": "^1.0.2",
2023-03-30 00:06:42 +08:00
"es-to-primitive": "^1.2.1",
"function-bind": "^1.1.1",
"function.prototype.name": "^1.1.5",
"get-intrinsic": "^1.1.1",
2023-03-30 00:06:42 +08:00
"get-symbol-description": "^1.0.0",
"has": "^1.0.3",
2023-03-30 00:06:42 +08:00
"has-property-descriptors": "^1.0.0",
"has-symbols": "^1.0.3",
"internal-slot": "^1.0.3",
"is-callable": "^1.2.4",
2023-03-30 00:06:42 +08:00
"is-negative-zero": "^2.0.2",
"is-regex": "^1.1.4",
"is-shared-array-buffer": "^1.0.2",
"is-string": "^1.0.7",
"is-weakref": "^1.0.2",
"object-inspect": "^1.12.0",
2023-03-30 00:06:42 +08:00
"object-keys": "^1.1.1",
"object.assign": "^4.1.2",
"regexp.prototype.flags": "^1.4.3",
"string.prototype.trimend": "^1.0.5",
"string.prototype.trimstart": "^1.0.5",
"unbox-primitive": "^1.0.2"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/es-module-lexer": {
"version": "0.9.3",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT"
2022-05-18 16:52:35 +08:00
},
2024-01-09 00:01:53 +08:00
"node_modules/es-shim-unscopables": {
"version": "1.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2024-01-09 00:01:53 +08:00
"dependencies": {
"has": "^1.0.3"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/es-to-primitive": {
"version": "1.2.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"is-callable": "^1.1.4",
"is-date-object": "^1.0.1",
"is-symbol": "^1.0.2"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/esbuild": {
"version": "0.14.47",
2022-04-23 04:40:42 +08:00
"dev": true,
2023-03-30 00:06:42 +08:00
"hasInstallScript": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"bin": {
"esbuild": "bin/esbuild"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
},
"optionalDependencies": {
"esbuild-android-64": "0.14.47",
"esbuild-android-arm64": "0.14.47",
"esbuild-darwin-64": "0.14.47",
"esbuild-darwin-arm64": "0.14.47",
"esbuild-freebsd-64": "0.14.47",
"esbuild-freebsd-arm64": "0.14.47",
"esbuild-linux-32": "0.14.47",
"esbuild-linux-64": "0.14.47",
"esbuild-linux-arm": "0.14.47",
"esbuild-linux-arm64": "0.14.47",
"esbuild-linux-mips64le": "0.14.47",
"esbuild-linux-ppc64le": "0.14.47",
"esbuild-linux-riscv64": "0.14.47",
"esbuild-linux-s390x": "0.14.47",
"esbuild-netbsd-64": "0.14.47",
"esbuild-openbsd-64": "0.14.47",
"esbuild-sunos-64": "0.14.47",
"esbuild-windows-32": "0.14.47",
"esbuild-windows-64": "0.14.47",
"esbuild-windows-arm64": "0.14.47"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/escalade": {
"version": "3.1.1",
2023-07-26 17:16:22 +08:00
"dev": true,
"license": "MIT",
2023-07-26 17:16:22 +08:00
"engines": {
"node": ">=6"
2023-07-26 17:16:22 +08:00
}
},
"node_modules/escape-string-regexp": {
"version": "1.0.5",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=0.8.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/eslint": {
"version": "8.18.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint/eslintrc": "^1.3.0",
"@humanwhocodes/config-array": "^0.9.2",
"ajv": "^6.10.0",
2024-01-09 00:01:53 +08:00
"chalk": "^4.0.0",
"cross-spawn": "^7.0.2",
"debug": "^4.3.2",
"doctrine": "^3.0.0",
"escape-string-regexp": "^4.0.0",
"eslint-scope": "^7.1.1",
"eslint-utils": "^3.0.0",
"eslint-visitor-keys": "^3.3.0",
"espree": "^9.3.2",
"esquery": "^1.4.0",
2024-01-09 00:01:53 +08:00
"esutils": "^2.0.2",
"fast-deep-equal": "^3.1.3",
"file-entry-cache": "^6.0.1",
"functional-red-black-tree": "^1.0.1",
"glob-parent": "^6.0.1",
"globals": "^13.15.0",
2024-01-09 00:01:53 +08:00
"ignore": "^5.2.0",
"import-fresh": "^3.0.0",
2024-01-09 00:01:53 +08:00
"imurmurhash": "^0.1.4",
"is-glob": "^4.0.0",
"js-yaml": "^4.1.0",
"json-stable-stringify-without-jsonify": "^1.0.1",
"levn": "^0.4.1",
"lodash.merge": "^4.6.2",
"minimatch": "^3.1.2",
"natural-compare": "^1.4.0",
"optionator": "^0.9.1",
"regexpp": "^3.2.0",
2024-01-09 00:01:53 +08:00
"strip-ansi": "^6.0.1",
"strip-json-comments": "^3.1.0",
"text-table": "^0.2.0",
"v8-compile-cache": "^2.0.3"
2023-03-30 00:06:42 +08:00
},
"bin": {
2024-01-09 00:01:53 +08:00
"eslint": "bin/eslint.js"
2023-03-30 00:06:42 +08:00
},
"engines": {
2024-01-09 00:01:53 +08:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/eslint-config-airbnb-base": {
"version": "15.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2024-01-09 00:01:53 +08:00
"confusing-browser-globals": "^1.0.10",
"object.assign": "^4.1.2",
"object.entries": "^1.1.5",
"semver": "^6.3.0"
2023-03-30 00:06:42 +08:00
},
2022-04-23 04:40:42 +08:00
"engines": {
2024-01-09 00:01:53 +08:00
"node": "^10.12.0 || >=12.0.0"
2023-03-30 00:06:42 +08:00
},
"peerDependencies": {
2024-01-09 00:01:53 +08:00
"eslint": "^7.32.0 || ^8.2.0",
"eslint-plugin-import": "^2.25.2"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/eslint-import-resolver-node": {
"version": "0.3.6",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2024-01-09 00:01:53 +08:00
"debug": "^3.2.7",
"resolve": "^1.20.0"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/eslint-import-resolver-node/node_modules/debug": {
"version": "3.2.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2024-01-09 00:01:53 +08:00
"dependencies": {
"ms": "^2.1.1"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/eslint-module-utils": {
"version": "2.7.3",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2024-01-09 00:01:53 +08:00
"dependencies": {
"debug": "^3.2.7",
"find-up": "^2.1.0"
2024-01-09 00:01:53 +08:00
},
2022-04-23 04:40:42 +08:00
"engines": {
2024-01-09 00:01:53 +08:00
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/eslint-module-utils/node_modules/debug": {
"version": "3.2.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2024-01-09 00:01:53 +08:00
"dependencies": {
"ms": "^2.1.1"
}
},
2024-01-09 00:01:53 +08:00
"node_modules/eslint-plugin-cypress": {
"version": "2.12.1",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"globals": "^11.12.0"
2024-01-09 00:01:53 +08:00
},
"peerDependencies": {
"eslint": ">= 3.2.1"
}
},
2024-01-09 00:01:53 +08:00
"node_modules/eslint-plugin-html": {
"version": "6.2.0",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "ISC",
2024-01-09 00:01:53 +08:00
"dependencies": {
"htmlparser2": "^7.1.2"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/eslint-plugin-import": {
"version": "2.26.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
"array-includes": "^3.1.4",
"array.prototype.flat": "^1.2.5",
"debug": "^2.6.9",
2024-01-09 00:01:53 +08:00
"doctrine": "^2.1.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-module-utils": "^2.7.3",
"has": "^1.0.3",
"is-core-module": "^2.8.1",
2024-01-09 00:01:53 +08:00
"is-glob": "^4.0.3",
"minimatch": "^3.1.2",
"object.values": "^1.1.5",
"resolve": "^1.22.0",
"tsconfig-paths": "^3.14.1"
2024-01-09 00:01:53 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
2024-01-09 00:01:53 +08:00
"node": ">=4"
},
"peerDependencies": {
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/eslint-plugin-import/node_modules/debug": {
"version": "2.6.9",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"ms": "2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/eslint-plugin-import/node_modules/doctrine": {
"version": "2.1.0",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "Apache-2.0",
2022-04-23 04:40:42 +08:00
"dependencies": {
2024-01-09 00:01:53 +08:00
"esutils": "^2.0.2"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
2024-01-09 00:01:53 +08:00
"node": ">=0.10.0"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/eslint-plugin-import/node_modules/ms": {
"version": "2.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
2024-01-09 00:01:53 +08:00
"node_modules/eslint-plugin-simple-import-sort": {
"version": "7.0.0",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT",
2024-01-09 00:01:53 +08:00
"peerDependencies": {
"eslint": ">=5.0.0"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/eslint-plugin-vue": {
"version": "9.1.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"eslint-utils": "^3.0.0",
2024-01-09 00:01:53 +08:00
"natural-compare": "^1.4.0",
"nth-check": "^2.0.1",
"postcss-selector-parser": "^6.0.9",
"semver": "^7.3.5",
"vue-eslint-parser": "^9.0.1",
2024-01-09 00:01:53 +08:00
"xml-name-validator": "^4.0.0"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
2024-01-09 00:01:53 +08:00
"node": "^14.17.0 || >=16.0.0"
},
"peerDependencies": {
"eslint": "^6.2.0 || ^7.0.0 || ^8.0.0"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/eslint-plugin-vue/node_modules/semver": {
"version": "7.3.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC",
2024-01-09 00:01:53 +08:00
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
2023-03-30 00:06:42 +08:00
"engines": {
2024-01-09 00:01:53 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/eslint-scope": {
"version": "5.1.1",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
2024-01-09 00:01:53 +08:00
"esrecurse": "^4.3.0",
"estraverse": "^4.1.1"
2023-03-30 00:06:42 +08:00
},
"engines": {
2024-01-09 00:01:53 +08:00
"node": ">=8.0.0"
2023-03-30 00:06:42 +08:00
}
2022-04-23 04:40:42 +08:00
},
"node_modules/eslint-utils": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
"dependencies": {
"eslint-visitor-keys": "^2.0.0"
},
2024-01-09 00:01:53 +08:00
"engines": {
"node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
2023-03-30 00:06:42 +08:00
},
2024-01-09 00:01:53 +08:00
"funding": {
"url": "https://github.com/sponsors/mysticatea"
},
"peerDependencies": {
"eslint": ">=5"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
"version": "2.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "Apache-2.0",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/eslint-visitor-keys": {
"version": "3.3.0",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
2024-01-09 00:01:53 +08:00
"node_modules/eslint/node_modules/ansi-styles": {
2023-03-30 00:06:42 +08:00
"version": "4.3.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"color-convert": "^2.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/eslint/node_modules/chalk": {
2023-03-30 00:06:42 +08:00
"version": "4.1.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/eslint/node_modules/color-convert": {
2023-03-30 00:06:42 +08:00
"version": "2.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"color-name": "~1.1.4"
},
"engines": {
"node": ">=7.0.0"
}
},
2024-01-09 00:01:53 +08:00
"node_modules/eslint/node_modules/color-name": {
2023-03-30 00:06:42 +08:00
"version": "1.1.4",
"dev": true,
"license": "MIT"
},
2024-01-09 00:01:53 +08:00
"node_modules/eslint/node_modules/escape-string-regexp": {
2023-03-30 00:06:42 +08:00
"version": "4.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2024-01-09 00:01:53 +08:00
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/eslint/node_modules/eslint-scope": {
"version": "7.1.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "BSD-2-Clause",
2022-04-23 04:40:42 +08:00
"dependencies": {
2024-01-09 00:01:53 +08:00
"esrecurse": "^4.3.0",
"estraverse": "^5.2.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2024-01-09 00:01:53 +08:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/eslint/node_modules/estraverse": {
"version": "5.3.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "BSD-2-Clause",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/eslint/node_modules/glob-parent": {
"version": "6.0.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"is-glob": "^4.0.3"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10.13.0"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/eslint/node_modules/globals": {
"version": "13.15.0",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"type-fest": "^0.20.2"
},
2022-07-07 01:10:10 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/eslint/node_modules/has-flag": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/eslint/node_modules/supports-color": {
"version": "7.2.0",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"has-flag": "^4.0.0"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/eslint/node_modules/type-fest": {
"version": "0.20.2",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "(MIT OR CC0-1.0)",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/espree": {
"version": "9.3.2",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "BSD-2-Clause",
2022-07-07 01:10:10 +08:00
"dependencies": {
"acorn": "^8.7.1",
2023-03-30 00:06:42 +08:00
"acorn-jsx": "^5.3.2",
"eslint-visitor-keys": "^3.3.0"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/esprima": {
"version": "4.0.1",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "BSD-2-Clause",
2023-03-30 00:06:42 +08:00
"bin": {
"esparse": "bin/esparse.js",
"esvalidate": "bin/esvalidate.js"
},
2022-07-07 01:10:10 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/esquery": {
"version": "1.4.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "BSD-3-Clause",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"estraverse": "^5.1.0"
2022-07-07 01:10:10 +08:00
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/esquery/node_modules/estraverse": {
"version": "5.3.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "BSD-2-Clause",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/esrecurse": {
"version": "4.3.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "BSD-2-Clause",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"estraverse": "^5.2.0"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=4.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/esrecurse/node_modules/estraverse": {
"version": "5.3.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "BSD-2-Clause",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/estraverse": {
"version": "4.3.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "BSD-2-Clause",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/estree-walker": {
"version": "2.0.2",
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/esutils": {
"version": "2.0.3",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "BSD-2-Clause",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/event-target-shim": {
"version": "5.0.1",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"engines": {
"node": ">=6"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/eventemitter2": {
"version": "6.4.7",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/eventemitter3": {
"version": "4.0.7",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/events": {
"version": "3.3.0",
"dev": true,
"license": "MIT",
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.8.x"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/execa": {
"version": "4.1.0",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"cross-spawn": "^7.0.0",
"get-stream": "^5.0.0",
"human-signals": "^1.1.1",
"is-stream": "^2.0.0",
"merge-stream": "^2.0.0",
"npm-run-path": "^4.0.0",
"onetime": "^5.1.0",
"signal-exit": "^3.0.2",
"strip-final-newline": "^2.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sindresorhus/execa?sponsor=1"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/executable": {
"version": "4.1.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"pify": "^2.2.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2022-05-18 16:52:35 +08:00
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/extend": {
"version": "3.0.2",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/external-editor": {
"version": "3.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"chardet": "^0.7.0",
"iconv-lite": "^0.4.24",
"tmp": "^0.0.33"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/external-editor/node_modules/tmp": {
"version": "0.0.33",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"os-tmpdir": "~1.0.2"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.6.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/extract-zip": {
"version": "2.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "BSD-2-Clause",
2023-03-30 00:06:42 +08:00
"dependencies": {
"debug": "^4.1.1",
"get-stream": "^5.1.0",
"yauzl": "^2.10.0"
},
"bin": {
"extract-zip": "cli.js"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 10.17.0"
},
"optionalDependencies": {
"@types/yauzl": "^2.9.1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/extsprintf": {
"version": "1.3.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2023-03-30 00:06:42 +08:00
"engines": [
"node >=0.6.0"
],
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/fast-deep-equal": {
"version": "3.1.3",
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/fast-glob": {
"version": "3.3.1",
2024-01-09 05:30:06 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"@nodelib/fs.stat": "^2.0.2",
"@nodelib/fs.walk": "^1.2.3",
"glob-parent": "^5.1.2",
"merge2": "^1.3.0",
"micromatch": "^4.0.4"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8.6.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/fast-json-stable-stringify": {
"version": "2.1.0",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/fast-levenshtein": {
"version": "2.0.6",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/fastq": {
"version": "1.13.0",
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"reusify": "^1.0.4"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/fault": {
"version": "2.0.1",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"format": "^0.2.0"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/fd-slicer": {
"version": "1.1.0",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"pend": "~1.2.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/figures": {
"version": "3.2.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"escape-string-regexp": "^1.0.5"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/file-entry-cache": {
"version": "6.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"flat-cache": "^3.0.4"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^10.12.0 || >=12.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/file-url": {
2022-04-23 04:40:42 +08:00
"version": "3.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/filelist": {
"version": "1.0.4",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "Apache-2.0",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"minimatch": "^5.0.1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/filelist/node_modules/brace-expansion": {
"version": "2.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"balanced-match": "^1.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/filelist/node_modules/minimatch": {
"version": "5.1.6",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"brace-expansion": "^2.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/fill-range": {
"version": "7.0.1",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"to-regex-range": "^5.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/find-cache-dir": {
"version": "3.3.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"commondir": "^1.0.1",
"make-dir": "^3.0.2",
"pkg-dir": "^4.1.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
},
"funding": {
"url": "https://github.com/avajs/find-cache-dir?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/find-up": {
"version": "2.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"locate-path": "^2.0.0"
2023-03-30 00:06:42 +08:00
},
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/flat": {
"version": "5.0.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "BSD-3-Clause",
2023-03-30 00:06:42 +08:00
"bin": {
"flat": "cli.js"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/flat-cache": {
"version": "3.0.4",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
"flatted": "^3.1.0",
2023-03-30 00:06:42 +08:00
"rimraf": "^3.0.2"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/flatted": {
"version": "3.2.5",
"dev": true,
"license": "ISC"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/follow-redirects": {
"version": "1.15.2",
2022-05-18 16:52:35 +08:00
"dev": true,
2023-03-30 00:06:42 +08:00
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/RubenVerborgh"
}
],
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=4.0"
},
"peerDependenciesMeta": {
"debug": {
"optional": true
}
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/forever-agent": {
"version": "0.6.1",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "Apache-2.0",
2023-03-30 00:06:42 +08:00
"engines": {
"node": "*"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/form-data": {
"version": "2.3.3",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"asynckit": "^0.4.0",
"combined-stream": "^1.0.6",
"mime-types": "^2.1.12"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 0.12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/format": {
"version": "0.2.2",
"engines": {
"node": ">=0.4.x"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/fraction.js": {
"version": "4.2.0",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": "*"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/infusion"
2023-03-30 00:06:42 +08:00
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/fs-constants": {
"version": "1.0.0",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/fs-extra": {
"version": "9.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"at-least-node": "^1.0.0",
"graceful-fs": "^4.2.0",
"jsonfile": "^6.0.1",
"universalify": "^2.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/fs-minipass": {
"version": "3.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"minipass": "^4.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/fs.realpath": {
"version": "1.0.0",
"dev": true,
"license": "ISC"
2023-03-30 00:06:42 +08:00
},
"node_modules/function-bind": {
"version": "1.1.1",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT"
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/function.prototype.name": {
"version": "1.1.5",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3",
"es-abstract": "^1.19.0",
"functions-have-names": "^1.2.2"
2023-03-30 00:06:42 +08:00
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/functional-red-black-tree": {
"version": "1.0.1",
"dev": true,
"license": "MIT"
},
2023-03-30 00:06:42 +08:00
"node_modules/functions-have-names": {
"version": "1.2.3",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/gauge": {
"version": "2.7.4",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"aproba": "^1.0.3",
"console-control-strings": "^1.0.0",
"has-unicode": "^2.0.0",
"object-assign": "^4.1.0",
"signal-exit": "^3.0.0",
"string-width": "^1.0.1",
"strip-ansi": "^3.0.1",
"wide-align": "^1.1.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/gauge/node_modules/ansi-regex": {
"version": "2.1.1",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=0.10.0"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/gauge/node_modules/aproba": {
"version": "1.2.0",
"dev": true,
"license": "ISC"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/gauge/node_modules/is-fullwidth-code-point": {
"version": "1.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"number-is-nan": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/gauge/node_modules/string-width": {
"version": "1.0.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
"strip-ansi": "^3.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/gauge/node_modules/strip-ansi": {
"version": "3.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"ansi-regex": "^2.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/gensync": {
"version": "1.0.0-beta.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=6.9.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/get-browser-rtc": {
"version": "1.1.0",
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/get-caller-file": {
"version": "2.0.5",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "6.* || 8.* || >= 10.*"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/get-intrinsic": {
"version": "1.1.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"function-bind": "^1.1.1",
"has": "^1.0.3",
"has-symbols": "^1.0.3"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/get-pkg-repo": {
"version": "4.2.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@hutson/parse-repository-url": "^3.0.0",
"hosted-git-info": "^4.0.0",
"through2": "^2.0.0",
"yargs": "^16.2.0"
2022-04-23 04:40:42 +08:00
},
"bin": {
2023-03-30 00:06:42 +08:00
"get-pkg-repo": "src/cli.js"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=6.9.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/get-pkg-repo/node_modules/hosted-git-info": {
"version": "4.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"lru-cache": "^6.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=10"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/get-pkg-repo/node_modules/readable-stream": {
"version": "2.3.8",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"core-util-is": "~1.0.0",
"inherits": "~2.0.3",
"isarray": "~1.0.0",
"process-nextick-args": "~2.0.0",
"safe-buffer": "~5.1.1",
"string_decoder": "~1.1.1",
"util-deprecate": "~1.0.1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/get-pkg-repo/node_modules/string_decoder": {
"version": "1.1.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"safe-buffer": "~5.1.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/get-pkg-repo/node_modules/through2": {
"version": "2.0.5",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"readable-stream": "~2.3.6",
"xtend": "~4.0.1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/get-port": {
"version": "5.1.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/get-stream": {
"version": "5.2.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"pump": "^3.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/get-symbol-description": {
"version": "1.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"call-bind": "^1.0.2",
"get-intrinsic": "^1.1.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/getos": {
"version": "3.2.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"async": "^3.2.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/getpass": {
"version": "0.1.7",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"assert-plus": "^1.0.0"
2022-05-18 16:52:35 +08:00
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/git-raw-commits": {
"version": "2.0.11",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"dargs": "^7.0.0",
"lodash": "^4.17.15",
"meow": "^8.0.0",
"split2": "^3.0.0",
"through2": "^4.0.0"
},
2022-04-23 04:40:42 +08:00
"bin": {
2023-03-30 00:06:42 +08:00
"git-raw-commits": "cli.js"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/git-remote-origin-url": {
"version": "2.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"gitconfiglocal": "^1.0.0",
"pify": "^2.3.0"
},
"engines": {
"node": ">=4"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/git-semver-tags": {
"version": "4.1.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"meow": "^8.0.0",
"semver": "^6.0.0"
2022-04-23 04:40:42 +08:00
},
"bin": {
2023-03-30 00:06:42 +08:00
"git-semver-tags": "cli.js"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/git-up": {
"version": "7.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"is-ssh": "^1.4.0",
"parse-url": "^8.1.0"
}
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/git-url-parse": {
"version": "13.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"git-up": "^7.0.0"
2022-05-18 16:52:35 +08:00
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/gitconfiglocal": {
"version": "1.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "BSD",
2023-03-30 00:06:42 +08:00
"dependencies": {
"ini": "^1.3.2"
}
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/gitconfiglocal/node_modules/ini": {
"version": "1.3.8",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "ISC"
2023-03-30 00:06:42 +08:00
},
"node_modules/glob": {
"version": "7.2.3",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.1.1",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "*"
2022-05-18 16:52:35 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/isaacs"
2022-05-18 16:52:35 +08:00
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/glob-parent": {
"version": "5.1.2",
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"is-glob": "^4.0.1"
2022-05-18 16:52:35 +08:00
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 6"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/glob-to-regexp": {
"version": "0.4.1",
"dev": true,
"license": "BSD-2-Clause"
2023-03-30 00:06:42 +08:00
},
"node_modules/global-dirs": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"ini": "2.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/globals": {
"version": "11.12.0",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/globby": {
"version": "11.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"array-union": "^2.1.0",
"dir-glob": "^3.0.1",
"fast-glob": "^3.2.9",
"ignore": "^5.2.0",
"merge2": "^1.4.1",
"slash": "^3.0.0"
2022-05-18 16:52:35 +08:00
},
2022-04-23 04:40:42 +08:00
"engines": {
2022-05-18 16:52:35 +08:00
"node": ">=10"
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/graceful-fs": {
"version": "4.2.10",
"dev": true,
"license": "ISC"
2023-03-30 00:06:42 +08:00
},
"node_modules/gzip-size": {
"version": "5.1.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"duplexer": "^0.1.1",
"pify": "^4.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=6"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/gzip-size/node_modules/pify": {
"version": "4.0.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=6"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/handlebars": {
"version": "4.7.7",
2023-03-30 00:06:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"minimist": "^1.2.5",
"neo-async": "^2.6.0",
2023-03-30 00:06:42 +08:00
"source-map": "^0.6.1",
"wordwrap": "^1.0.0"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"bin": {
"handlebars": "bin/handlebars"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.4.7"
},
"optionalDependencies": {
"uglify-js": "^3.1.4"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/hard-rejection": {
"version": "2.1.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=6"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/has": {
"version": "1.0.3",
"dev": true,
"license": "MIT",
"dependencies": {
"function-bind": "^1.1.1"
},
"engines": {
"node": ">= 0.4.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/has-bigints": {
"version": "1.0.2",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/has-flag": {
2022-04-23 04:40:42 +08:00
"version": "3.0.0",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/has-property-descriptors": {
"version": "1.0.0",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"get-intrinsic": "^1.1.1"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/has-symbols": {
"version": "1.0.3",
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/has-tostringtag": {
"version": "1.0.0",
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"has-symbols": "^1.0.2"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/has-unicode": {
"version": "2.0.1",
"dev": true,
"license": "ISC"
2023-03-30 00:06:42 +08:00
},
"node_modules/highlight.js": {
"version": "11.6.0",
"license": "BSD-3-Clause",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/hosted-git-info": {
"version": "6.1.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"lru-cache": "^7.5.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/hosted-git-info/node_modules/lru-cache": {
"version": "7.18.3",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=12"
}
},
"node_modules/html": {
"version": "1.0.0",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "BSD",
"dependencies": {
"concat-stream": "^1.4.7"
},
"bin": {
"html": "bin/html.js"
}
},
"node_modules/html/node_modules/concat-stream": {
"version": "1.6.2",
"dev": true,
"engines": [
"node >= 0.8"
],
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"buffer-from": "^1.0.0",
"inherits": "^2.0.3",
"readable-stream": "^2.2.2",
"typedarray": "^0.0.6"
}
},
"node_modules/html/node_modules/readable-stream": {
"version": "2.3.8",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"core-util-is": "~1.0.0",
"inherits": "~2.0.3",
"isarray": "~1.0.0",
"process-nextick-args": "~2.0.0",
"safe-buffer": "~5.1.1",
"string_decoder": "~1.1.1",
"util-deprecate": "~1.0.1"
}
},
"node_modules/html/node_modules/string_decoder": {
"version": "1.1.1",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"safe-buffer": "~5.1.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/htmlparser2": {
"version": "7.2.0",
"dev": true,
"funding": [
"https://github.com/fb55/htmlparser2?sponsor=1",
{
"type": "github",
"url": "https://github.com/sponsors/fb55"
}
],
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"domelementtype": "^2.0.1",
"domhandler": "^4.2.2",
"domutils": "^2.8.0",
"entities": "^3.0.1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/http-cache-semantics": {
"version": "4.1.1",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "BSD-2-Clause"
2023-03-30 00:06:42 +08:00
},
"node_modules/http-proxy-agent": {
"version": "5.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"@tootallnate/once": "2",
"agent-base": "6",
"debug": "4"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 6"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/http-signature": {
"version": "1.3.6",
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"assert-plus": "^1.0.0",
"jsprim": "^2.0.2",
"sshpk": "^1.14.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/https-proxy-agent": {
"version": "5.0.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"agent-base": "6",
"debug": "4"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 6"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/human-signals": {
"version": "1.1.1",
"dev": true,
"license": "Apache-2.0",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8.12.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/humanize-ms": {
"version": "1.2.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"ms": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/husky": {
"version": "8.0.1",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"bin": {
"husky": "lib/bin.js"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/typicode"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/iconv-lite": {
"version": "0.4.24",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"safer-buffer": ">= 2.1.2 < 3"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ieee754": {
"version": "1.2.1",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "BSD-3-Clause"
2023-03-30 00:06:42 +08:00
},
"node_modules/iframe-resizer": {
"version": "4.3.2",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.8.0"
},
"funding": {
"type": "individual",
"url": "https://github.com/davidjbradshaw/iframe-resizer/blob/master/FUNDING.md"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ignore": {
"version": "5.2.0",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 4"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ignore-walk": {
"version": "5.0.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"minimatch": "^5.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ignore-walk/node_modules/brace-expansion": {
"version": "2.0.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"balanced-match": "^1.0.0"
}
},
"node_modules/ignore-walk/node_modules/minimatch": {
"version": "5.1.6",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"brace-expansion": "^2.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/immutable": {
"version": "4.1.0",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/import-fresh": {
"version": "3.3.0",
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"parent-module": "^1.0.0",
"resolve-from": "^4.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/import-fresh/node_modules/resolve-from": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/import-local": {
"version": "3.1.0",
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"pkg-dir": "^4.2.0",
"resolve-cwd": "^3.0.0"
},
"bin": {
"import-local-fixture": "fixtures/cli.js"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/imurmurhash": {
"version": "0.1.4",
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.8.19"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/indent-string": {
"version": "4.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/infer-owner": {
"version": "1.0.4",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "ISC"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/inflight": {
"version": "1.0.6",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"once": "^1.3.0",
"wrappy": "1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/inherits": {
"version": "2.0.4",
"license": "ISC"
2023-03-30 00:06:42 +08:00
},
"node_modules/ini": {
"version": "2.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/init-package-json": {
"version": "3.0.2",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"npm-package-arg": "^9.0.1",
"promzard": "^0.3.0",
"read": "^1.0.7",
"read-package-json": "^5.0.0",
"semver": "^7.3.5",
"validate-npm-package-license": "^3.0.4",
"validate-npm-package-name": "^4.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/init-package-json/node_modules/builtins": {
"version": "5.0.1",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"semver": "^7.0.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/init-package-json/node_modules/hosted-git-info": {
"version": "5.2.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"lru-cache": "^7.5.1"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/init-package-json/node_modules/hosted-git-info/node_modules/lru-cache": {
2023-03-30 00:06:42 +08:00
"version": "7.18.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/init-package-json/node_modules/npm-package-arg": {
"version": "9.1.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"hosted-git-info": "^5.0.0",
"proc-log": "^2.0.1",
"semver": "^7.3.5",
"validate-npm-package-name": "^4.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/init-package-json/node_modules/proc-log": {
"version": "2.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/init-package-json/node_modules/semver": {
"version": "7.3.8",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
}
},
"node_modules/init-package-json/node_modules/validate-npm-package-name": {
"version": "4.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"builtins": "^5.0.0"
2023-03-30 00:06:42 +08:00
},
2022-04-23 04:40:42 +08:00
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/inquirer": {
"version": "8.2.5",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"ansi-escapes": "^4.2.1",
"chalk": "^4.1.1",
"cli-cursor": "^3.1.0",
"cli-width": "^3.0.0",
"external-editor": "^3.0.3",
"figures": "^3.0.0",
"lodash": "^4.17.21",
"mute-stream": "0.0.8",
"ora": "^5.4.1",
"run-async": "^2.4.0",
"rxjs": "^7.5.5",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0",
"through": "^2.3.6",
"wrap-ansi": "^7.0.0"
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=12.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/inquirer/node_modules/ansi-styles": {
"version": "4.3.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"color-convert": "^2.0.1"
},
"engines": {
"node": ">=8"
2023-03-30 00:06:42 +08:00
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/inquirer/node_modules/chalk": {
"version": "4.1.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-05-18 16:52:35 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/chalk/chalk?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/inquirer/node_modules/color-convert": {
"version": "2.0.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"color-name": "~1.1.4"
},
"engines": {
"node": ">=7.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/inquirer/node_modules/color-name": {
"version": "1.1.4",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/inquirer/node_modules/has-flag": {
"version": "4.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/inquirer/node_modules/supports-color": {
"version": "7.2.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"has-flag": "^4.0.0"
},
"engines": {
"node": ">=8"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/internal-slot": {
"version": "1.0.3",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"get-intrinsic": "^1.1.0",
"has": "^1.0.3",
2023-03-30 00:06:42 +08:00
"side-channel": "^1.0.4"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 0.4"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/internmap": {
"version": "2.0.3",
"license": "ISC",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=12"
}
},
"node_modules/ip": {
"version": "2.0.0",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/is-arrayish": {
"version": "0.2.1",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/is-bigint": {
"version": "1.0.4",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"has-bigints": "^1.0.1"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-binary-path": {
"version": "2.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"binary-extensions": "^2.0.0"
},
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-boolean-object": {
"version": "1.1.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"call-bind": "^1.0.2",
"has-tostringtag": "^1.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-builtin-module": {
"version": "3.2.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"builtin-modules": "^3.3.0"
},
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-callable": {
"version": "1.2.4",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/is-ci": {
2022-04-23 04:40:42 +08:00
"version": "3.0.1",
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"ci-info": "^3.2.0"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"bin": {
"is-ci": "bin.js"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-core-module": {
"version": "2.12.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"has": "^1.0.3"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-date-object": {
"version": "1.0.5",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"has-tostringtag": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
2022-04-23 04:40:42 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/ljharb"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-docker": {
"version": "2.2.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"bin": {
"is-docker": "cli.js"
},
"engines": {
"node": ">=8"
},
2022-04-23 04:40:42 +08:00
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-extendable": {
"version": "1.0.1",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"is-plain-object": "^2.0.4"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
}
},
"node_modules/is-extendable/node_modules/is-plain-object": {
"version": "2.0.4",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"isobject": "^3.0.1"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-extglob": {
"version": "2.1.1",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-fullwidth-code-point": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=8"
}
},
"node_modules/is-glob": {
"version": "4.0.3",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"is-extglob": "^2.1.1"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-installed-globally": {
"version": "0.4.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"global-dirs": "^3.0.0",
"is-path-inside": "^3.0.2"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-interactive": {
"version": "1.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-lambda": {
"version": "1.0.1",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/is-module": {
"version": "1.0.0",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/is-negative-zero": {
"version": "2.0.2",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
2022-07-06 18:59:02 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/is-number": {
"version": "7.0.0",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=0.12.0"
}
},
"node_modules/is-number-object": {
"version": "1.0.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"has-tostringtag": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-obj": {
"version": "2.0.0",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=8"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/is-path-cwd": {
"version": "2.2.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=6"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/is-path-inside": {
"version": "3.0.3",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-plain-obj": {
"version": "1.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-plain-object": {
"version": "5.0.0",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"engines": {
"node": ">=0.10.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-reference": {
"version": "1.2.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@types/estree": "*"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-regex": {
"version": "1.1.4",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"call-bind": "^1.0.2",
"has-tostringtag": "^1.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-shared-array-buffer": {
"version": "1.0.2",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"call-bind": "^1.0.2"
2022-05-18 16:52:35 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/ljharb"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-ssh": {
"version": "1.4.0",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"protocols": "^2.0.1"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-stream": {
"version": "2.0.1",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-string": {
"version": "1.0.7",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"has-tostringtag": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-symbol": {
"version": "1.0.4",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"has-symbols": "^1.0.2"
2022-05-18 16:52:35 +08:00
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-text-path": {
"version": "1.0.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"text-extensions": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
}
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/is-typedarray": {
2022-05-18 16:52:35 +08:00
"version": "1.0.0",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/is-unicode-supported": {
"version": "0.1.0",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-weakref": {
"version": "1.0.2",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"call-bind": "^1.0.2"
2022-05-18 16:52:35 +08:00
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/is-wsl": {
"version": "2.2.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"is-docker": "^2.0.0"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/isarray": {
"version": "1.0.0",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/isexe": {
"version": "2.0.0",
"dev": true,
"license": "ISC"
2023-03-30 00:06:42 +08:00
},
"node_modules/isobject": {
"version": "3.0.1",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/isomorphic.js": {
"version": "0.2.5",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/dmonad"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/isstream": {
"version": "0.1.2",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/jake": {
"version": "10.8.5",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "Apache-2.0",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"async": "^3.2.3",
"chalk": "^4.0.2",
"filelist": "^1.0.1",
"minimatch": "^3.0.4"
2022-04-23 04:40:42 +08:00
},
"bin": {
2023-03-30 00:06:42 +08:00
"jake": "bin/cli.js"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/jake/node_modules/ansi-styles": {
"version": "4.3.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"color-convert": "^2.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/jake/node_modules/chalk": {
"version": "4.1.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/jake/node_modules/color-convert": {
"version": "2.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"color-name": "~1.1.4"
},
"engines": {
"node": ">=7.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/jake/node_modules/color-name": {
"version": "1.1.4",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/jake/node_modules/has-flag": {
"version": "4.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/jake/node_modules/supports-color": {
"version": "7.2.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"has-flag": "^4.0.0"
},
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/jest-worker": {
"version": "27.5.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@types/node": "*",
"merge-stream": "^2.0.0",
"supports-color": "^8.0.0"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">= 10.13.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/jest-worker/node_modules/has-flag": {
"version": "4.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/jest-worker/node_modules/supports-color": {
"version": "8.1.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"has-flag": "^4.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/chalk/supports-color?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2023-07-26 17:16:22 +08:00
"node_modules/jiti": {
"version": "1.19.1",
2023-07-26 17:16:22 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-07-26 17:16:22 +08:00
"bin": {
"jiti": "bin/jiti.js"
}
},
"node_modules/jotai": {
"version": "1.13.1",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"engines": {
"node": ">=12.20.0"
},
"peerDependencies": {
"@babel/core": "*",
"@babel/template": "*",
"jotai-devtools": "*",
"jotai-immer": "*",
"jotai-optics": "*",
"jotai-redux": "*",
"jotai-tanstack-query": "*",
"jotai-urql": "*",
"jotai-valtio": "*",
"jotai-xstate": "*",
"jotai-zustand": "*",
"react": ">=16.8"
},
"peerDependenciesMeta": {
"@babel/core": {
"optional": true
},
"@babel/template": {
"optional": true
},
"jotai-devtools": {
"optional": true
},
"jotai-immer": {
"optional": true
},
"jotai-optics": {
"optional": true
},
"jotai-redux": {
"optional": true
},
"jotai-tanstack-query": {
"optional": true
},
"jotai-urql": {
"optional": true
},
"jotai-valtio": {
"optional": true
},
"jotai-xstate": {
"optional": true
},
"jotai-zustand": {
"optional": true
}
}
},
2023-03-30 00:06:42 +08:00
"node_modules/joycon": {
"version": "3.1.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/js-tokens": {
"version": "4.0.0",
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/js-yaml": {
"version": "4.1.0",
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"argparse": "^2.0.1"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"bin": {
"js-yaml": "bin/js-yaml.js"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/jsbn": {
"version": "0.1.1",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/jsesc": {
"version": "2.5.2",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"bin": {
"jsesc": "bin/jsesc"
},
"engines": {
"node": ">=4"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/json-parse-better-errors": {
"version": "1.0.2",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/json-parse-even-better-errors": {
"version": "2.3.1",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/json-schema": {
"version": "0.4.0",
"dev": true,
"license": "(AFL-2.1 OR BSD-3-Clause)"
2023-03-30 00:06:42 +08:00
},
"node_modules/json-schema-traverse": {
"version": "0.4.1",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/json-stable-stringify-without-jsonify": {
"version": "1.0.1",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/json-stringify-nice": {
"version": "1.1.4",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/json-stringify-safe": {
"version": "5.0.1",
"dev": true,
"license": "ISC"
2023-03-30 00:06:42 +08:00
},
"node_modules/json5": {
"version": "2.2.3",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"bin": {
"json5": "lib/cli.js"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=6"
}
},
"node_modules/jsonc-parser": {
"version": "3.2.0",
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/jsondiffpatch": {
"version": "0.4.1",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"chalk": "^2.3.0",
"diff-match-patch": "^1.0.0"
},
"bin": {
"jsondiffpatch": "bin/jsondiffpatch"
},
"engines": {
"node": ">=8.17.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/jsonfile": {
"version": "6.1.0",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"universalify": "^2.0.0"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"optionalDependencies": {
"graceful-fs": "^4.1.6"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/jsonparse": {
"version": "1.3.1",
"dev": true,
"engines": [
"node >= 0.2.0"
2024-01-08 19:54:37 +08:00
],
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/JSONStream": {
"version": "1.3.5",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "(MIT OR Apache-2.0)",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"jsonparse": "^1.2.0",
"through": ">=2.2.7 <3"
2022-05-18 16:52:35 +08:00
},
"bin": {
2023-03-30 00:06:42 +08:00
"JSONStream": "bin.js"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "*"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/jsprim": {
"version": "2.0.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2023-03-30 00:06:42 +08:00
"engines": [
"node >=0.6.0"
],
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"assert-plus": "1.0.0",
"extsprintf": "1.3.0",
"json-schema": "0.4.0",
"verror": "1.10.0"
}
},
"node_modules/just-diff": {
"version": "6.0.2",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/just-diff-apply": {
"version": "5.5.0",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/kind-of": {
"version": "6.0.3",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/kleur": {
"version": "4.1.4",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=6"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lazy-ass": {
"version": "1.6.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "> 0.8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna": {
"version": "6.6.1",
2023-03-30 00:06:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"@lerna/child-process": "6.6.1",
"@lerna/create": "6.6.1",
"@lerna/legacy-package-management": "6.6.1",
2023-03-30 00:06:42 +08:00
"@npmcli/arborist": "6.2.3",
"@npmcli/run-script": "4.1.7",
"@nrwl/devkit": ">=15.5.2 < 16",
"@octokit/plugin-enterprise-rest": "6.0.1",
"@octokit/rest": "19.0.3",
"byte-size": "7.0.0",
"chalk": "4.1.0",
"clone-deep": "4.0.1",
"cmd-shim": "5.0.0",
"columnify": "1.6.0",
"config-chain": "1.1.12",
"conventional-changelog-angular": "5.0.12",
"conventional-changelog-core": "4.2.4",
"conventional-recommended-bump": "6.1.0",
"cosmiconfig": "7.0.0",
"dedent": "0.7.0",
"dot-prop": "6.0.1",
"envinfo": "^7.7.4",
"execa": "5.0.0",
"fs-extra": "9.1.0",
"get-port": "5.1.1",
"get-stream": "6.0.0",
"git-url-parse": "13.1.0",
"glob-parent": "5.1.2",
"globby": "11.1.0",
"graceful-fs": "4.2.10",
"has-unicode": "2.0.1",
"import-local": "^3.0.2",
"init-package-json": "3.0.2",
"inquirer": "^8.2.4",
"is-ci": "2.0.0",
"is-stream": "2.0.0",
"js-yaml": "^4.1.0",
"libnpmaccess": "6.0.3",
"libnpmpublish": "6.0.4",
2023-03-30 00:06:42 +08:00
"load-json-file": "6.2.0",
"make-dir": "3.1.0",
"minimatch": "3.0.5",
"multimatch": "5.0.0",
"node-fetch": "2.6.7",
"npm-package-arg": "8.1.1",
"npm-packlist": "5.1.1",
"npm-registry-fetch": "^14.0.3",
"npmlog": "^6.0.2",
"nx": ">=15.5.2 < 16",
"p-map": "4.0.0",
"p-map-series": "2.1.0",
"p-pipe": "3.1.0",
"p-queue": "6.6.2",
"p-reduce": "2.1.0",
"p-waterfall": "2.1.1",
"pacote": "13.6.2",
2023-03-30 00:06:42 +08:00
"pify": "5.0.0",
"read-cmd-shim": "3.0.0",
"read-package-json": "5.0.1",
"resolve-from": "5.0.0",
"rimraf": "^4.4.1",
"semver": "^7.3.8",
"signal-exit": "3.0.7",
"slash": "3.0.0",
"ssri": "9.0.1",
"strong-log-transformer": "2.1.0",
"tar": "6.1.11",
"temp-dir": "1.0.0",
"typescript": "^3 || ^4",
"upath": "^2.0.1",
"uuid": "8.3.2",
"validate-npm-package-license": "3.0.4",
"validate-npm-package-name": "4.0.0",
"write-file-atomic": "4.0.1",
"write-pkg": "4.0.0",
"yargs": "16.2.0",
"yargs-parser": "20.2.4"
},
"bin": {
"lerna": "dist/cli.js"
},
2022-04-23 04:40:42 +08:00
"engines": {
"node": "^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna/node_modules/ansi-styles": {
2022-05-18 16:52:35 +08:00
"version": "4.3.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2022-05-18 16:52:35 +08:00
"color-convert": "^2.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
2022-05-18 16:52:35 +08:00
"node": ">=8"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna/node_modules/are-we-there-yet": {
"version": "3.0.0",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"delegates": "^1.0.0",
"readable-stream": "^3.6.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
2023-03-30 00:06:42 +08:00
}
},
"node_modules/lerna/node_modules/builtins": {
"version": "5.0.1",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"semver": "^7.0.0"
}
2023-03-30 00:06:42 +08:00
},
"node_modules/lerna/node_modules/chalk": {
"version": "4.1.0",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna/node_modules/ci-info": {
"version": "2.0.0",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/lerna/node_modules/color-convert": {
2022-05-18 16:52:35 +08:00
"version": "2.0.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
"color-name": "~1.1.4"
},
"engines": {
"node": ">=7.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna/node_modules/color-name": {
2022-05-18 16:52:35 +08:00
"version": "1.1.4",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna/node_modules/cosmiconfig": {
"version": "7.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"@types/parse-json": "^4.0.0",
"import-fresh": "^3.2.1",
"parse-json": "^5.0.0",
"path-type": "^4.0.0",
"yaml": "^1.10.0"
},
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=10"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna/node_modules/execa": {
"version": "5.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"cross-spawn": "^7.0.3",
"get-stream": "^6.0.0",
"human-signals": "^2.1.0",
"is-stream": "^2.0.0",
"merge-stream": "^2.0.0",
"npm-run-path": "^4.0.1",
"onetime": "^5.1.2",
"signal-exit": "^3.0.3",
"strip-final-newline": "^2.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
},
"funding": {
"url": "https://github.com/sindresorhus/execa?sponsor=1"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna/node_modules/gauge": {
"version": "4.0.4",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"aproba": "^1.0.3 || ^2.0.0",
"color-support": "^1.1.3",
"console-control-strings": "^1.1.0",
"has-unicode": "^2.0.1",
"signal-exit": "^3.0.7",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"wide-align": "^1.1.5"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna/node_modules/get-stream": {
"version": "6.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna/node_modules/glob": {
"version": "9.3.2",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"fs.realpath": "^1.0.0",
"minimatch": "^7.4.1",
2023-03-30 00:06:42 +08:00
"minipass": "^4.2.4",
"path-scurry": "^1.6.1"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=16 || 14 >=14.17"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna/node_modules/glob/node_modules/brace-expansion": {
"version": "2.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"balanced-match": "^1.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna/node_modules/glob/node_modules/minimatch": {
"version": "7.4.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"brace-expansion": "^2.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=10"
2023-03-30 00:06:42 +08:00
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna/node_modules/has-flag": {
"version": "4.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna/node_modules/hosted-git-info": {
"version": "3.0.8",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"lru-cache": "^6.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna/node_modules/human-signals": {
"version": "2.1.0",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "Apache-2.0",
2022-05-18 16:52:35 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10.17.0"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna/node_modules/is-ci": {
"version": "2.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"ci-info": "^2.0.0"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"bin": {
"is-ci": "bin.js"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna/node_modules/is-stream": {
"version": "2.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna/node_modules/minimatch": {
"version": "3.0.5",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"brace-expansion": "^1.1.7"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "*"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna/node_modules/npm-package-arg": {
"version": "8.1.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"hosted-git-info": "^3.0.6",
"semver": "^7.0.0",
"validate-npm-package-name": "^3.0.0"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/lerna/node_modules/npm-package-arg/node_modules/builtins": {
"version": "1.0.3",
2024-01-09 05:30:06 +08:00
"dev": true,
"license": "MIT"
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna/node_modules/npm-package-arg/node_modules/validate-npm-package-name": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"builtins": "^1.0.3"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna/node_modules/npmlog": {
"version": "6.0.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"are-we-there-yet": "^3.0.0",
"console-control-strings": "^1.1.0",
"gauge": "^4.0.3",
"set-blocking": "^2.0.0"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/lerna/node_modules/pify": {
"version": "5.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=10"
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna/node_modules/rimraf": {
"version": "4.4.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"glob": "^9.2.0"
},
"bin": {
"rimraf": "dist/cjs/src/bin.js"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna/node_modules/semver": {
"version": "7.3.8",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lerna/node_modules/supports-color": {
"version": "7.2.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"has-flag": "^4.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/lerna/node_modules/validate-npm-package-name": {
2023-03-30 00:06:42 +08:00
"version": "4.0.0",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
"dependencies": {
"builtins": "^5.0.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/lerna/node_modules/write-file-atomic": {
"version": "4.0.1",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
"dependencies": {
"imurmurhash": "^0.1.4",
"signal-exit": "^3.0.7"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/levn": {
"version": "0.4.1",
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"prelude-ls": "^1.2.1",
"type-check": "~0.4.0"
},
"engines": {
"node": ">= 0.8.0"
2022-04-23 04:40:42 +08:00
}
},
2023-07-26 17:16:22 +08:00
"node_modules/lexical": {
"version": "0.11.3",
2024-01-08 19:54:37 +08:00
"license": "MIT"
2023-07-26 17:16:22 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/lib0": {
2024-01-19 03:07:51 +08:00
"version": "0.2.88",
"resolved": "https://registry.npmjs.org/lib0/-/lib0-0.2.88.tgz",
"integrity": "sha512-KyroiEvCeZcZEMx5Ys+b4u4eEBbA1ch7XUaBhYpwa/nPMrzTjUhI4RfcytmQfYoTBPcdyx+FX6WFNIoNuJzJfQ==",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"isomorphic.js": "^0.2.4"
},
2024-01-19 03:07:51 +08:00
"bin": {
"0gentesthtml": "bin/gentesthtml.js",
"0serve": "bin/0serve.js"
},
2023-03-30 00:06:42 +08:00
"engines": {
2024-01-19 03:07:51 +08:00
"node": ">=16"
2022-04-23 04:40:42 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/dmonad"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/libnpmaccess": {
"version": "6.0.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"aproba": "^2.0.0",
"minipass": "^3.1.1",
"npm-package-arg": "^9.0.1",
"npm-registry-fetch": "^13.0.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/libnpmaccess/node_modules/builtins": {
"version": "5.0.1",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"semver": "^7.0.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/libnpmaccess/node_modules/hosted-git-info": {
"version": "5.2.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"lru-cache": "^7.5.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/libnpmaccess/node_modules/hosted-git-info/node_modules/lru-cache": {
2023-03-30 00:06:42 +08:00
"version": "7.18.3",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=12"
}
},
"node_modules/libnpmaccess/node_modules/minipass": {
"version": "3.3.6",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"yallist": "^4.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/libnpmaccess/node_modules/npm-package-arg": {
"version": "9.1.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"hosted-git-info": "^5.0.0",
"proc-log": "^2.0.1",
"semver": "^7.3.5",
"validate-npm-package-name": "^4.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/libnpmaccess/node_modules/npm-registry-fetch": {
"version": "13.3.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"make-fetch-happen": "^10.0.6",
"minipass": "^3.1.6",
"minipass-fetch": "^2.0.3",
"minipass-json-stream": "^1.0.1",
"minizlib": "^2.1.2",
"npm-package-arg": "^9.0.1",
"proc-log": "^2.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/libnpmaccess/node_modules/proc-log": {
"version": "2.0.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/libnpmaccess/node_modules/semver": {
"version": "7.3.8",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/libnpmaccess/node_modules/validate-npm-package-name": {
"version": "4.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"builtins": "^5.0.0"
2023-03-30 00:06:42 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2023-03-30 00:06:42 +08:00
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/libnpmpublish": {
"version": "6.0.4",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"normalize-package-data": "^4.0.0",
"npm-package-arg": "^9.0.1",
"npm-registry-fetch": "^13.0.0",
2023-03-30 00:06:42 +08:00
"semver": "^7.3.7",
"ssri": "^9.0.0"
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/libnpmpublish/node_modules/builtins": {
"version": "5.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"semver": "^7.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/libnpmpublish/node_modules/hosted-git-info": {
"version": "5.2.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"lru-cache": "^7.5.1"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/libnpmpublish/node_modules/hosted-git-info/node_modules/lru-cache": {
"version": "7.18.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
"engines": {
"node": ">=12"
2023-03-30 00:06:42 +08:00
}
2022-05-18 16:52:35 +08:00
},
"node_modules/libnpmpublish/node_modules/minipass": {
"version": "3.3.6",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
2024-01-09 00:01:53 +08:00
"yallist": "^4.0.0"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=8"
2022-05-18 16:52:35 +08:00
}
2022-04-23 04:40:42 +08:00
},
"node_modules/libnpmpublish/node_modules/normalize-package-data": {
"version": "4.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "BSD-2-Clause",
2024-01-09 00:01:53 +08:00
"dependencies": {
"hosted-git-info": "^5.0.0",
"is-core-module": "^2.8.1",
2024-01-09 00:01:53 +08:00
"semver": "^7.3.5",
"validate-npm-package-license": "^3.0.4"
2024-01-09 00:01:53 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/libnpmpublish/node_modules/npm-package-arg": {
"version": "9.1.2",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"hosted-git-info": "^5.0.0",
"proc-log": "^2.0.1",
"semver": "^7.3.5",
"validate-npm-package-name": "^4.0.0"
2024-01-09 00:01:53 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/libnpmpublish/node_modules/npm-registry-fetch": {
"version": "13.3.1",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
"dependencies": {
"make-fetch-happen": "^10.0.6",
"minipass": "^3.1.6",
"minipass-fetch": "^2.0.3",
"minipass-json-stream": "^1.0.1",
"minizlib": "^2.1.2",
"npm-package-arg": "^9.0.1",
"proc-log": "^2.0.0"
2024-01-09 00:01:53 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/libnpmpublish/node_modules/proc-log": {
"version": "2.0.1",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/libnpmpublish/node_modules/semver": {
"version": "7.3.8",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2024-01-09 00:01:53 +08:00
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
2024-01-09 00:01:53 +08:00
},
"engines": {
"node": ">=10"
2023-03-30 00:06:42 +08:00
}
2022-05-18 16:52:35 +08:00
},
2024-01-09 00:01:53 +08:00
"node_modules/libnpmpublish/node_modules/validate-npm-package-name": {
"version": "4.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2024-01-09 00:01:53 +08:00
"dependencies": {
"builtins": "^5.0.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lilconfig": {
"version": "2.0.5",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=10"
2022-05-18 16:52:35 +08:00
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/lines-and-columns": {
"version": "1.2.4",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/linkify-it": {
2024-01-09 03:22:38 +08:00
"version": "5.0.0",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2024-01-09 03:22:38 +08:00
"uc.micro": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/linkifyjs": {
"version": "4.1.0",
2024-01-09 05:30:06 +08:00
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/lint-staged": {
"version": "13.0.3",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"cli-truncate": "^3.1.0",
"colorette": "^2.0.17",
"commander": "^9.3.0",
"debug": "^4.3.4",
"execa": "^6.1.0",
"lilconfig": "2.0.5",
"listr2": "^4.0.5",
"micromatch": "^4.0.5",
"normalize-path": "^3.0.0",
"object-inspect": "^1.12.2",
"pidtree": "^0.6.0",
"string-argv": "^0.3.1",
"yaml": "^2.1.1"
2023-03-30 00:06:42 +08:00
},
"bin": {
"lint-staged": "bin/lint-staged.js"
},
2022-04-23 04:40:42 +08:00
"engines": {
"node": "^14.13.1 || >=16.0.0"
2023-03-30 00:06:42 +08:00
},
"funding": {
"url": "https://opencollective.com/lint-staged"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lint-staged/node_modules/ansi-regex": {
"version": "6.0.1",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
}
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/lint-staged/node_modules/ansi-styles": {
"version": "6.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/lint-staged/node_modules/cli-truncate": {
"version": "3.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"slice-ansi": "^5.0.0",
"string-width": "^5.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/lint-staged/node_modules/color-convert": {
"version": "2.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"color-name": "~1.1.4"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=7.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/lint-staged/node_modules/color-name": {
"version": "1.1.4",
"dev": true,
"license": "MIT"
},
2023-03-30 00:06:42 +08:00
"node_modules/lint-staged/node_modules/commander": {
"version": "9.3.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
"node": "^12.20.0 || >=14"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lint-staged/node_modules/emoji-regex": {
"version": "9.2.2",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/lint-staged/node_modules/execa": {
"version": "6.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"cross-spawn": "^7.0.3",
"get-stream": "^6.0.1",
"human-signals": "^3.0.1",
2023-03-30 00:06:42 +08:00
"is-stream": "^3.0.0",
"merge-stream": "^2.0.0",
"npm-run-path": "^5.1.0",
"onetime": "^6.0.0",
"signal-exit": "^3.0.7",
"strip-final-newline": "^3.0.0"
},
2022-04-23 04:40:42 +08:00
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2023-03-30 00:06:42 +08:00
},
"funding": {
"url": "https://github.com/sindresorhus/execa?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lint-staged/node_modules/get-stream": {
"version": "6.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=10"
2022-04-23 04:40:42 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lint-staged/node_modules/human-signals": {
"version": "3.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "Apache-2.0",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=12.20.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lint-staged/node_modules/is-fullwidth-code-point": {
"version": "4.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lint-staged/node_modules/is-stream": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lint-staged/node_modules/listr2": {
"version": "4.0.5",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"cli-truncate": "^2.1.0",
"colorette": "^2.0.16",
"log-update": "^4.0.0",
"p-map": "^4.0.0",
2023-03-30 00:06:42 +08:00
"rfdc": "^1.3.0",
"rxjs": "^7.5.5",
"through": "^2.3.8",
"wrap-ansi": "^7.0.0"
2023-03-30 00:06:42 +08:00
},
"engines": {
"node": ">=12"
2023-03-30 00:06:42 +08:00
},
"peerDependencies": {
"enquirer": ">= 2.3.0 < 3"
},
"peerDependenciesMeta": {
"enquirer": {
"optional": true
}
2022-04-23 04:40:42 +08:00
}
},
"node_modules/lint-staged/node_modules/listr2/node_modules/ansi-regex": {
2023-03-30 00:06:42 +08:00
"version": "5.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2024-01-09 00:01:53 +08:00
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/lint-staged/node_modules/listr2/node_modules/ansi-styles": {
"version": "4.3.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"color-convert": "^2.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/lint-staged/node_modules/listr2/node_modules/cli-truncate": {
"version": "2.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2024-01-09 00:01:53 +08:00
"dependencies": {
"slice-ansi": "^3.0.0",
"string-width": "^4.2.0"
2024-01-09 00:01:53 +08:00
},
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/lint-staged/node_modules/listr2/node_modules/emoji-regex": {
"version": "8.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT"
},
"node_modules/lint-staged/node_modules/listr2/node_modules/is-fullwidth-code-point": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/lint-staged/node_modules/listr2/node_modules/slice-ansi": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"ansi-styles": "^4.0.0",
"astral-regex": "^2.0.0",
"is-fullwidth-code-point": "^3.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/lint-staged/node_modules/listr2/node_modules/string-width": {
"version": "4.2.3",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/lint-staged/node_modules/listr2/node_modules/strip-ansi": {
"version": "6.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-regex": "^5.0.1"
2024-01-09 00:01:53 +08:00
},
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/lint-staged/node_modules/mimic-fn": {
2023-03-30 00:06:42 +08:00
"version": "4.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/lint-staged/node_modules/npm-run-path": {
"version": "5.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"path-key": "^4.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2022-04-23 04:40:42 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/lint-staged/node_modules/onetime": {
"version": "6.0.0",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT",
"dependencies": {
"mimic-fn": "^4.0.0"
},
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/lint-staged/node_modules/path-key": {
"version": "4.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=12"
2022-04-23 04:40:42 +08:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lint-staged/node_modules/slice-ansi": {
"version": "5.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"ansi-styles": "^6.0.0",
"is-fullwidth-code-point": "^4.0.0"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lint-staged/node_modules/string-width": {
"version": "5.1.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"eastasianwidth": "^0.2.0",
"emoji-regex": "^9.2.2",
"strip-ansi": "^7.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
2022-04-23 04:40:42 +08:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lint-staged/node_modules/strip-ansi": {
"version": "7.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"ansi-regex": "^6.0.1"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lint-staged/node_modules/strip-final-newline": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lint-staged/node_modules/yaml": {
"version": "2.1.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 14"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/listr2": {
"version": "3.14.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"cli-truncate": "^2.1.0",
"colorette": "^2.0.16",
"log-update": "^4.0.0",
"p-map": "^4.0.0",
"rfdc": "^1.3.0",
"rxjs": "^7.5.1",
"through": "^2.3.8",
"wrap-ansi": "^7.0.0"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10.0.0"
},
"peerDependencies": {
"enquirer": ">= 2.3.0 < 3"
},
"peerDependenciesMeta": {
"enquirer": {
"optional": true
}
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/load-json-file": {
"version": "6.2.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"graceful-fs": "^4.1.15",
"parse-json": "^5.0.0",
"strip-bom": "^4.0.0",
"type-fest": "^0.6.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/load-json-file/node_modules/type-fest": {
"version": "0.6.0",
"dev": true,
"license": "(MIT OR CC0-1.0)",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=8"
}
},
"node_modules/load-tsconfig": {
"version": "0.2.3",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/loader-runner": {
"version": "4.3.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=6.11.5"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/loader-utils": {
"version": "2.0.4",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"big.js": "^5.2.2",
"emojis-list": "^3.0.0",
"json5": "^2.1.2"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=8.9.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/locate-path": {
"version": "2.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"p-locate": "^2.0.0",
"path-exists": "^3.0.0"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=4"
}
},
"node_modules/locate-path/node_modules/path-exists": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lodash": {
"version": "4.17.21",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/lodash.curry": {
"version": "4.1.1",
2024-01-09 05:30:06 +08:00
"dev": true,
"license": "MIT"
},
2023-03-30 00:06:42 +08:00
"node_modules/lodash.debounce": {
"version": "4.0.8",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/lodash.ismatch": {
"version": "4.4.0",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/lodash.merge": {
"version": "4.6.2",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/lodash.once": {
"version": "4.1.1",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/lodash.pick": {
"version": "4.4.0",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/lodash.sortby": {
"version": "4.7.0",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/log-symbols": {
"version": "4.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"chalk": "^4.1.0",
"is-unicode-supported": "^0.1.0"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-05-18 16:52:35 +08:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/log-symbols/node_modules/ansi-styles": {
"version": "4.3.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"color-convert": "^2.0.1"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/log-symbols/node_modules/chalk": {
"version": "4.1.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/log-symbols/node_modules/color-convert": {
"version": "2.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"color-name": "~1.1.4"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=7.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/log-symbols/node_modules/color-name": {
"version": "1.1.4",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/log-symbols/node_modules/has-flag": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/log-symbols/node_modules/supports-color": {
"version": "7.2.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"has-flag": "^4.0.0"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/log-update": {
"version": "4.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"ansi-escapes": "^4.3.0",
"cli-cursor": "^3.1.0",
"slice-ansi": "^4.0.0",
"wrap-ansi": "^6.2.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/log-update/node_modules/ansi-styles": {
"version": "4.3.0",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"color-convert": "^2.0.1"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/log-update/node_modules/color-convert": {
"version": "2.0.1",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"color-name": "~1.1.4"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=7.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/log-update/node_modules/color-name": {
"version": "1.1.4",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/log-update/node_modules/slice-ansi": {
"version": "4.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"ansi-styles": "^4.0.0",
"astral-regex": "^2.0.0",
"is-fullwidth-code-point": "^3.0.0"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/log-update/node_modules/wrap-ansi": {
"version": "6.2.0",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-styles": "^4.0.0",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0"
},
"engines": {
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/loose-envify": {
"version": "1.4.0",
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"js-tokens": "^3.0.0 || ^4.0.0"
},
"bin": {
"loose-envify": "cli.js"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lowlight": {
"version": "2.7.0",
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"@types/hast": "^2.0.0",
"fault": "^2.0.0",
"highlight.js": "~11.6.0"
},
2023-03-30 00:06:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/lru-cache": {
"version": "6.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"yallist": "^4.0.0"
},
"engines": {
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/magic-string": {
"version": "0.25.9",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"sourcemap-codec": "^1.4.8"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/make-dir": {
2022-04-23 04:40:42 +08:00
"version": "3.1.0",
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"semver": "^6.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/make-error": {
"version": "1.3.6",
"license": "ISC"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/make-fetch-happen": {
"version": "10.2.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"agentkeepalive": "^4.2.1",
"cacache": "^16.1.0",
"http-cache-semantics": "^4.1.0",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.0",
"is-lambda": "^1.0.1",
"lru-cache": "^7.7.1",
"minipass": "^3.1.6",
"minipass-collect": "^1.0.2",
"minipass-fetch": "^2.0.3",
"minipass-flush": "^1.0.5",
"minipass-pipeline": "^1.2.4",
"negotiator": "^0.6.3",
"promise-retry": "^2.0.1",
"socks-proxy-agent": "^7.0.0",
"ssri": "^9.0.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/make-fetch-happen/node_modules/@npmcli/fs": {
"version": "2.1.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@gar/promisify": "^1.1.3",
"semver": "^7.3.5"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/make-fetch-happen/node_modules/brace-expansion": {
"version": "2.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"balanced-match": "^1.0.0"
2022-05-18 16:52:35 +08:00
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/make-fetch-happen/node_modules/cacache": {
"version": "16.1.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@npmcli/fs": "^2.1.0",
"@npmcli/move-file": "^2.0.0",
"chownr": "^2.0.0",
"fs-minipass": "^2.1.0",
"glob": "^8.0.1",
"infer-owner": "^1.0.4",
"lru-cache": "^7.7.1",
"minipass": "^3.1.6",
"minipass-collect": "^1.0.2",
"minipass-flush": "^1.0.5",
"minipass-pipeline": "^1.2.4",
"mkdirp": "^1.0.4",
"p-map": "^4.0.0",
"promise-inflight": "^1.0.1",
"rimraf": "^3.0.2",
"ssri": "^9.0.0",
"tar": "^6.1.11",
"unique-filename": "^2.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/make-fetch-happen/node_modules/fs-minipass": {
"version": "2.1.0",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"minipass": "^3.0.0"
},
"engines": {
"node": ">= 8"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/make-fetch-happen/node_modules/glob": {
"version": "8.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^5.0.1",
"once": "^1.3.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/make-fetch-happen/node_modules/lru-cache": {
2023-03-29 23:57:21 +08:00
"version": "7.18.3",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
"engines": {
"node": ">=12"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/make-fetch-happen/node_modules/minimatch": {
"version": "5.1.6",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
"dependencies": {
2023-03-30 00:06:42 +08:00
"brace-expansion": "^2.0.1"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/make-fetch-happen/node_modules/minipass": {
"version": "3.3.6",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"yallist": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/make-fetch-happen/node_modules/semver": {
"version": "7.3.8",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/make-fetch-happen/node_modules/semver/node_modules/lru-cache": {
"version": "6.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
"dependencies": {
2023-03-30 00:06:42 +08:00
"yallist": "^4.0.0"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/make-fetch-happen/node_modules/unique-filename": {
"version": "2.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"unique-slug": "^3.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/make-fetch-happen/node_modules/unique-slug": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"imurmurhash": "^0.1.4"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/map-obj": {
"version": "4.3.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2022-05-18 16:52:35 +08:00
"node": ">=8"
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/markdown-it": {
2024-01-09 03:22:38 +08:00
"version": "14.0.0",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"argparse": "^2.0.1",
2024-01-09 03:22:38 +08:00
"entities": "^4.4.0",
"linkify-it": "^5.0.0",
"mdurl": "^2.0.0",
"punycode.js": "^2.3.1",
"uc.micro": "^2.0.0"
2023-03-30 00:06:42 +08:00
},
"bin": {
2024-01-09 03:22:38 +08:00
"markdown-it": "bin/markdown-it.mjs"
}
},
"node_modules/markdown-it/node_modules/entities": {
"version": "4.5.0",
2024-01-09 05:30:06 +08:00
"license": "BSD-2-Clause",
2024-01-09 03:22:38 +08:00
"engines": {
"node": ">=0.12"
},
"funding": {
"url": "https://github.com/fb55/entities?sponsor=1"
2023-03-30 00:06:42 +08:00
}
},
"node_modules/mdurl": {
2024-01-09 03:22:38 +08:00
"version": "2.0.0",
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/meow": {
"version": "8.1.2",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@types/minimist": "^1.2.0",
"camelcase-keys": "^6.2.2",
"decamelize-keys": "^1.1.0",
"hard-rejection": "^2.1.0",
"minimist-options": "4.1.0",
"normalize-package-data": "^3.0.0",
"read-pkg-up": "^7.0.1",
"redent": "^3.0.0",
"trim-newlines": "^3.0.0",
"type-fest": "^0.18.0",
"yargs-parser": "^20.2.3"
2022-05-18 16:52:35 +08:00
},
"engines": {
"node": ">=10"
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/sindresorhus"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/meow/node_modules/find-up": {
"version": "4.1.0",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"locate-path": "^5.0.0",
"path-exists": "^4.0.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/meow/node_modules/hosted-git-info": {
"version": "2.8.9",
2024-01-09 05:30:06 +08:00
"dev": true,
"license": "ISC"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/meow/node_modules/locate-path": {
"version": "5.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"p-locate": "^4.1.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
"node": ">=8"
}
2022-04-23 04:40:42 +08:00
},
2024-01-09 00:01:53 +08:00
"node_modules/meow/node_modules/p-limit": {
"version": "2.3.0",
2023-03-30 00:06:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2024-01-09 00:01:53 +08:00
"dependencies": {
"p-try": "^2.0.0"
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=6"
2022-05-18 16:52:35 +08:00
},
2024-01-09 00:01:53 +08:00
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/meow/node_modules/p-locate": {
"version": "4.1.0",
"dev": true,
2024-01-09 00:02:40 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2024-01-09 00:01:53 +08:00
"p-limit": "^2.2.0"
},
"engines": {
"node": ">=8"
2023-03-30 00:06:42 +08:00
}
},
"node_modules/meow/node_modules/p-try": {
"version": "2.2.0",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"engines": {
"node": ">=6"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/meow/node_modules/read-pkg": {
"version": "5.2.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@types/normalize-package-data": "^2.4.0",
"normalize-package-data": "^2.5.0",
"parse-json": "^5.0.0",
"type-fest": "^0.6.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/meow/node_modules/read-pkg-up": {
"version": "7.0.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"find-up": "^4.1.0",
"read-pkg": "^5.2.0",
"type-fest": "^0.8.1"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest": {
"version": "0.8.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "(MIT OR CC0-1.0)",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data": {
"version": "2.5.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "BSD-2-Clause",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"hosted-git-info": "^2.1.4",
"resolve": "^1.10.0",
"semver": "2 || 3 || 4 || 5",
"validate-npm-package-license": "^3.0.1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/meow/node_modules/read-pkg/node_modules/type-fest": {
"version": "0.6.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "(MIT OR CC0-1.0)",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/meow/node_modules/semver": {
"version": "5.7.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"bin": {
"semver": "bin/semver"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/meow/node_modules/type-fest": {
"version": "0.18.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "(MIT OR CC0-1.0)",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/merge-stream": {
"version": "2.0.0",
"dev": true,
"license": "MIT"
},
2023-03-30 00:06:42 +08:00
"node_modules/merge2": {
"version": "1.4.1",
"license": "MIT",
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 8"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/micromatch": {
"version": "4.0.5",
"license": "MIT",
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"braces": "^3.0.2",
"picomatch": "^2.3.1"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8.6"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/mime-db": {
"version": "1.52.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 0.6"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/mime-types": {
"version": "2.1.35",
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"mime-db": "1.52.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 0.6"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/mimic-fn": {
"version": "2.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=6"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/min-indent": {
"version": "1.0.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/minimatch": {
"version": "3.1.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"brace-expansion": "^1.1.7"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": "*"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/minimist": {
"version": "1.2.7",
2023-03-30 00:06:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/minimist-options": {
"version": "4.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"arrify": "^1.0.1",
"is-plain-obj": "^1.1.0",
"kind-of": "^6.0.3"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 6"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/minipass": {
"version": "4.2.5",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/minipass-collect": {
"version": "1.0.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"minipass": "^3.0.0"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/minipass-collect/node_modules/minipass": {
"version": "3.3.6",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"yallist": "^4.0.0"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/minipass-fetch": {
"version": "2.1.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"minipass": "^3.1.6",
"minipass-sized": "^1.0.3",
"minizlib": "^2.1.2"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
},
"optionalDependencies": {
"encoding": "^0.1.13"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/minipass-fetch/node_modules/minipass": {
"version": "3.3.6",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
"dependencies": {
2023-03-30 00:06:42 +08:00
"yallist": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/minipass-flush": {
"version": "1.0.5",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"minipass": "^3.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/minipass-flush/node_modules/minipass": {
"version": "3.3.6",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"yallist": "^4.0.0"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/minipass-json-stream": {
"version": "1.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"jsonparse": "^1.3.1",
"minipass": "^3.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/minipass-json-stream/node_modules/minipass": {
"version": "3.3.6",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"yallist": "^4.0.0"
},
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/minipass-pipeline": {
"version": "1.2.4",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"minipass": "^3.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/minipass-pipeline/node_modules/minipass": {
"version": "3.3.6",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"yallist": "^4.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/minipass-sized": {
"version": "1.0.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"minipass": "^3.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/minipass-sized/node_modules/minipass": {
"version": "3.3.6",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"yallist": "^4.0.0"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/minizlib": {
"version": "2.1.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"minipass": "^3.0.0",
"yallist": "^4.0.0"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">= 8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/minizlib/node_modules/minipass": {
"version": "3.3.6",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
"dependencies": {
2023-03-30 00:06:42 +08:00
"yallist": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/mkdirp": {
"version": "1.0.4",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"bin": {
"mkdirp": "bin/cmd.js"
},
"engines": {
"node": ">=10"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/mkdirp-infer-owner": {
2022-04-23 04:40:42 +08:00
"version": "2.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"chownr": "^2.0.0",
"infer-owner": "^1.0.4",
"mkdirp": "^1.0.3"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/modify-values": {
"version": "1.0.1",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ms": {
"version": "2.1.2",
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/multimatch": {
"version": "5.0.0",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@types/minimatch": "^3.0.3",
"array-differ": "^3.0.0",
"array-union": "^2.1.0",
"arrify": "^2.0.1",
"minimatch": "^3.0.4"
2022-05-18 16:52:35 +08:00
},
"engines": {
"node": ">=10"
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/sindresorhus"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/multimatch/node_modules/arrify": {
"version": "2.0.1",
"dev": true,
"license": "MIT",
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/mute-stream": {
"version": "0.0.8",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "ISC"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/mz": {
"version": "2.7.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"any-promise": "^1.0.0",
"object-assign": "^4.0.1",
"thenify-all": "^1.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/nanoid": {
2024-01-09 03:22:38 +08:00
"version": "3.3.7",
2023-07-26 17:16:22 +08:00
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
2024-01-09 05:30:06 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"bin": {
2023-03-30 00:06:42 +08:00
"nanoid": "bin/nanoid.cjs"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/natural-compare": {
"version": "1.4.0",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/negotiator": {
"version": "0.6.3",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">= 0.6"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/neo-async": {
"version": "2.6.2",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/node-addon-api": {
"version": "3.2.1",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/node-fetch": {
"version": "2.6.7",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"whatwg-url": "^5.0.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "4.x || >=6.0.0"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"peerDependencies": {
"encoding": "^0.1.0"
},
"peerDependenciesMeta": {
"encoding": {
"optional": true
}
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/node-gyp": {
"version": "9.3.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"env-paths": "^2.2.0",
"glob": "^7.1.4",
"graceful-fs": "^4.2.6",
"make-fetch-happen": "^10.0.3",
"nopt": "^6.0.0",
"npmlog": "^6.0.0",
"rimraf": "^3.0.2",
"semver": "^7.3.5",
"tar": "^6.1.2",
"which": "^2.0.2"
2022-04-23 04:40:42 +08:00
},
"bin": {
2023-03-30 00:06:42 +08:00
"node-gyp": "bin/node-gyp.js"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.13 || ^14.13 || >=16"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/node-gyp-build": {
"version": "4.6.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"bin": {
"node-gyp-build": "bin.js",
"node-gyp-build-optional": "optional.js",
"node-gyp-build-test": "build-test.js"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/node-gyp/node_modules/abbrev": {
"version": "1.1.1",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "ISC"
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/node-gyp/node_modules/are-we-there-yet": {
"version": "3.0.1",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
"delegates": "^1.0.0",
"readable-stream": "^3.6.0"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/node-gyp/node_modules/gauge": {
2022-07-07 01:10:10 +08:00
"version": "4.0.4",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
"aproba": "^1.0.3 || ^2.0.0",
"color-support": "^1.1.3",
"console-control-strings": "^1.1.0",
"has-unicode": "^2.0.1",
"signal-exit": "^3.0.7",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"wide-align": "^1.1.5"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/node-gyp/node_modules/nopt": {
"version": "6.0.0",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"abbrev": "^1.0.0"
},
"bin": {
"nopt": "bin/nopt.js"
2022-07-07 01:10:10 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/node-gyp/node_modules/npmlog": {
"version": "6.0.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"are-we-there-yet": "^3.0.0",
"console-control-strings": "^1.1.0",
"gauge": "^4.0.3",
"set-blocking": "^2.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/node-gyp/node_modules/semver": {
"version": "7.3.8",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/node-releases": {
"version": "2.0.5",
"dev": true,
"license": "MIT"
},
2023-03-30 00:06:42 +08:00
"node_modules/nopt": {
"version": "7.1.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
"dependencies": {
2023-03-30 00:06:42 +08:00
"abbrev": "^2.0.0"
},
"bin": {
"nopt": "bin/nopt.js"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/normalize-package-data": {
"version": "3.0.3",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "BSD-2-Clause",
2023-03-30 00:06:42 +08:00
"dependencies": {
"hosted-git-info": "^4.0.1",
"is-core-module": "^2.5.0",
"semver": "^7.3.4",
"validate-npm-package-license": "^3.0.1"
2023-03-30 00:06:42 +08:00
},
"engines": {
"node": ">=10"
}
},
"node_modules/normalize-package-data/node_modules/hosted-git-info": {
"version": "4.1.0",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
"lru-cache": "^6.0.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/normalize-package-data/node_modules/semver": {
"version": "7.3.8",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/normalize-path": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/normalize-range": {
"version": "0.1.2",
"dev": true,
"license": "MIT",
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-bundled": {
"version": "3.0.0",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"npm-normalize-package-bin": "^3.0.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-install-checks": {
"version": "6.1.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "BSD-2-Clause",
"dependencies": {
2023-03-30 00:06:42 +08:00
"semver": "^7.1.1"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-install-checks/node_modules/semver": {
"version": "7.3.8",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-normalize-package-bin": {
"version": "3.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-package-arg": {
"version": "6.1.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"hosted-git-info": "^2.7.1",
"osenv": "^0.1.5",
"semver": "^5.6.0",
"validate-npm-package-name": "^3.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-package-arg/node_modules/hosted-git-info": {
"version": "2.8.9",
"dev": true,
"license": "ISC"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-package-arg/node_modules/semver": {
"version": "5.7.1",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "ISC",
2023-03-30 00:06:42 +08:00
"bin": {
"semver": "bin/semver"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-packlist": {
"version": "5.1.1",
2022-07-06 18:59:02 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-06 18:59:02 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"glob": "^8.0.1",
"ignore-walk": "^5.0.1",
"npm-bundled": "^1.1.2",
"npm-normalize-package-bin": "^1.0.1"
2022-07-06 18:59:02 +08:00
},
"bin": {
2023-03-30 00:06:42 +08:00
"npm-packlist": "bin/index.js"
2022-07-06 18:59:02 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-packlist/node_modules/brace-expansion": {
"version": "2.0.1",
2022-07-06 18:59:02 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"balanced-match": "^1.0.0"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-packlist/node_modules/glob": {
"version": "8.1.0",
2022-07-06 18:59:02 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^5.0.1",
"once": "^1.3.0"
},
2022-07-06 18:59:02 +08:00
"engines": {
"node": ">=12"
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/isaacs"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-packlist/node_modules/minimatch": {
"version": "5.1.6",
2022-07-06 18:59:02 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-06 18:59:02 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"brace-expansion": "^2.0.1"
2022-07-06 18:59:02 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-packlist/node_modules/npm-bundled": {
"version": "1.1.2",
2022-07-06 18:59:02 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-06 18:59:02 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"npm-normalize-package-bin": "^1.0.1"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-packlist/node_modules/npm-normalize-package-bin": {
"version": "1.0.1",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "ISC"
2022-07-06 18:59:02 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-pick-manifest": {
"version": "8.0.1",
2022-07-06 18:59:02 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"npm-install-checks": "^6.0.0",
"npm-normalize-package-bin": "^3.0.0",
"npm-package-arg": "^10.0.0",
"semver": "^7.3.5"
},
2022-07-06 18:59:02 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-pick-manifest/node_modules/builtins": {
"version": "5.0.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"semver": "^7.0.0"
}
2022-07-06 18:59:02 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-pick-manifest/node_modules/npm-package-arg": {
"version": "10.1.0",
2022-07-06 18:59:02 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-06 18:59:02 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"hosted-git-info": "^6.0.0",
"proc-log": "^3.0.0",
"semver": "^7.3.5",
"validate-npm-package-name": "^5.0.0"
2022-07-06 18:59:02 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-pick-manifest/node_modules/semver": {
"version": "7.3.8",
2022-07-06 18:59:02 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
2022-07-06 18:59:02 +08:00
"engines": {
"node": ">=10"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-pick-manifest/node_modules/validate-npm-package-name": {
"version": "5.0.0",
2022-07-06 18:59:02 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"builtins": "^5.0.0"
},
2022-07-06 18:59:02 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-registry-fetch": {
"version": "14.0.3",
2022-07-06 18:59:02 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"make-fetch-happen": "^11.0.0",
"minipass": "^4.0.0",
2023-03-30 00:06:42 +08:00
"minipass-fetch": "^3.0.0",
"minipass-json-stream": "^1.0.1",
"minizlib": "^2.1.2",
"npm-package-arg": "^10.0.0",
"proc-log": "^3.0.0"
2022-07-06 18:59:02 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-registry-fetch/node_modules/builtins": {
"version": "5.0.1",
2022-07-06 18:59:02 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-07-06 18:59:02 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"semver": "^7.0.0"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-registry-fetch/node_modules/lru-cache": {
"version": "7.18.3",
2022-07-06 18:59:02 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-06 18:59:02 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-registry-fetch/node_modules/make-fetch-happen": {
"version": "11.0.3",
2022-07-06 18:59:02 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-06 18:59:02 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"agentkeepalive": "^4.2.1",
"cacache": "^17.0.0",
"http-cache-semantics": "^4.1.1",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.0",
"is-lambda": "^1.0.1",
"lru-cache": "^7.7.1",
"minipass": "^4.0.0",
2023-03-30 00:06:42 +08:00
"minipass-fetch": "^3.0.0",
"minipass-flush": "^1.0.5",
"minipass-pipeline": "^1.2.4",
"negotiator": "^0.6.3",
"promise-retry": "^2.0.1",
"socks-proxy-agent": "^7.0.0",
"ssri": "^10.0.0"
2022-07-06 18:59:02 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-registry-fetch/node_modules/minipass-fetch": {
"version": "3.0.1",
2022-07-06 18:59:02 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-07-06 18:59:02 +08:00
"dependencies": {
"minipass": "^4.0.0",
2023-03-30 00:06:42 +08:00
"minipass-sized": "^1.0.3",
"minizlib": "^2.1.2"
2022-07-06 18:59:02 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-06 18:59:02 +08:00
},
2023-03-30 00:06:42 +08:00
"optionalDependencies": {
"encoding": "^0.1.13"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-registry-fetch/node_modules/npm-package-arg": {
"version": "10.1.0",
2022-07-06 18:59:02 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"hosted-git-info": "^6.0.0",
"proc-log": "^3.0.0",
"semver": "^7.3.5",
"validate-npm-package-name": "^5.0.0"
},
2022-07-06 18:59:02 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-registry-fetch/node_modules/semver": {
"version": "7.3.8",
2022-07-06 18:59:02 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-06 18:59:02 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
2022-07-06 18:59:02 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-registry-fetch/node_modules/semver/node_modules/lru-cache": {
"version": "6.0.0",
2022-07-06 18:59:02 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-06 18:59:02 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"yallist": "^4.0.0"
2022-07-06 18:59:02 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-registry-fetch/node_modules/ssri": {
"version": "10.0.1",
2022-07-06 18:59:02 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-06 18:59:02 +08:00
"dependencies": {
"minipass": "^4.0.0"
2022-07-06 18:59:02 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-registry-fetch/node_modules/validate-npm-package-name": {
"version": "5.0.0",
2022-07-06 18:59:02 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"builtins": "^5.0.0"
2022-07-06 18:59:02 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npm-run-path": {
"version": "4.0.1",
2022-07-06 18:59:02 +08:00
"dev": true,
"license": "MIT",
2022-07-06 18:59:02 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"path-key": "^3.0.0"
2022-07-06 18:59:02 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/npmlog": {
"version": "4.1.2",
2022-07-06 18:59:02 +08:00
"dev": true,
"license": "ISC",
2022-07-06 18:59:02 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"are-we-there-yet": "~1.1.2",
"console-control-strings": "~1.1.0",
"gauge": "~2.7.3",
"set-blocking": "~2.0.0"
}
},
"node_modules/nth-check": {
"version": "2.1.1",
"dev": true,
"license": "BSD-2-Clause",
2023-03-30 00:06:42 +08:00
"dependencies": {
"boolbase": "^1.0.0"
2022-07-06 18:59:02 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/fb55/nth-check?sponsor=1"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/number-is-nan": {
"version": "1.0.1",
2022-07-06 18:59:02 +08:00
"dev": true,
"license": "MIT",
2022-07-06 18:59:02 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/nx": {
"version": "15.8.9",
2022-07-06 18:59:02 +08:00
"dev": true,
2023-03-30 00:06:42 +08:00
"hasInstallScript": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-07-06 18:59:02 +08:00
"dependencies": {
"@nrwl/cli": "15.8.9",
"@nrwl/tao": "15.8.9",
2023-03-30 00:06:42 +08:00
"@parcel/watcher": "2.0.4",
"@yarnpkg/lockfile": "^1.1.0",
"@yarnpkg/parsers": "^3.0.0-rc.18",
2023-03-30 00:06:42 +08:00
"@zkochan/js-yaml": "0.0.6",
"axios": "^1.0.0",
"chalk": "^4.1.0",
"cli-cursor": "3.1.0",
"cli-spinners": "2.6.1",
"cliui": "^7.0.2",
"dotenv": "~10.0.0",
"enquirer": "~2.3.6",
"fast-glob": "3.2.7",
"figures": "3.2.0",
"flat": "^5.0.2",
"fs-extra": "^11.1.0",
"glob": "7.1.4",
"ignore": "^5.0.4",
"js-yaml": "4.1.0",
"jsonc-parser": "3.2.0",
"lines-and-columns": "~2.0.3",
"minimatch": "3.0.5",
"npm-run-path": "^4.0.1",
"open": "^8.4.0",
"semver": "7.3.4",
2023-03-30 00:06:42 +08:00
"string-width": "^4.2.3",
"strong-log-transformer": "^2.1.0",
"tar-stream": "~2.2.0",
"tmp": "~0.2.1",
"tsconfig-paths": "^4.1.2",
"tslib": "^2.3.0",
"v8-compile-cache": "2.3.0",
"yargs": "^17.6.2",
"yargs-parser": "21.1.1"
2022-07-06 18:59:02 +08:00
},
2023-03-30 00:06:42 +08:00
"bin": {
"nx": "bin/nx.js"
2022-07-06 18:59:02 +08:00
},
2023-03-30 00:06:42 +08:00
"optionalDependencies": {
"@nrwl/nx-darwin-arm64": "15.8.9",
"@nrwl/nx-darwin-x64": "15.8.9",
"@nrwl/nx-linux-arm-gnueabihf": "15.8.9",
"@nrwl/nx-linux-arm64-gnu": "15.8.9",
"@nrwl/nx-linux-arm64-musl": "15.8.9",
"@nrwl/nx-linux-x64-gnu": "15.8.9",
"@nrwl/nx-linux-x64-musl": "15.8.9",
"@nrwl/nx-win32-arm64-msvc": "15.8.9",
"@nrwl/nx-win32-x64-msvc": "15.8.9"
2023-03-30 00:06:42 +08:00
},
"peerDependencies": {
"@swc-node/register": "^1.4.2",
"@swc/core": "^1.2.173"
},
"peerDependenciesMeta": {
"@swc-node/register": {
"optional": true
},
"@swc/core": {
"optional": true
}
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/nx/node_modules/ansi-styles": {
"version": "4.3.0",
2022-07-06 18:59:02 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-07-06 18:59:02 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"color-convert": "^2.0.1"
2022-07-06 18:59:02 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-07-06 18:59:02 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/nx/node_modules/chalk": {
"version": "4.1.2",
2022-07-06 18:59:02 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-07-06 18:59:02 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
2022-07-06 18:59:02 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-07-06 18:59:02 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/chalk/chalk?sponsor=1"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/nx/node_modules/color-convert": {
"version": "2.0.1",
2022-07-06 18:59:02 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"color-name": "~1.1.4"
2022-07-06 18:59:02 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=7.0.0"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/nx/node_modules/color-name": {
"version": "1.1.4",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2022-07-06 18:59:02 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/nx/node_modules/fast-glob": {
"version": "3.2.7",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@nodelib/fs.stat": "^2.0.2",
"@nodelib/fs.walk": "^1.2.3",
"glob-parent": "^5.1.2",
"merge2": "^1.3.0",
"micromatch": "^4.0.4"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/nx/node_modules/fs-extra": {
"version": "11.1.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"graceful-fs": "^4.2.0",
"jsonfile": "^6.0.1",
"universalify": "^2.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=14.14"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/nx/node_modules/glob": {
"version": "7.1.4",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "*"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/nx/node_modules/has-flag": {
"version": "4.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
}
},
"node_modules/nx/node_modules/lines-and-columns": {
"version": "2.0.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/nx/node_modules/minimatch": {
"version": "3.0.5",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"brace-expansion": "^1.1.7"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "*"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/nx/node_modules/semver": {
"version": "7.3.4",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/nx/node_modules/strip-bom": {
2022-04-23 04:40:42 +08:00
"version": "3.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=4"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/nx/node_modules/supports-color": {
"version": "7.2.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"has-flag": "^4.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/nx/node_modules/tsconfig-paths": {
"version": "4.1.2",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"json5": "^2.2.2",
"minimist": "^1.2.6",
"strip-bom": "^3.0.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=6"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/nx/node_modules/yargs": {
"version": "17.7.1",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"cliui": "^8.0.1",
"escalade": "^3.1.1",
"get-caller-file": "^2.0.5",
"require-directory": "^2.1.1",
"string-width": "^4.2.3",
"y18n": "^5.0.5",
"yargs-parser": "^21.1.1"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/nx/node_modules/yargs-parser": {
"version": "21.1.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=12"
}
},
"node_modules/nx/node_modules/yargs/node_modules/cliui": {
"version": "8.0.1",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"string-width": "^4.2.0",
"strip-ansi": "^6.0.1",
"wrap-ansi": "^7.0.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/object-assign": {
"version": "4.1.1",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=0.10.0"
}
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/object-hash": {
2023-07-26 17:16:22 +08:00
"version": "3.0.0",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 6"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/object-inspect": {
"version": "1.12.2",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/object-keys": {
"version": "1.1.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 0.4"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/object.assign": {
"version": "4.1.2",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
"call-bind": "^1.0.0",
"define-properties": "^1.1.3",
"has-symbols": "^1.0.1",
2023-03-30 00:06:42 +08:00
"object-keys": "^1.1.1"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 0.4"
2022-05-18 16:52:35 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/ljharb"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/object.entries": {
"version": "1.1.5",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"call-bind": "^1.0.2",
"define-properties": "^1.1.3",
"es-abstract": "^1.19.1"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 0.4"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/object.omit": {
"version": "3.0.0",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"is-extendable": "^1.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/object.pick": {
"version": "1.3.0",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"isobject": "^3.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/object.values": {
"version": "1.1.5",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"call-bind": "^1.0.2",
"define-properties": "^1.1.3",
"es-abstract": "^1.19.1"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">= 0.4"
2022-04-23 04:40:42 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/ljharb"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/once": {
"version": "1.4.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"wrappy": "1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/onetime": {
"version": "5.1.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"mimic-fn": "^2.1.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=6"
2022-04-23 04:40:42 +08:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/open": {
"version": "8.4.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"define-lazy-prop": "^2.0.0",
"is-docker": "^2.1.1",
"is-wsl": "^2.2.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/optionator": {
"version": "0.9.1",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT",
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"deep-is": "^0.1.3",
"fast-levenshtein": "^2.0.6",
"levn": "^0.4.1",
"prelude-ls": "^1.2.1",
"type-check": "^0.4.0",
"word-wrap": "^1.2.3"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">= 0.8.0"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ora": {
"version": "5.4.1",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"bl": "^4.1.0",
"chalk": "^4.1.0",
"cli-cursor": "^3.1.0",
"cli-spinners": "^2.5.0",
"is-interactive": "^1.0.0",
"is-unicode-supported": "^0.1.0",
"log-symbols": "^4.1.0",
"strip-ansi": "^6.0.0",
"wcwidth": "^1.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ora/node_modules/ansi-styles": {
"version": "4.3.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"color-convert": "^2.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=8"
2023-03-30 00:06:42 +08:00
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ora/node_modules/chalk": {
"version": "4.1.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/chalk/chalk?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ora/node_modules/color-convert": {
"version": "2.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"color-name": "~1.1.4"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=7.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ora/node_modules/color-name": {
"version": "1.1.4",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/ora/node_modules/has-flag": {
"version": "4.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ora/node_modules/supports-color": {
"version": "7.2.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"has-flag": "^4.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/orderedmap": {
"version": "2.0.0",
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/os-homedir": {
"version": "1.0.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/os-tmpdir": {
"version": "1.0.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/osenv": {
"version": "0.1.5",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"os-homedir": "^1.0.0",
"os-tmpdir": "^1.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ospath": {
"version": "1.2.2",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/p-finally": {
"version": "1.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/p-limit": {
"version": "1.3.0",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"p-try": "^1.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/p-locate": {
"version": "2.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"p-limit": "^1.1.0"
2023-03-30 00:06:42 +08:00
},
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/p-map": {
"version": "4.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"aggregate-error": "^3.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/p-map-series": {
2022-04-23 04:40:42 +08:00
"version": "2.1.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/p-pipe": {
"version": "3.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/p-queue": {
"version": "6.6.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"eventemitter3": "^4.0.4",
"p-timeout": "^3.2.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/p-reduce": {
"version": "2.1.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=8"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/p-timeout": {
"version": "3.2.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"p-finally": "^1.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/p-try": {
"version": "1.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/p-waterfall": {
"version": "2.1.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"p-reduce": "^2.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/pacote": {
"version": "13.6.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@npmcli/git": "^3.0.0",
"@npmcli/installed-package-contents": "^1.0.7",
"@npmcli/promise-spawn": "^3.0.0",
"@npmcli/run-script": "^4.1.0",
"cacache": "^16.0.0",
"chownr": "^2.0.0",
"fs-minipass": "^2.1.0",
"infer-owner": "^1.0.4",
"minipass": "^3.1.6",
"mkdirp": "^1.0.4",
"npm-package-arg": "^9.0.0",
"npm-packlist": "^5.1.0",
"npm-pick-manifest": "^7.0.0",
"npm-registry-fetch": "^13.0.1",
"proc-log": "^2.0.0",
2023-03-30 00:06:42 +08:00
"promise-retry": "^2.0.1",
"read-package-json": "^5.0.0",
"read-package-json-fast": "^2.0.3",
"rimraf": "^3.0.2",
"ssri": "^9.0.0",
2023-03-30 00:06:42 +08:00
"tar": "^6.1.11"
},
"bin": {
"pacote": "lib/bin.js"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/pacote/node_modules/@npmcli/fs": {
"version": "2.1.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@gar/promisify": "^1.1.3",
"semver": "^7.3.5"
2023-03-30 00:06:42 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/pacote/node_modules/@npmcli/installed-package-contents": {
"version": "1.0.7",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
"dependencies": {
"npm-bundled": "^1.1.1",
"npm-normalize-package-bin": "^1.0.1"
},
"bin": {
"installed-package-contents": "index.js"
},
"engines": {
"node": ">= 10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/pacote/node_modules/brace-expansion": {
"version": "2.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"balanced-match": "^1.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/pacote/node_modules/builtins": {
"version": "5.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"semver": "^7.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/pacote/node_modules/cacache": {
"version": "16.1.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@npmcli/fs": "^2.1.0",
"@npmcli/move-file": "^2.0.0",
"chownr": "^2.0.0",
"fs-minipass": "^2.1.0",
"glob": "^8.0.1",
"infer-owner": "^1.0.4",
"lru-cache": "^7.7.1",
"minipass": "^3.1.6",
"minipass-collect": "^1.0.2",
"minipass-flush": "^1.0.5",
"minipass-pipeline": "^1.2.4",
"mkdirp": "^1.0.4",
"p-map": "^4.0.0",
"promise-inflight": "^1.0.1",
"rimraf": "^3.0.2",
"ssri": "^9.0.0",
"tar": "^6.1.11",
"unique-filename": "^2.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/pacote/node_modules/fs-minipass": {
"version": "2.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
"dependencies": {
"minipass": "^3.0.0"
2024-01-09 00:01:53 +08:00
},
"engines": {
"node": ">= 8"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/pacote/node_modules/glob": {
"version": "8.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2024-01-09 00:01:53 +08:00
"dependencies": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^5.0.1",
"once": "^1.3.0"
2024-01-09 00:01:53 +08:00
},
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/pacote/node_modules/hosted-git-info": {
"version": "5.2.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"lru-cache": "^7.5.1"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/pacote/node_modules/lru-cache": {
2024-01-09 03:22:38 +08:00
"version": "7.18.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/pacote/node_modules/minimatch": {
"version": "5.1.6",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"brace-expansion": "^2.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/pacote/node_modules/minipass": {
"version": "3.3.6",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
"dependencies": {
"yallist": "^4.0.0"
},
2022-05-18 16:52:35 +08:00
"engines": {
"node": ">=8"
}
},
"node_modules/pacote/node_modules/npm-bundled": {
"version": "1.1.2",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
"dependencies": {
"npm-normalize-package-bin": "^1.0.1"
}
2022-04-23 04:40:42 +08:00
},
"node_modules/pacote/node_modules/npm-install-checks": {
"version": "5.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "BSD-2-Clause",
2023-03-30 00:06:42 +08:00
"dependencies": {
"semver": "^7.1.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/pacote/node_modules/npm-normalize-package-bin": {
"version": "1.0.1",
2024-01-09 05:30:06 +08:00
"dev": true,
"license": "ISC"
},
2024-01-09 00:01:53 +08:00
"node_modules/pacote/node_modules/npm-package-arg": {
"version": "9.1.2",
2024-01-08 19:54:37 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2024-01-09 00:01:53 +08:00
"dependencies": {
"hosted-git-info": "^5.0.0",
"proc-log": "^2.0.1",
2024-01-09 00:01:53 +08:00
"semver": "^7.3.5",
"validate-npm-package-name": "^4.0.0"
2024-01-09 00:01:53 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/pacote/node_modules/npm-pick-manifest": {
"version": "7.0.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"npm-install-checks": "^5.0.0",
"npm-normalize-package-bin": "^2.0.0",
"npm-package-arg": "^9.0.0",
"semver": "^7.3.5"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/pacote/node_modules/npm-pick-manifest/node_modules/npm-normalize-package-bin": {
"version": "2.0.0",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/pacote/node_modules/npm-registry-fetch": {
"version": "13.3.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"make-fetch-happen": "^10.0.6",
"minipass": "^3.1.6",
"minipass-fetch": "^2.0.3",
"minipass-json-stream": "^1.0.1",
"minizlib": "^2.1.2",
"npm-package-arg": "^9.0.1",
"proc-log": "^2.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/pacote/node_modules/proc-log": {
"version": "2.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/pacote/node_modules/read-package-json-fast": {
"version": "2.0.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"json-parse-even-better-errors": "^2.3.0",
"npm-normalize-package-bin": "^1.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/pacote/node_modules/semver": {
"version": "7.3.8",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2024-01-09 00:01:53 +08:00
"lru-cache": "^6.0.0"
2022-04-23 04:40:42 +08:00
},
"bin": {
2024-01-09 00:01:53 +08:00
"semver": "bin/semver.js"
2022-04-23 04:40:42 +08:00
},
"engines": {
2024-01-09 00:01:53 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/pacote/node_modules/semver/node_modules/lru-cache": {
"version": "6.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"yallist": "^4.0.0"
2023-03-30 00:06:42 +08:00
},
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/pacote/node_modules/unique-filename": {
"version": "2.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"unique-slug": "^3.0.0"
},
2024-01-09 00:01:53 +08:00
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/pacote/node_modules/unique-slug": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "ISC",
2024-01-09 00:01:53 +08:00
"dependencies": {
"imurmurhash": "^0.1.4"
2024-01-09 00:01:53 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/pacote/node_modules/validate-npm-package-name": {
"version": "4.0.0",
2024-01-09 00:01:53 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2024-01-09 00:01:53 +08:00
"dependencies": {
"builtins": "^5.0.0"
2024-01-09 00:01:53 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/parent-module": {
"version": "1.0.1",
"dev": true,
"license": "MIT",
2024-01-09 00:01:53 +08:00
"dependencies": {
"callsites": "^3.0.0"
},
"engines": {
"node": ">=6"
}
},
2024-01-09 00:01:53 +08:00
"node_modules/parse-conflict-json": {
"version": "3.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2024-01-09 00:01:53 +08:00
"dependencies": {
"json-parse-even-better-errors": "^3.0.0",
"just-diff": "^6.0.0",
2023-03-30 00:06:42 +08:00
"just-diff-apply": "^5.2.0"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/parse-conflict-json/node_modules/json-parse-even-better-errors": {
"version": "3.0.0",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/parse-json": {
"version": "5.2.0",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"@babel/code-frame": "^7.0.0",
"error-ex": "^1.3.1",
"json-parse-even-better-errors": "^2.3.0",
"lines-and-columns": "^1.1.6"
},
"engines": {
"node": ">=8"
2023-03-29 23:57:21 +08:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/parse-path": {
"version": "7.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"protocols": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/parse-url": {
"version": "8.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"parse-path": "^7.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/path-exists": {
"version": "4.0.0",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/path-is-absolute": {
2022-04-23 04:40:42 +08:00
"version": "1.0.1",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=0.10.0"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/path-is-network-drive": {
"version": "1.0.20",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"tslib": "^2"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/path-key": {
"version": "3.1.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/path-parse": {
"version": "1.0.7",
"dev": true,
"license": "MIT"
},
2023-03-30 00:06:42 +08:00
"node_modules/path-scurry": {
"version": "1.6.3",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "BlueOak-1.0.0",
"dependencies": {
"lru-cache": "^7.14.1",
"minipass": "^4.0.2"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=16 || 14 >=14.17"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/path-scurry/node_modules/lru-cache": {
"version": "7.18.3",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/path-strip-sep": {
"version": "1.0.17",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
"dependencies": {
2023-03-30 00:06:42 +08:00
"tslib": "^2"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/path-type": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/pend": {
"version": "1.2.0",
"dev": true,
"license": "MIT"
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/performance-now": {
"version": "2.1.0",
"dev": true,
"license": "MIT"
2022-07-07 01:10:10 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/picocolors": {
"version": "1.0.0",
"license": "ISC"
2023-03-30 00:06:42 +08:00
},
"node_modules/picomatch": {
"version": "2.3.1",
"license": "MIT",
2022-07-07 01:10:10 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8.6"
},
"funding": {
"url": "https://github.com/sponsors/jonschlinkert"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/pidtree": {
"version": "0.6.0",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"bin": {
"pidtree": "bin/pidtree.js"
},
2022-07-07 01:10:10 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/pify": {
"version": "2.3.0",
"dev": true,
"license": "MIT",
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/pirates": {
"version": "4.0.5",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 6"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/pkg-dir": {
"version": "4.2.0",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"find-up": "^4.0.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/pkg-dir/node_modules/find-up": {
"version": "4.1.0",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"locate-path": "^5.0.0",
"path-exists": "^4.0.0"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/pkg-dir/node_modules/locate-path": {
"version": "5.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"p-locate": "^4.1.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/pkg-dir/node_modules/p-limit": {
"version": "2.3.0",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"p-try": "^2.0.0"
},
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/pkg-dir/node_modules/p-locate": {
"version": "4.1.0",
2022-07-07 01:10:10 +08:00
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"p-limit": "^2.2.0"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/pkg-dir/node_modules/p-try": {
"version": "2.2.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/postcss": {
2024-01-09 03:22:38 +08:00
"version": "8.4.33",
2023-03-30 00:06:42 +08:00
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/postcss"
2023-07-26 17:16:22 +08:00
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
2023-03-30 00:06:42 +08:00
}
],
2024-01-09 05:30:06 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2024-01-09 03:22:38 +08:00
"nanoid": "^3.3.7",
2023-03-30 00:06:42 +08:00
"picocolors": "^1.0.0",
"source-map-js": "^1.0.2"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^10 || ^12 || >=14"
2022-07-07 01:10:10 +08:00
}
},
2023-07-26 17:16:22 +08:00
"node_modules/postcss-import": {
"version": "15.1.0",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-07-26 17:16:22 +08:00
"postcss-value-parser": "^4.0.0",
"read-cache": "^1.0.0",
"resolve": "^1.1.7"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-07-26 17:16:22 +08:00
"node": ">=14.0.0"
2023-03-30 00:06:42 +08:00
},
2023-07-26 17:16:22 +08:00
"peerDependencies": {
"postcss": "^8.0.0"
2022-07-07 01:10:10 +08:00
}
},
2023-07-26 17:16:22 +08:00
"node_modules/postcss-js": {
"version": "4.0.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-07-26 17:16:22 +08:00
"dependencies": {
"camelcase-css": "^2.0.1"
},
"engines": {
"node": "^12 || ^14 || >= 16"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"peerDependencies": {
"postcss": "^8.4.21"
}
},
"node_modules/postcss-load-config": {
"version": "3.1.4",
"dev": true,
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"lilconfig": "^2.0.5",
"yaml": "^1.10.2"
2022-07-07 01:10:10 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 10"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"peerDependencies": {
"postcss": ">=8.0.9",
"ts-node": ">=9.0.0"
},
"peerDependenciesMeta": {
"postcss": {
"optional": true
},
"ts-node": {
"optional": true
}
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/postcss-nested": {
2023-07-26 17:16:22 +08:00
"version": "6.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-07-26 17:16:22 +08:00
"postcss-selector-parser": "^6.0.11"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"peerDependencies": {
"postcss": "^8.2.14"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/postcss-selector-parser": {
"version": "6.0.13",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"cssesc": "^3.0.0",
"util-deprecate": "^1.0.2"
},
"engines": {
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/postcss-value-parser": {
"version": "4.2.0",
"dev": true,
"license": "MIT"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/prelude-ls": {
"version": "1.2.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 0.8.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/pretty-bytes": {
"version": "5.6.0",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=6"
},
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/pretty-format": {
"version": "29.4.3",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"@jest/schemas": "^29.4.3",
"ansi-styles": "^5.0.0",
"react-is": "^18.0.0"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/pretty-format/node_modules/ansi-styles": {
"version": "5.2.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
"engines": {
"node": ">=10"
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
2023-07-26 17:16:22 +08:00
"node_modules/prismjs": {
"version": "1.29.0",
2024-01-08 19:54:37 +08:00
"license": "MIT",
"engines": {
2023-07-26 17:16:22 +08:00
"node": ">=6"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/proc-log": {
"version": "3.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/process": {
"version": "0.11.10",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"engines": {
"node": ">= 0.6.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/process-nextick-args": {
"version": "2.0.1",
"dev": true,
"license": "MIT"
},
2023-03-30 00:06:42 +08:00
"node_modules/promise-all-reject-late": {
"version": "1.0.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/promise-call-limit": {
"version": "1.0.1",
2023-03-29 23:57:21 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/sponsors/isaacs"
2023-03-29 23:57:21 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/promise-inflight": {
"version": "1.0.1",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "ISC"
},
2023-03-30 00:06:42 +08:00
"node_modules/promise-retry": {
"version": "2.0.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"err-code": "^2.0.2",
"retry": "^0.12.0"
},
"engines": {
"node": ">=10"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/promzard": {
"version": "0.3.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
"dependencies": {
2023-03-30 00:06:42 +08:00
"read": "1"
}
},
"node_modules/prop-types": {
"version": "15.8.1",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"loose-envify": "^1.4.0",
"object-assign": "^4.1.1",
"react-is": "^16.13.1"
}
},
"node_modules/prop-types/node_modules/react-is": {
"version": "16.13.1",
2024-01-09 05:30:06 +08:00
"dev": true,
"license": "MIT"
},
2023-03-30 00:06:42 +08:00
"node_modules/prosemirror-changeset": {
2024-01-09 03:22:38 +08:00
"version": "2.2.1",
"license": "MIT",
2023-03-29 23:57:21 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"prosemirror-transform": "^1.0.0"
2023-03-29 23:57:21 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/prosemirror-collab": {
2024-01-09 03:22:38 +08:00
"version": "1.3.1",
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"prosemirror-state": "^1.0.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/prosemirror-commands": {
2024-01-09 03:22:38 +08:00
"version": "1.5.2",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"prosemirror-model": "^1.0.0",
"prosemirror-state": "^1.0.0",
"prosemirror-transform": "^1.0.0"
}
},
"node_modules/prosemirror-dev-tools": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@compiled/react": "^0.11.1",
"html": "^1.0.0",
"jotai": "^1.10.0",
"jsondiffpatch": "^0.4.1",
"nanoid": "^2.1.11",
"prosemirror-model": ">=1.0.0",
"prosemirror-state": ">=1.0.0",
"react-dock": "^0.6.0",
"react-json-tree": "^0.17.0"
},
"engines": {
"node": ">=10"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
}
},
"node_modules/prosemirror-dev-tools/node_modules/nanoid": {
"version": "2.1.11",
2024-01-09 05:30:06 +08:00
"dev": true,
"license": "MIT"
},
2023-03-30 00:06:42 +08:00
"node_modules/prosemirror-dropcursor": {
2024-01-09 03:22:38 +08:00
"version": "1.8.1",
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"prosemirror-state": "^1.0.0",
"prosemirror-transform": "^1.1.0",
"prosemirror-view": "^1.1.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/prosemirror-gapcursor": {
2024-01-09 03:22:38 +08:00
"version": "1.3.2",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"prosemirror-keymap": "^1.0.0",
"prosemirror-model": "^1.0.0",
"prosemirror-state": "^1.0.0",
"prosemirror-view": "^1.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/prosemirror-history": {
2024-01-09 03:22:38 +08:00
"version": "1.3.2",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"prosemirror-state": "^1.2.2",
"prosemirror-transform": "^1.0.0",
2024-01-09 03:22:38 +08:00
"prosemirror-view": "^1.31.0",
2023-03-30 00:06:42 +08:00
"rope-sequence": "^1.3.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/prosemirror-inputrules": {
2024-01-09 03:22:38 +08:00
"version": "1.3.0",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"prosemirror-state": "^1.0.0",
"prosemirror-transform": "^1.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/prosemirror-keymap": {
2024-01-09 03:22:38 +08:00
"version": "1.2.2",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"prosemirror-state": "^1.0.0",
"w3c-keyname": "^2.2.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/prosemirror-markdown": {
2024-01-09 03:22:38 +08:00
"version": "1.12.0",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2024-01-09 03:22:38 +08:00
"markdown-it": "^14.0.0",
2023-03-30 00:06:42 +08:00
"prosemirror-model": "^1.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/prosemirror-menu": {
2024-01-09 03:22:38 +08:00
"version": "1.2.4",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"crelt": "^1.0.0",
"prosemirror-commands": "^1.0.0",
"prosemirror-history": "^1.0.0",
"prosemirror-state": "^1.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/prosemirror-model": {
2024-01-09 03:22:38 +08:00
"version": "1.19.4",
"license": "MIT",
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"orderedmap": "^2.0.0"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/prosemirror-schema-basic": {
2024-01-09 03:22:38 +08:00
"version": "1.2.2",
"license": "MIT",
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"prosemirror-model": "^1.19.0"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/prosemirror-schema-list": {
2024-01-09 03:22:38 +08:00
"version": "1.3.0",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"prosemirror-model": "^1.0.0",
"prosemirror-state": "^1.0.0",
2024-01-09 03:22:38 +08:00
"prosemirror-transform": "^1.7.3"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/prosemirror-state": {
2024-01-09 03:22:38 +08:00
"version": "1.4.3",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"prosemirror-model": "^1.0.0",
2024-01-09 03:22:38 +08:00
"prosemirror-transform": "^1.0.0",
"prosemirror-view": "^1.27.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/prosemirror-tables": {
2024-01-09 03:22:38 +08:00
"version": "1.3.5",
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"prosemirror-keymap": "^1.1.2",
"prosemirror-model": "^1.8.1",
"prosemirror-state": "^1.3.1",
"prosemirror-transform": "^1.2.1",
"prosemirror-view": "^1.13.3"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/prosemirror-trailing-node": {
2024-01-09 03:22:38 +08:00
"version": "2.0.7",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2024-01-09 03:22:38 +08:00
"@remirror/core-constants": "^2.0.2",
"@remirror/core-helpers": "^3.0.0",
2023-03-30 00:06:42 +08:00
"escape-string-regexp": "^4.0.0"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"peerDependencies": {
2024-01-09 03:22:38 +08:00
"prosemirror-model": "^1.19.0",
"prosemirror-state": "^1.4.2",
"prosemirror-view": "^1.31.2"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/prosemirror-trailing-node/node_modules/escape-string-regexp": {
"version": "4.0.0",
"license": "MIT",
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/prosemirror-transform": {
2024-01-09 03:22:38 +08:00
"version": "1.8.0",
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"prosemirror-model": "^1.0.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/prosemirror-view": {
2024-01-09 03:22:38 +08:00
"version": "1.32.7",
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"prosemirror-model": "^1.16.0",
"prosemirror-state": "^1.0.0",
"prosemirror-transform": "^1.1.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/proto-list": {
"version": "1.2.4",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "ISC"
},
2023-03-30 00:06:42 +08:00
"node_modules/protocols": {
"version": "2.0.1",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
},
2023-03-30 00:06:42 +08:00
"node_modules/proxy-from-env": {
"version": "1.0.0",
"dev": true,
"license": "MIT"
},
2023-03-30 00:06:42 +08:00
"node_modules/psl": {
"version": "1.8.0",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/pump": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"end-of-stream": "^1.1.0",
"once": "^1.3.1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/punycode": {
"version": "2.1.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=6"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/punycode.js": {
"version": "2.3.1",
2024-01-09 05:30:06 +08:00
"license": "MIT",
"engines": {
"node": ">=6"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/q": {
"version": "1.5.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.6.0",
"teleport": ">=0.2.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/qs": {
"version": "6.5.3",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "BSD-3-Clause",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.6"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/queue-microtask": {
"version": "1.2.3",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/quick-lru": {
"version": "4.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/randombytes": {
"version": "2.1.0",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"safe-buffer": "^5.1.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/react": {
"version": "18.2.0",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"loose-envify": "^1.1.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
}
},
"node_modules/react-base16-styling": {
"version": "0.9.1",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@types/base16": "^1.0.2",
"@types/lodash": "^4.14.178",
"base16": "^1.0.0",
"color": "^3.2.1",
"csstype": "^3.0.10",
"lodash.curry": "^4.1.1"
}
},
"node_modules/react-dock": {
"version": "0.6.0",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.18.3",
"@types/lodash": "^4.14.182",
"@types/prop-types": "^15.7.5",
"lodash.debounce": "^4.0.8",
"prop-types": "^15.8.1"
},
"peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/react-dom": {
"version": "18.2.0",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"loose-envify": "^1.1.0",
"scheduler": "^0.23.0"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"peerDependencies": {
"react": "^18.2.0"
2022-04-23 04:40:42 +08:00
}
},
2023-07-26 17:16:22 +08:00
"node_modules/react-error-boundary": {
"version": "3.1.4",
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-07-26 17:16:22 +08:00
"dependencies": {
"@babel/runtime": "^7.12.5"
},
"engines": {
"node": ">=10",
"npm": ">=6"
},
"peerDependencies": {
"react": ">=16.13.1"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/react-is": {
"version": "18.2.0",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/react-json-tree": {
"version": "0.17.0",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.18.3",
"@types/lodash": "^4.14.182",
"@types/prop-types": "^15.7.5",
"prop-types": "^15.8.1",
"react-base16-styling": "^0.9.1"
},
"peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/react-refresh": {
"version": "0.13.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/read": {
"version": "1.0.7",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"mute-stream": "~0.0.4"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.8"
2022-04-23 04:40:42 +08:00
}
},
2023-07-26 17:16:22 +08:00
"node_modules/read-cache": {
"version": "1.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-07-26 17:16:22 +08:00
"dependencies": {
"pify": "^2.3.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/read-cmd-shim": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/read-package-json": {
"version": "5.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"glob": "^8.0.1",
"json-parse-even-better-errors": "^2.3.1",
"normalize-package-data": "^4.0.0",
"npm-normalize-package-bin": "^1.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/read-package-json-fast": {
"version": "3.0.2",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"json-parse-even-better-errors": "^3.0.0",
"npm-normalize-package-bin": "^3.0.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-07-07 01:10:10 +08:00
}
},
"node_modules/read-package-json-fast/node_modules/json-parse-even-better-errors": {
"version": "3.0.0",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/read-package-json/node_modules/brace-expansion": {
"version": "2.0.1",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-07-07 01:10:10 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"balanced-match": "^1.0.0"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/read-package-json/node_modules/glob": {
"version": "8.1.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^5.0.1",
"once": "^1.3.0"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/read-package-json/node_modules/hosted-git-info": {
"version": "5.2.1",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"dependencies": {
"lru-cache": "^7.5.1"
},
2022-05-18 16:52:35 +08:00
"engines": {
2022-07-07 01:10:10 +08:00
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/read-package-json/node_modules/hosted-git-info/node_modules/lru-cache": {
2023-03-29 23:57:21 +08:00
"version": "7.18.3",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-07-07 01:10:10 +08:00
"engines": {
"node": ">=12"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/read-package-json/node_modules/minimatch": {
"version": "5.1.6",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"brace-expansion": "^2.0.1"
},
"engines": {
"node": ">=10"
}
},
"node_modules/read-package-json/node_modules/normalize-package-data": {
"version": "4.0.1",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "BSD-2-Clause",
2022-07-07 01:10:10 +08:00
"dependencies": {
"hosted-git-info": "^5.0.0",
2023-03-30 00:06:42 +08:00
"is-core-module": "^2.8.1",
2022-07-07 01:10:10 +08:00
"semver": "^7.3.5",
2023-03-30 00:06:42 +08:00
"validate-npm-package-license": "^3.0.4"
2022-07-07 01:10:10 +08:00
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/read-package-json/node_modules/npm-normalize-package-bin": {
"version": "1.0.1",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "ISC"
2023-03-30 00:06:42 +08:00
},
"node_modules/read-package-json/node_modules/semver": {
"version": "7.3.8",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2022-07-07 01:10:10 +08:00
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/read-pkg": {
"version": "3.0.0",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"load-json-file": "^4.0.0",
"normalize-package-data": "^2.3.2",
"path-type": "^3.0.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/read-pkg-up": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"find-up": "^2.0.0",
"read-pkg": "^3.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/read-pkg/node_modules/hosted-git-info": {
"version": "2.8.9",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC"
2022-04-23 04:40:42 +08:00
},
2024-01-09 00:01:53 +08:00
"node_modules/read-pkg/node_modules/load-json-file": {
"version": "4.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2024-01-09 00:01:53 +08:00
"graceful-fs": "^4.1.2",
"parse-json": "^4.0.0",
"pify": "^3.0.0",
"strip-bom": "^3.0.0"
},
"engines": {
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/read-pkg/node_modules/normalize-package-data": {
"version": "2.5.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "BSD-2-Clause",
2024-01-09 00:01:53 +08:00
"dependencies": {
"hosted-git-info": "^2.1.4",
"resolve": "^1.10.0",
"semver": "2 || 3 || 4 || 5",
"validate-npm-package-license": "^3.0.1"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/read-pkg/node_modules/parse-json": {
"version": "4.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2024-01-09 00:01:53 +08:00
"dependencies": {
"error-ex": "^1.3.1",
"json-parse-better-errors": "^1.0.1"
},
"engines": {
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/read-pkg/node_modules/path-type": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2024-01-09 00:01:53 +08:00
"dependencies": {
"pify": "^3.0.0"
},
"engines": {
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/read-pkg/node_modules/pify": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2024-01-09 00:01:53 +08:00
"engines": {
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/read-pkg/node_modules/semver": {
"version": "5.7.1",
"dev": true,
"license": "ISC",
2023-03-30 00:06:42 +08:00
"bin": {
"semver": "bin/semver"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/read-pkg/node_modules/strip-bom": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/readable-stream": {
"version": "3.6.0",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"inherits": "^2.0.3",
"string_decoder": "^1.1.1",
"util-deprecate": "^1.0.1"
},
"engines": {
"node": ">= 6"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/readdirp": {
"version": "3.6.0",
"dev": true,
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"picomatch": "^2.2.1"
},
"engines": {
"node": ">=8.10.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/redent": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"indent-string": "^4.0.0",
"strip-indent": "^3.0.0"
},
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/regenerate": {
"version": "1.4.2",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/regenerate-unicode-properties": {
"version": "10.0.1",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"regenerate": "^1.4.2"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/regenerator-runtime": {
"version": "0.13.9",
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/regenerator-transform": {
"version": "0.15.0",
2022-07-06 18:59:02 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"@babel/runtime": "^7.8.4"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/regexp.prototype.flags": {
"version": "1.4.3",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3",
"functions-have-names": "^1.2.2"
2023-03-30 00:06:42 +08:00
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/regexpp": {
"version": "3.2.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/mysticatea"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/regexpu-core": {
"version": "5.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"regenerate": "^1.4.2",
"regenerate-unicode-properties": "^10.0.1",
"regjsgen": "^0.6.0",
"regjsparser": "^0.8.2",
2023-03-30 00:06:42 +08:00
"unicode-match-property-ecmascript": "^2.0.0",
"unicode-match-property-value-ecmascript": "^2.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/regjsgen": {
"version": "0.6.0",
"dev": true,
"license": "MIT"
},
2023-03-30 00:06:42 +08:00
"node_modules/regjsparser": {
"version": "0.8.4",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "BSD-2-Clause",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"jsesc": "~0.5.0"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"bin": {
"regjsparser": "bin/parser"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/regjsparser/node_modules/jsesc": {
"version": "0.5.0",
"dev": true,
"bin": {
"jsesc": "bin/jsesc"
}
},
"node_modules/remixicon": {
"version": "2.5.0",
"license": "Apache 2.0"
2023-03-30 00:06:42 +08:00
},
"node_modules/request-progress": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"throttleit": "^1.0.0"
}
},
"node_modules/require-directory": {
"version": "2.1.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/resolve": {
"version": "1.22.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"is-core-module": "^2.11.0",
2023-03-30 00:06:42 +08:00
"path-parse": "^1.0.7",
"supports-preserve-symlinks-flag": "^1.0.0"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"bin": {
"resolve": "bin/resolve"
2022-04-23 04:40:42 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/ljharb"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/resolve-cwd": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"resolve-from": "^5.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/resolve-from": {
"version": "5.0.0",
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/restore-cursor": {
"version": "3.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"onetime": "^5.1.0",
"signal-exit": "^3.0.2"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/retry": {
"version": "0.12.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">= 4"
}
},
"node_modules/reusify": {
"version": "1.0.4",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"iojs": ">=1.0.0",
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/rfdc": {
"version": "1.3.0",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/rimraf": {
"version": "3.0.2",
"dev": true,
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"glob": "^7.1.3"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"bin": {
"rimraf": "bin.js"
2022-04-23 04:40:42 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/isaacs"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/robust-predicates": {
"version": "3.0.1",
"license": "Unlicense"
2023-03-30 00:06:42 +08:00
},
"node_modules/rollup": {
"version": "2.79.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"bin": {
"rollup": "dist/bin/rollup"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10.0.0"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"optionalDependencies": {
"fsevents": "~2.3.2"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/rollup-plugin-auto-external": {
"version": "2.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"builtins": "^2.0.0",
"read-pkg": "^3.0.0",
"safe-resolve": "^1.0.0",
"semver": "^5.5.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=6"
},
"peerDependencies": {
"rollup": ">=0.45.2"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/rollup-plugin-auto-external/node_modules/semver": {
"version": "5.7.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"bin": {
"semver": "bin/semver"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/rollup-plugin-sourcemaps": {
"version": "0.6.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"@rollup/pluginutils": "^3.0.9",
"source-map-resolve": "^0.6.0"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10.0.0"
},
"peerDependencies": {
"@types/node": ">=10.0.0",
"rollup": ">=0.31.2"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
}
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/rollup-plugin-typescript2": {
"version": "0.31.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"@rollup/pluginutils": "^4.1.2",
"@yarn-tool/resolve-package": "^1.0.40",
"find-cache-dir": "^3.3.2",
"fs-extra": "^10.0.0",
"resolve": "^1.20.0",
"tslib": "^2.3.1"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"peerDependencies": {
"rollup": ">=1.26.3",
"typescript": ">=2.4.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/rollup-plugin-typescript2/node_modules/@rollup/pluginutils": {
"version": "4.2.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"estree-walker": "^2.0.1",
"picomatch": "^2.2.2"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 8.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/rollup-plugin-typescript2/node_modules/fs-extra": {
"version": "10.1.0",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"graceful-fs": "^4.2.0",
"jsonfile": "^6.0.1",
"universalify": "^2.0.0"
},
2022-07-07 01:10:10 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/rope-sequence": {
"version": "1.3.3",
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/run-async": {
"version": "2.4.1",
2022-07-07 01:10:10 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=0.12.0"
2022-07-07 01:10:10 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/run-parallel": {
"version": "1.2.0",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"queue-microtask": "^1.2.2"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/rw": {
"version": "1.3.3",
"license": "BSD-3-Clause"
2023-03-30 00:06:42 +08:00
},
"node_modules/rxjs": {
"version": "7.5.6",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "Apache-2.0",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"tslib": "^2.1.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/safe-buffer": {
"version": "5.1.2",
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/safe-resolve": {
"version": "1.0.0",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/safer-buffer": {
"version": "2.1.2",
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/sass": {
"version": "1.53.0",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT",
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"chokidar": ">=3.0.0 <4.0.0",
"immutable": "^4.0.0",
"source-map-js": ">=0.6.2 <2.0.0"
},
"bin": {
"sass": "sass.js"
},
"engines": {
"node": ">=12.0.0"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/scheduler": {
"version": "0.23.0",
"license": "MIT",
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"loose-envify": "^1.1.0"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/schema-utils": {
"version": "2.7.1",
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@types/json-schema": "^7.0.5",
"ajv": "^6.12.4",
"ajv-keywords": "^3.5.2"
},
"engines": {
"node": ">= 8.9.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/semver": {
"version": "6.3.0",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "ISC",
2023-03-30 00:06:42 +08:00
"bin": {
"semver": "bin/semver.js"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/serialize-javascript": {
"version": "6.0.0",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "BSD-3-Clause",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"randombytes": "^2.1.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/set-blocking": {
"version": "2.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC"
2023-03-30 00:06:42 +08:00
},
"node_modules/shallow-clone": {
"version": "3.0.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"kind-of": "^6.0.2"
},
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/shebang-command": {
"version": "2.0.0",
"dev": true,
"license": "MIT",
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"shebang-regex": "^3.0.0"
},
"engines": {
"node": ">=8"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/shebang-regex": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/shiki": {
"version": "0.10.1",
"license": "MIT",
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"jsonc-parser": "^3.0.0",
"vscode-oniguruma": "^1.6.1",
"vscode-textmate": "5.2.0"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/side-channel": {
"version": "1.0.4",
"dev": true,
"license": "MIT",
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"call-bind": "^1.0.0",
"get-intrinsic": "^1.0.2",
"object-inspect": "^1.9.0"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/signal-exit": {
"version": "3.0.7",
"dev": true,
"license": "ISC"
2023-03-30 00:06:42 +08:00
},
"node_modules/sigstore": {
"version": "1.2.0",
2023-03-30 00:06:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "Apache-2.0",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@sigstore/protobuf-specs": "^0.1.0",
"make-fetch-happen": "^11.0.1",
"tuf-js": "^1.0.0"
2023-03-30 00:06:42 +08:00
},
"bin": {
"sigstore": "bin/sigstore.js"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/sigstore/node_modules/lru-cache": {
"version": "7.18.3",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=12"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/sigstore/node_modules/make-fetch-happen": {
"version": "11.0.3",
2023-03-30 00:06:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"agentkeepalive": "^4.2.1",
"cacache": "^17.0.0",
"http-cache-semantics": "^4.1.1",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.0",
"is-lambda": "^1.0.1",
"lru-cache": "^7.7.1",
"minipass": "^4.0.0",
2023-03-30 00:06:42 +08:00
"minipass-fetch": "^3.0.0",
"minipass-flush": "^1.0.5",
"minipass-pipeline": "^1.2.4",
"negotiator": "^0.6.3",
"promise-retry": "^2.0.1",
"socks-proxy-agent": "^7.0.0",
"ssri": "^10.0.0"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/sigstore/node_modules/minipass-fetch": {
"version": "3.0.1",
2023-03-30 00:06:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"minipass": "^4.0.0",
2023-03-30 00:06:42 +08:00
"minipass-sized": "^1.0.3",
"minizlib": "^2.1.2"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},
"optionalDependencies": {
"encoding": "^0.1.13"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/sigstore/node_modules/ssri": {
"version": "10.0.1",
2023-03-30 00:06:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
"dependencies": {
"minipass": "^4.0.0"
2023-03-30 00:06:42 +08:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/simple-peer": {
"version": "9.11.1",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"buffer": "^6.0.3",
"debug": "^4.3.2",
"err-code": "^3.0.1",
"get-browser-rtc": "^1.1.0",
"queue-microtask": "^1.2.3",
"randombytes": "^2.1.0",
"readable-stream": "^3.6.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/simple-peer/node_modules/buffer": {
"version": "6.0.3",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"base64-js": "^1.3.1",
"ieee754": "^1.2.1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/simple-peer/node_modules/err-code": {
"version": "3.0.1",
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/simple-string-table": {
"version": "1.0.0",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "ISC"
2022-04-23 04:40:42 +08:00
},
"node_modules/simple-swizzle": {
"version": "0.2.2",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"is-arrayish": "^0.3.1"
}
},
"node_modules/simple-swizzle/node_modules/is-arrayish": {
"version": "0.3.2",
2024-01-09 05:30:06 +08:00
"dev": true,
"license": "MIT"
},
2023-03-30 00:06:42 +08:00
"node_modules/simplify-js": {
"version": "1.2.4",
"license": "BSD-2-Clause"
2023-03-30 00:06:42 +08:00
},
"node_modules/slash": {
2022-04-23 04:40:42 +08:00
"version": "3.0.0",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/slice-ansi": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"ansi-styles": "^4.0.0",
"astral-regex": "^2.0.0",
"is-fullwidth-code-point": "^3.0.0"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/slice-ansi/node_modules/ansi-styles": {
"version": "4.3.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"color-convert": "^2.0.1"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/slice-ansi/node_modules/color-convert": {
"version": "2.0.1",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"color-name": "~1.1.4"
},
2022-05-18 16:52:35 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=7.0.0"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/slice-ansi/node_modules/color-name": {
"version": "1.1.4",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/smart-buffer": {
"version": "4.2.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/socks": {
"version": "2.7.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"ip": "^2.0.0",
"smart-buffer": "^4.2.0"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 10.13.0",
"npm": ">= 3.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/socks-proxy-agent": {
"version": "7.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"agent-base": "^6.0.2",
"debug": "^4.3.3",
"socks": "^2.6.2"
},
"engines": {
"node": ">= 10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/sort-keys": {
"version": "4.2.0",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"is-plain-obj": "^2.0.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/sort-keys/node_modules/is-plain-obj": {
"version": "2.1.0",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/source-map": {
"version": "0.6.1",
"license": "BSD-3-Clause",
"engines": {
"node": ">=0.10.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/source-map-js": {
"version": "1.0.2",
"license": "BSD-3-Clause",
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/source-map-resolve": {
"version": "0.6.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"atob": "^2.1.2",
"decode-uri-component": "^0.2.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/source-map-support": {
"version": "0.5.21",
"dev": true,
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"buffer-from": "^1.0.0",
"source-map": "^0.6.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/sourcemap-codec": {
"version": "1.4.8",
"license": "MIT"
},
2023-03-30 00:06:42 +08:00
"node_modules/spdx-correct": {
"version": "3.1.1",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
2023-03-30 00:06:42 +08:00
"spdx-expression-parse": "^3.0.0",
"spdx-license-ids": "^3.0.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/spdx-exceptions": {
"version": "2.3.0",
"dev": true,
"license": "CC-BY-3.0"
},
2023-03-30 00:06:42 +08:00
"node_modules/spdx-expression-parse": {
"version": "3.0.1",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"spdx-exceptions": "^2.1.0",
"spdx-license-ids": "^3.0.0"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/spdx-license-ids": {
"version": "3.0.11",
"dev": true,
"license": "CC0-1.0"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/split": {
"version": "1.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"through": "2"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "*"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/split2": {
"version": "3.2.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"readable-stream": "^3.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/sprintf-js": {
"version": "1.0.3",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "BSD-3-Clause"
},
2023-03-30 00:06:42 +08:00
"node_modules/sshpk": {
"version": "1.17.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"asn1": "~0.2.3",
"assert-plus": "^1.0.0",
"bcrypt-pbkdf": "^1.0.0",
"dashdash": "^1.12.0",
"ecc-jsbn": "~0.1.1",
"getpass": "^0.1.1",
"jsbn": "~0.1.0",
"safer-buffer": "^2.0.2",
"tweetnacl": "~0.14.0"
},
"bin": {
2023-03-30 00:06:42 +08:00
"sshpk-conv": "bin/sshpk-conv",
"sshpk-sign": "bin/sshpk-sign",
"sshpk-verify": "bin/sshpk-verify"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ssri": {
"version": "9.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"minipass": "^3.1.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ssri/node_modules/minipass": {
"version": "3.3.6",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"yallist": "^4.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/string_decoder": {
"version": "1.3.0",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"safe-buffer": "~5.2.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/string_decoder/node_modules/safe-buffer": {
"version": "5.2.1",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "MIT"
},
2024-01-09 00:01:53 +08:00
"node_modules/string-argv": {
"version": "0.3.1",
2024-01-09 00:01:53 +08:00
"dev": true,
"license": "MIT",
2024-01-09 00:01:53 +08:00
"engines": {
"node": ">=0.6.19"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/string-width": {
"version": "4.2.3",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/string.prototype.trimend": {
"version": "1.0.5",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"call-bind": "^1.0.2",
"define-properties": "^1.1.4",
"es-abstract": "^1.19.5"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/string.prototype.trimstart": {
"version": "1.0.5",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"call-bind": "^1.0.2",
"define-properties": "^1.1.4",
"es-abstract": "^1.19.5"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/strip-ansi": {
"version": "6.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"ansi-regex": "^5.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/strip-bom": {
"version": "4.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/strip-final-newline": {
"version": "2.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=6"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/strip-indent": {
"version": "3.0.0",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"min-indent": "^1.0.0"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/strip-json-comments": {
"version": "3.1.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=8"
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/strong-log-transformer": {
"version": "2.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "Apache-2.0",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"duplexer": "^0.1.1",
"minimist": "^1.2.0",
"through": "^2.3.4"
},
"bin": {
"sl-log-transformer": "bin/sl-log-transformer.js"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=4"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/sucrase": {
"version": "3.34.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-07-26 17:16:22 +08:00
"@jridgewell/gen-mapping": "^0.3.2",
2023-03-30 00:06:42 +08:00
"commander": "^4.0.0",
"glob": "7.1.6",
2023-03-30 00:06:42 +08:00
"lines-and-columns": "^1.1.6",
"mz": "^2.7.0",
"pirates": "^4.0.1",
"ts-interface-checker": "^0.1.9"
2022-04-23 04:40:42 +08:00
},
"bin": {
2023-03-30 00:06:42 +08:00
"sucrase": "bin/sucrase",
"sucrase-node": "bin/sucrase-node"
},
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/sucrase/node_modules/@jridgewell/gen-mapping": {
"version": "0.3.3",
2023-07-26 17:16:22 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-07-26 17:16:22 +08:00
"dependencies": {
"@jridgewell/set-array": "^1.0.1",
"@jridgewell/sourcemap-codec": "^1.4.10",
"@jridgewell/trace-mapping": "^0.3.9"
},
"engines": {
"node": ">=6.0.0"
2023-07-26 17:16:22 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/sucrase/node_modules/commander": {
"version": "4.1.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 6"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/sucrase/node_modules/glob": {
"version": "7.1.6",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC",
2024-01-09 00:01:53 +08:00
"dependencies": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
2024-01-09 00:01:53 +08:00
},
"engines": {
"node": "*"
2022-04-23 04:40:42 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/isaacs"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/supports-color": {
"version": "5.5.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"has-flag": "^3.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/supports-preserve-symlinks-flag": {
"version": "1.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/svelte": {
"version": "3.49.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/svelte-hmr": {
"version": "0.14.12",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^12.20 || ^14.13.1 || >= 16"
},
"peerDependencies": {
"svelte": ">=3.19.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tailwindcss": {
"version": "3.3.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-07-26 17:16:22 +08:00
"@alloc/quick-lru": "^5.2.0",
"arg": "^5.0.2",
"chokidar": "^3.5.3",
2023-03-30 00:06:42 +08:00
"didyoumean": "^1.2.2",
"dlv": "^1.1.3",
"fast-glob": "^3.2.12",
2023-07-26 17:16:22 +08:00
"glob-parent": "^6.0.2",
"is-glob": "^4.0.3",
"jiti": "^1.18.2",
2023-07-26 17:16:22 +08:00
"lilconfig": "^2.1.0",
"micromatch": "^4.0.5",
2023-03-30 00:06:42 +08:00
"normalize-path": "^3.0.0",
2023-07-26 17:16:22 +08:00
"object-hash": "^3.0.0",
"picocolors": "^1.0.0",
"postcss": "^8.4.23",
"postcss-import": "^15.1.0",
"postcss-js": "^4.0.1",
"postcss-load-config": "^4.0.1",
"postcss-nested": "^6.0.1",
"postcss-selector-parser": "^6.0.11",
"resolve": "^1.22.2",
"sucrase": "^3.32.0"
2022-04-23 04:40:42 +08:00
},
"bin": {
2023-03-30 00:06:42 +08:00
"tailwind": "lib/cli.js",
"tailwindcss": "lib/cli.js"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-07-26 17:16:22 +08:00
"node": ">=14.0.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tailwindcss/node_modules/glob-parent": {
"version": "6.0.2",
"dev": true,
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"is-glob": "^4.0.3"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10.13.0"
}
},
"node_modules/tailwindcss/node_modules/lilconfig": {
"version": "2.1.0",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"engines": {
"node": ">=10"
}
},
2023-07-26 17:16:22 +08:00
"node_modules/tailwindcss/node_modules/postcss-load-config": {
"version": "4.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
2023-07-26 17:16:22 +08:00
"dependencies": {
"lilconfig": "^2.0.5",
"yaml": "^2.1.1"
2023-07-26 17:16:22 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
2023-07-26 17:16:22 +08:00
"node": ">= 14"
2023-03-30 00:06:42 +08:00
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
2023-07-26 17:16:22 +08:00
"peerDependencies": {
"postcss": ">=8.0.9",
"ts-node": ">=9.0.0"
},
"peerDependenciesMeta": {
"postcss": {
"optional": true
},
"ts-node": {
"optional": true
}
2022-04-23 04:40:42 +08:00
}
},
2023-07-26 17:16:22 +08:00
"node_modules/tailwindcss/node_modules/yaml": {
"version": "2.3.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"engines": {
2023-07-26 17:16:22 +08:00
"node": ">= 14"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tapable": {
"version": "2.2.1",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=6"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tar": {
"version": "6.1.11",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"chownr": "^2.0.0",
"fs-minipass": "^2.0.0",
"minipass": "^3.0.0",
"minizlib": "^2.1.1",
"mkdirp": "^1.0.3",
"yallist": "^4.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 10"
}
},
"node_modules/tar-stream": {
"version": "2.2.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"bl": "^4.0.3",
"end-of-stream": "^1.4.1",
"fs-constants": "^1.0.0",
"inherits": "^2.0.3",
"readable-stream": "^3.1.1"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=6"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tar/node_modules/fs-minipass": {
"version": "2.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"minipass": "^3.0.0"
},
"engines": {
"node": ">= 8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tar/node_modules/minipass": {
"version": "3.3.6",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"yallist": "^4.0.0"
},
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/temp-dir": {
"version": "1.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=4"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/tempy": {
"version": "1.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"del": "^6.0.0",
"is-stream": "^2.0.0",
"temp-dir": "^2.0.0",
"type-fest": "^0.16.0",
"unique-string": "^2.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tempy/node_modules/temp-dir": {
2022-04-23 04:40:42 +08:00
"version": "2.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=8"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tempy/node_modules/type-fest": {
"version": "0.16.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "(MIT OR CC0-1.0)",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/terser": {
"version": "5.14.2",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "BSD-2-Clause",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@jridgewell/source-map": "^0.3.2",
"acorn": "^8.5.0",
2023-03-30 00:06:42 +08:00
"commander": "^2.20.0",
"source-map-support": "~0.5.20"
},
"bin": {
"terser": "bin/terser"
},
"engines": {
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/terser-webpack-plugin": {
"version": "5.3.3",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.7",
2023-03-30 00:06:42 +08:00
"jest-worker": "^27.4.5",
"schema-utils": "^3.1.1",
"serialize-javascript": "^6.0.0",
"terser": "^5.7.2"
2023-03-30 00:06:42 +08:00
},
"engines": {
"node": ">= 10.13.0"
2022-04-23 04:40:42 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"peerDependencies": {
"webpack": "^5.1.0"
},
"peerDependenciesMeta": {
"@swc/core": {
"optional": true
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"esbuild": {
"optional": true
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"uglify-js": {
"optional": true
2022-04-23 04:40:42 +08:00
}
}
},
2023-03-30 00:06:42 +08:00
"node_modules/terser-webpack-plugin/node_modules/schema-utils": {
"version": "3.1.1",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@types/json-schema": "^7.0.8",
"ajv": "^6.12.5",
"ajv-keywords": "^3.5.2"
},
"engines": {
"node": ">= 10.13.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/terser/node_modules/commander": {
"version": "2.20.3",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/text-extensions": {
"version": "1.9.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=0.10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/text-table": {
"version": "0.2.0",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/thenify": {
"version": "3.3.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"any-promise": "^1.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/thenify-all": {
"version": "1.6.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"thenify": ">= 3.1.0 < 4"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/throttle-debounce": {
"version": "3.0.1",
"license": "MIT",
2022-05-18 16:52:35 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/throttleit": {
"version": "1.0.0",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/through": {
"version": "2.3.8",
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/through2": {
"version": "4.0.2",
2022-05-18 16:52:35 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"readable-stream": "3"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tiny-invariant": {
"version": "1.2.0",
"dev": true,
"license": "MIT"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/tippy.js": {
"version": "6.3.7",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"@popperjs/core": "^2.9.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tiptap-demos": {
"resolved": "demos",
"link": true
},
"node_modules/tmp": {
"version": "0.2.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"rimraf": "^3.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8.17.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/to-fast-properties": {
"version": "2.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=4"
}
},
"node_modules/to-regex-range": {
"version": "5.0.1",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"is-number": "^7.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tough-cookie": {
"version": "2.5.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "BSD-3-Clause",
2022-04-23 04:40:42 +08:00
"dependencies": {
"psl": "^1.1.28",
"punycode": "^2.1.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=0.8"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tr46": {
"version": "0.0.3",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/tree-kill": {
"version": "1.2.2",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"bin": {
"tree-kill": "cli.js"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/treeverse": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/trim-newlines": {
"version": "3.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ts-interface-checker": {
"version": "0.1.13",
"dev": true,
"license": "Apache-2.0"
2023-03-30 00:06:42 +08:00
},
"node_modules/ts-loader": {
"version": "9.3.1",
"dev": true,
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"chalk": "^4.1.0",
"enhanced-resolve": "^5.0.0",
"micromatch": "^4.0.0",
"semver": "^7.3.4"
},
"engines": {
"node": ">=12.0.0"
},
"peerDependencies": {
"typescript": "*",
"webpack": "^5.0.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ts-loader/node_modules/ansi-styles": {
"version": "4.3.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"color-convert": "^2.0.1"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ts-loader/node_modules/chalk": {
"version": "4.1.2",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/ts-loader/node_modules/color-convert": {
"version": "2.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"color-name": "~1.1.4"
},
"engines": {
"node": ">=7.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ts-loader/node_modules/color-name": {
"version": "1.1.4",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/ts-loader/node_modules/has-flag": {
"version": "4.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ts-loader/node_modules/semver": {
"version": "7.3.7",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/ts-loader/node_modules/supports-color": {
"version": "7.2.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"has-flag": "^4.0.0"
},
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tsconfig-paths": {
"version": "3.14.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@types/json5": "^0.0.29",
"json5": "^1.0.1",
2023-03-30 00:06:42 +08:00
"minimist": "^1.2.6",
"strip-bom": "^3.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tsconfig-paths/node_modules/json5": {
"version": "1.0.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"minimist": "^1.2.0"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"bin": {
"json5": "lib/cli.js"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tsconfig-paths/node_modules/strip-bom": {
"version": "3.0.0",
2022-07-06 18:59:02 +08:00
"dev": true,
"license": "MIT",
2022-07-06 18:59:02 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4"
2022-07-06 18:59:02 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tslib": {
"version": "2.4.0",
"dev": true,
"license": "0BSD"
2023-03-30 00:06:42 +08:00
},
"node_modules/tsup": {
"version": "6.5.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"bundle-require": "^3.1.2",
2023-03-30 00:06:42 +08:00
"cac": "^6.7.12",
"chokidar": "^3.5.1",
"debug": "^4.3.1",
"esbuild": "^0.15.1",
2023-03-30 00:06:42 +08:00
"execa": "^5.0.0",
"globby": "^11.0.3",
"joycon": "^3.0.1",
"postcss-load-config": "^3.0.1",
"resolve-from": "^5.0.0",
"rollup": "^3.2.5",
"source-map": "0.8.0-beta.0",
"sucrase": "^3.20.3",
"tree-kill": "^1.2.2"
},
"bin": {
"tsup": "dist/cli-default.js",
"tsup-node": "dist/cli-node.js"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=14"
2023-03-30 00:06:42 +08:00
},
"peerDependencies": {
"@swc/core": "^1",
"postcss": "^8.4.12",
"typescript": "^4.1.0"
2023-03-30 00:06:42 +08:00
},
"peerDependenciesMeta": {
"@swc/core": {
"optional": true
},
"postcss": {
"optional": true
},
"typescript": {
"optional": true
}
2022-04-23 04:40:42 +08:00
}
},
"node_modules/tsup/node_modules/esbuild": {
"version": "0.15.18",
2022-04-23 04:40:42 +08:00
"dev": true,
"hasInstallScript": true,
"license": "MIT",
"bin": {
"esbuild": "bin/esbuild"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=12"
2023-03-30 00:06:42 +08:00
},
"optionalDependencies": {
"@esbuild/android-arm": "0.15.18",
"@esbuild/linux-loong64": "0.15.18",
"esbuild-android-64": "0.15.18",
"esbuild-android-arm64": "0.15.18",
"esbuild-darwin-64": "0.15.18",
"esbuild-darwin-arm64": "0.15.18",
"esbuild-freebsd-64": "0.15.18",
"esbuild-freebsd-arm64": "0.15.18",
"esbuild-linux-32": "0.15.18",
"esbuild-linux-64": "0.15.18",
"esbuild-linux-arm": "0.15.18",
"esbuild-linux-arm64": "0.15.18",
"esbuild-linux-mips64le": "0.15.18",
"esbuild-linux-ppc64le": "0.15.18",
"esbuild-linux-riscv64": "0.15.18",
"esbuild-linux-s390x": "0.15.18",
"esbuild-netbsd-64": "0.15.18",
"esbuild-openbsd-64": "0.15.18",
"esbuild-sunos-64": "0.15.18",
"esbuild-windows-32": "0.15.18",
"esbuild-windows-64": "0.15.18",
"esbuild-windows-arm64": "0.15.18"
}
},
2024-01-09 00:01:53 +08:00
"node_modules/tsup/node_modules/execa": {
"version": "5.1.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2024-01-09 00:01:53 +08:00
"cross-spawn": "^7.0.3",
"get-stream": "^6.0.0",
"human-signals": "^2.1.0",
"is-stream": "^2.0.0",
"merge-stream": "^2.0.0",
"npm-run-path": "^4.0.1",
"onetime": "^5.1.2",
"signal-exit": "^3.0.3",
"strip-final-newline": "^2.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sindresorhus/execa?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/tsup/node_modules/get-stream": {
"version": "6.0.1",
"dev": true,
"license": "MIT",
2024-01-09 00:01:53 +08:00
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/tsup/node_modules/human-signals": {
"version": "2.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "Apache-2.0",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=10.17.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tsup/node_modules/rollup": {
"version": "3.14.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"bin": {
"rollup": "dist/bin/rollup"
},
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=14.18.0",
"npm": ">=8.0.0"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tsup/node_modules/source-map": {
"version": "0.8.0-beta.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "BSD-3-Clause",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"whatwg-url": "^7.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tsup/node_modules/tr46": {
"version": "1.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"punycode": "^2.1.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tsup/node_modules/webidl-conversions": {
"version": "4.0.2",
"dev": true,
"license": "BSD-2-Clause"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/tsup/node_modules/whatwg-url": {
"version": "7.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"lodash.sortby": "^4.7.0",
"tr46": "^1.0.1",
"webidl-conversions": "^4.0.2"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tsutils": {
"version": "3.21.0",
"dev": true,
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"tslib": "^1.8.1"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 6"
},
2023-03-30 00:06:42 +08:00
"peerDependencies": {
"typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tsutils/node_modules/tslib": {
"version": "1.14.1",
"dev": true,
"license": "0BSD"
2023-03-30 00:06:42 +08:00
},
"node_modules/tuf-js": {
"version": "1.1.2",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"@tufjs/models": "1.0.1",
"make-fetch-happen": "^11.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tuf-js/node_modules/lru-cache": {
"version": "7.18.3",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tuf-js/node_modules/make-fetch-happen": {
"version": "11.0.3",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"agentkeepalive": "^4.2.1",
"cacache": "^17.0.0",
"http-cache-semantics": "^4.1.1",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.0",
"is-lambda": "^1.0.1",
"lru-cache": "^7.7.1",
"minipass": "^4.0.0",
2023-03-30 00:06:42 +08:00
"minipass-fetch": "^3.0.0",
"minipass-flush": "^1.0.5",
"minipass-pipeline": "^1.2.4",
"negotiator": "^0.6.3",
"promise-retry": "^2.0.1",
"socks-proxy-agent": "^7.0.0",
"ssri": "^10.0.0"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tuf-js/node_modules/minipass-fetch": {
"version": "3.0.1",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"minipass": "^4.0.0",
2023-03-30 00:06:42 +08:00
"minipass-sized": "^1.0.3",
"minizlib": "^2.1.2"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},
2023-03-30 00:06:42 +08:00
"optionalDependencies": {
"encoding": "^0.1.13"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tuf-js/node_modules/ssri": {
"version": "10.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"minipass": "^4.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tunnel-agent": {
"version": "0.6.0",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "Apache-2.0",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"safe-buffer": "^5.0.1"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "*"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/tweetnacl": {
"version": "0.14.5",
"dev": true,
"license": "Unlicense"
2023-03-30 00:06:42 +08:00
},
"node_modules/type-check": {
"version": "0.4.0",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"prelude-ls": "^1.2.1"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/type-fest": {
"version": "0.21.3",
"dev": true,
"license": "(MIT OR CC0-1.0)",
2022-05-18 16:52:35 +08:00
"engines": {
"node": ">=10"
},
"funding": {
2023-03-30 00:06:42 +08:00
"url": "https://github.com/sponsors/sindresorhus"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/typedarray": {
"version": "0.0.6",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/typedarray-to-buffer": {
"version": "3.1.5",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"is-typedarray": "^1.0.0"
}
},
"node_modules/typescript": {
"version": "4.7.4",
"dev": true,
"license": "Apache-2.0",
2023-03-30 00:06:42 +08:00
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
2022-05-18 16:52:35 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4.2.0"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/uc.micro": {
2024-01-09 03:22:38 +08:00
"version": "2.0.0",
"license": "MIT"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/uglify-js": {
"version": "3.17.4",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "BSD-2-Clause",
2023-03-30 00:06:42 +08:00
"optional": true,
"bin": {
"uglifyjs": "bin/uglifyjs"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=0.8.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/unbox-primitive": {
"version": "1.0.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"call-bind": "^1.0.2",
"has-bigints": "^1.0.2",
"has-symbols": "^1.0.3",
"which-boxed-primitive": "^1.0.2"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/unicode-canonical-property-names-ecmascript": {
"version": "2.0.0",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/unicode-match-property-ecmascript": {
"version": "2.0.0",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"unicode-canonical-property-names-ecmascript": "^2.0.0",
"unicode-property-aliases-ecmascript": "^2.0.0"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=4"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/unicode-match-property-value-ecmascript": {
"version": "2.0.0",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/unicode-property-aliases-ecmascript": {
"version": "2.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/unique-filename": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"unique-slug": "^4.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/unique-slug": {
"version": "4.0.0",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
"dependencies": {
2023-03-30 00:06:42 +08:00
"imurmurhash": "^0.1.4"
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/unique-string": {
"version": "2.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"crypto-random-string": "^2.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/universal-user-agent": {
"version": "6.0.0",
2024-01-09 05:30:06 +08:00
"dev": true,
"license": "ISC"
2023-03-30 00:06:42 +08:00
},
"node_modules/universalify": {
"version": "2.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">= 10.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/untildify": {
"version": "4.0.0",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=8"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/upath": {
"version": "2.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2023-03-30 00:06:42 +08:00
"node": ">=4",
"yarn": "*"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/upath2": {
"version": "3.1.19",
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"@types/node": "*",
"path-is-network-drive": "^1.0.20",
"path-strip-sep": "^1.0.17",
"tslib": "^2"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/update-browserslist-db": {
"version": "1.0.4",
"dev": true,
2023-03-30 00:06:42 +08:00
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/browserslist"
}
],
"license": "MIT",
"dependencies": {
2023-03-30 00:06:42 +08:00
"escalade": "^3.1.1",
"picocolors": "^1.0.0"
},
"bin": {
"browserslist-lint": "cli.js"
2023-03-30 00:06:42 +08:00
},
"peerDependencies": {
"browserslist": ">= 4.21.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/uri-js": {
"version": "4.4.1",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
2023-03-30 00:06:42 +08:00
"punycode": "^2.1.0"
}
},
2023-03-30 00:06:42 +08:00
"node_modules/util-deprecate": {
"version": "1.0.2",
"license": "MIT"
2023-03-30 00:06:42 +08:00
},
"node_modules/uuid": {
"version": "8.3.2",
"dev": true,
"license": "MIT",
2023-03-30 00:06:42 +08:00
"bin": {
"uuid": "dist/bin/uuid"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/v8-compile-cache": {
"version": "2.3.0",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/validate-npm-package-license": {
"version": "3.0.4",
"dev": true,
"license": "Apache-2.0",
2023-03-30 00:06:42 +08:00
"dependencies": {
"spdx-correct": "^3.0.0",
"spdx-expression-parse": "^3.0.0"
}
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/validate-npm-package-name": {
"version": "3.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"builtins": "^1.0.3"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/validate-npm-package-name/node_modules/builtins": {
"version": "1.0.3",
2024-01-09 00:01:53 +08:00
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/verror": {
"version": "1.10.0",
"dev": true,
"engines": [
"node >=0.6.0"
],
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"assert-plus": "^1.0.0",
"core-util-is": "1.0.2",
"extsprintf": "^1.2.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/vite": {
"version": "2.9.16",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"esbuild": "^0.14.27",
"postcss": "^8.4.13",
"resolve": "^1.22.0",
"rollup": ">=2.59.0 <2.78.0"
2023-03-30 00:06:42 +08:00
},
"bin": {
"vite": "bin/vite.js"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=12.2.0"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"optionalDependencies": {
"fsevents": "~2.3.2"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"peerDependencies": {
"less": "*",
"sass": "*",
"stylus": "*"
2023-03-30 00:06:42 +08:00
},
"peerDependenciesMeta": {
"less": {
"optional": true
},
"sass": {
"optional": true
},
"stylus": {
"optional": true
}
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/vite-plugin-checker": {
"version": "0.3.4",
2022-05-18 16:52:35 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"@babel/code-frame": "^7.12.13",
"ansi-escapes": "^4.3.0",
"chalk": "^4.1.1",
"chokidar": "^3.5.1",
"commander": "^8.0.0",
"fast-glob": "^3.2.7",
"lodash.debounce": "^4.0.8",
"lodash.pick": "^4.4.0",
"npm-run-path": "^4.0.1",
"strip-ansi": "^6.0.0",
"tiny-invariant": "^1.1.0",
"vscode-languageclient": "^7.0.0",
"vscode-languageserver": "^7.0.0",
"vscode-languageserver-textdocument": "^1.0.1",
"vscode-uri": "^3.0.2"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"bin": {
"vite-plugin-checker-vls": "bin/vls"
2022-05-18 16:52:35 +08:00
},
"peerDependencies": {
2023-03-30 00:06:42 +08:00
"vite": "^2.0.0"
2022-05-18 16:52:35 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/vite-plugin-checker/node_modules/ansi-styles": {
2022-05-18 16:52:35 +08:00
"version": "4.3.0",
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
"color-convert": "^2.0.1"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/vite-plugin-checker/node_modules/chalk": {
2022-05-18 16:52:35 +08:00
"version": "4.1.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2022-05-18 16:52:35 +08:00
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
2022-05-18 16:52:35 +08:00
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/vite-plugin-checker/node_modules/color-convert": {
2022-05-18 16:52:35 +08:00
"version": "2.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2022-05-18 16:52:35 +08:00
"color-name": "~1.1.4"
2022-04-23 04:40:42 +08:00
},
"engines": {
2022-05-18 16:52:35 +08:00
"node": ">=7.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"node_modules/vite-plugin-checker/node_modules/color-name": {
2022-05-18 16:52:35 +08:00
"version": "1.1.4",
"dev": true,
"license": "MIT"
2022-05-18 16:52:35 +08:00
},
2023-03-30 00:06:42 +08:00
"node_modules/vite-plugin-checker/node_modules/commander": {
"version": "8.3.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
2024-01-09 00:01:53 +08:00
"node": ">= 12"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/vite-plugin-checker/node_modules/has-flag": {
"version": "4.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2024-01-09 00:01:53 +08:00
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"node_modules/vite-plugin-checker/node_modules/supports-color": {
"version": "7.2.0",
"dev": true,
"license": "MIT",
2024-01-09 00:01:53 +08:00
"dependencies": {
"has-flag": "^4.0.0"
},
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/vite/node_modules/rollup": {
"version": "2.77.3",
2024-01-09 00:01:53 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
2024-01-09 00:01:53 +08:00
"bin": {
"rollup": "dist/bin/rollup"
2024-01-09 00:01:53 +08:00
},
"engines": {
"node": ">=10.0.0"
2024-01-09 00:01:53 +08:00
},
"optionalDependencies": {
"fsevents": "~2.3.2"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
}
},
"node_modules/vscode-jsonrpc": {
"version": "6.0.0",
2024-01-09 00:01:53 +08:00
"dev": true,
"license": "MIT",
2024-01-09 00:01:53 +08:00
"engines": {
"node": ">=8.0.0 || >=10.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/vscode-languageclient": {
"version": "7.0.0",
2024-01-09 00:01:53 +08:00
"dev": true,
"license": "MIT",
"dependencies": {
"minimatch": "^3.0.4",
"semver": "^7.3.4",
"vscode-languageserver-protocol": "3.16.0"
2024-01-09 00:01:53 +08:00
},
"engines": {
"vscode": "^1.52.0"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
}
},
"node_modules/vscode-languageclient/node_modules/semver": {
"version": "7.3.7",
2024-01-09 00:01:53 +08:00
"dev": true,
"license": "ISC",
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
2024-01-09 00:01:53 +08:00
"engines": {
"node": ">=10"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
}
},
"node_modules/vscode-languageserver": {
"version": "7.0.0",
2024-01-09 00:01:53 +08:00
"dev": true,
"license": "MIT",
"dependencies": {
"vscode-languageserver-protocol": "3.16.0"
},
"bin": {
"installServerIntoExtension": "bin/installServerIntoExtension"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/vscode-languageserver-protocol": {
"version": "3.16.0",
2024-01-09 00:01:53 +08:00
"dev": true,
"license": "MIT",
"dependencies": {
"vscode-jsonrpc": "6.0.0",
"vscode-languageserver-types": "3.16.0"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
}
},
"node_modules/vscode-languageserver-textdocument": {
"version": "1.0.5",
2024-01-09 00:01:53 +08:00
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
"node_modules/vscode-languageserver-types": {
"version": "3.16.0",
2024-01-09 00:01:53 +08:00
"dev": true,
"license": "MIT"
},
"node_modules/vscode-oniguruma": {
"version": "1.6.2",
"license": "MIT"
},
"node_modules/vscode-textmate": {
"version": "5.2.0",
"license": "MIT"
},
"node_modules/vscode-uri": {
"version": "3.0.3",
"dev": true,
"license": "MIT"
},
"node_modules/vue": {
"version": "3.2.37",
"license": "MIT",
"dependencies": {
"@vue/compiler-dom": "3.2.37",
"@vue/compiler-sfc": "3.2.37",
"@vue/runtime-dom": "3.2.37",
"@vue/server-renderer": "3.2.37",
"@vue/shared": "3.2.37"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/vue-eslint-parser": {
"version": "9.0.3",
2024-01-09 00:01:53 +08:00
"dev": true,
"license": "MIT",
"dependencies": {
"debug": "^4.3.4",
"eslint-scope": "^7.1.1",
"eslint-visitor-keys": "^3.3.0",
"espree": "^9.3.1",
"esquery": "^1.4.0",
"lodash": "^4.17.21",
"semver": "^7.3.6"
},
2024-01-09 00:01:53 +08:00
"engines": {
"node": "^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/mysticatea"
},
"peerDependencies": {
"eslint": ">=6.0.0"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
}
},
"node_modules/vue-eslint-parser/node_modules/eslint-scope": {
"version": "7.1.1",
2024-01-09 00:01:53 +08:00
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"esrecurse": "^4.3.0",
"estraverse": "^5.2.0"
},
2024-01-09 00:01:53 +08:00
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
feat(pm): new prosemirror package for dependency resolving * chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * feat(pm): add prosemirror meta package * rfix: resolve issues with build paths & export mappings * docs: update documentation to include notes for @tiptap/pm * chore(pm): update tsconfig * chore(packages): update packages * fix(pm): add package export infos & fix dependencies * chore(general): start moving to pm package as deps * chore: move to tiptap pm package internally * fix(demos): fix demos working with new pm package * fix(tables): fix tables package * fix(tables): fix tables package * chore(demos): pinned typescript version * chore: remove unnecessary tsconfig * chore: fix netlify build * fix(demos): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * fix(tests): fix package resolving for pm packages * chore(tests): fix tests not running correctly after pm package * chore(pm): add files to files array * chore: update build workflow * chore(tests): increase timeout time back to 12s * chore(docs): update docs * chore(docs): update installation guides & pm information to docs * chore(docs): add link to prosemirror docs * fix(vue-3): add missing build step * chore(docs): comment out cdn link * chore(docs): remove semicolons from docs * chore(docs): remove unnecessary installation note * chore(docs): remove unnecessary installation note
2023-02-03 00:37:33 +08:00
}
},
"node_modules/vue-eslint-parser/node_modules/estraverse": {
"version": "5.3.0",
2024-01-09 00:01:53 +08:00
"dev": true,
"license": "BSD-2-Clause",
2024-01-09 00:01:53 +08:00
"engines": {
"node": ">=4.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/vue-eslint-parser/node_modules/semver": {
"version": "7.3.7",
2024-01-09 00:01:53 +08:00
"dev": true,
"license": "ISC",
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
2024-01-09 00:01:53 +08:00
"engines": {
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/vue-router": {
"version": "4.0.16",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
"dependencies": {
"@vue/devtools-api": "^6.0.0"
},
"funding": {
"url": "https://github.com/sponsors/posva"
},
"peerDependencies": {
"vue": "^3.2.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/vue-ts-types": {
"version": "1.6.0",
2024-01-09 05:30:06 +08:00
"license": "MIT",
"peerDependencies": {
"vue": "^2.6 || ^3.2"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/w3c-keyname": {
"version": "2.2.4",
"license": "MIT"
2022-05-18 16:52:35 +08:00
},
"node_modules/walk-up-path": {
"version": "1.0.0",
2024-01-09 00:01:53 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC"
2023-07-26 17:16:22 +08:00
},
"node_modules/watchpack": {
"version": "2.4.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
"dependencies": {
"glob-to-regexp": "^0.4.1",
"graceful-fs": "^4.1.2"
},
2024-01-09 00:01:53 +08:00
"engines": {
"node": ">=10.13.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/wcwidth": {
"version": "1.0.1",
2023-07-26 17:16:22 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
"dependencies": {
"defaults": "^1.0.3"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/webidl-conversions": {
"version": "3.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "BSD-2-Clause"
2022-04-23 04:40:42 +08:00
},
"node_modules/webpack": {
"version": "5.76.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
"dependencies": {
"@types/eslint-scope": "^3.7.3",
"@types/estree": "^0.0.51",
"@webassemblyjs/ast": "1.11.1",
"@webassemblyjs/wasm-edit": "1.11.1",
"@webassemblyjs/wasm-parser": "1.11.1",
"acorn": "^8.7.1",
"acorn-import-assertions": "^1.7.6",
"browserslist": "^4.14.5",
"chrome-trace-event": "^1.0.2",
"enhanced-resolve": "^5.10.0",
"es-module-lexer": "^0.9.0",
"eslint-scope": "5.1.1",
"events": "^3.2.0",
"glob-to-regexp": "^0.4.1",
"graceful-fs": "^4.2.9",
"json-parse-even-better-errors": "^2.3.1",
"loader-runner": "^4.2.0",
"mime-types": "^2.1.27",
"neo-async": "^2.6.2",
"schema-utils": "^3.1.0",
"tapable": "^2.1.1",
"terser-webpack-plugin": "^5.1.3",
"watchpack": "^2.4.0",
"webpack-sources": "^3.2.3"
},
"bin": {
"webpack": "bin/webpack.js"
},
2022-05-18 16:52:35 +08:00
"engines": {
"node": ">=10.13.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
2023-03-30 00:06:42 +08:00
},
2024-01-09 00:01:53 +08:00
"peerDependenciesMeta": {
"webpack-cli": {
2024-01-09 00:01:53 +08:00
"optional": true
2022-04-23 04:40:42 +08:00
}
2022-05-18 16:52:35 +08:00
}
},
"node_modules/webpack-sources": {
"version": "3.2.3",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-05-18 16:52:35 +08:00
"engines": {
"node": ">=10.13.0"
2022-05-18 16:52:35 +08:00
}
},
"node_modules/webpack/node_modules/@types/estree": {
"version": "0.0.51",
2024-01-09 00:01:53 +08:00
"dev": true,
"license": "MIT"
2022-05-18 16:52:35 +08:00
},
"node_modules/webpack/node_modules/schema-utils": {
"version": "3.1.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/json-schema": "^7.0.8",
"ajv": "^6.12.5",
"ajv-keywords": "^3.5.2"
},
"engines": {
"node": ">= 10.13.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
}
},
"node_modules/whatwg-url": {
"version": "5.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
2024-01-09 00:01:53 +08:00
"dependencies": {
"tr46": "~0.0.3",
"webidl-conversions": "^3.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/which": {
"version": "2.0.2",
"dev": true,
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"isexe": "^2.0.0"
2023-03-30 00:06:42 +08:00
},
"bin": {
"node-which": "bin/node-which"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/which-boxed-primitive": {
"version": "1.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
"is-bigint": "^1.0.1",
"is-boolean-object": "^1.1.0",
"is-number-object": "^1.0.4",
"is-string": "^1.0.5",
"is-symbol": "^1.0.3"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/wide-align": {
"version": "1.1.5",
"dev": true,
"license": "ISC",
2023-03-30 00:06:42 +08:00
"dependencies": {
"string-width": "^1.0.2 || 2 || 3 || 4"
}
},
"node_modules/word-wrap": {
"version": "1.2.4",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"engines": {
"node": ">=0.10.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/wordwrap": {
"version": "1.0.0",
2024-01-09 01:53:08 +08:00
"dev": true,
"license": "MIT"
},
"node_modules/wrap-ansi": {
2024-01-09 00:01:53 +08:00
"version": "7.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-styles": "^4.0.0",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0"
2024-01-09 00:01:53 +08:00
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
}
},
"node_modules/wrap-ansi/node_modules/ansi-styles": {
"version": "4.3.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"color-convert": "^2.0.1"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/wrap-ansi/node_modules/color-convert": {
"version": "2.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2024-01-09 00:01:53 +08:00
"dependencies": {
"color-name": "~1.1.4"
2022-04-23 04:40:42 +08:00
},
2024-01-09 00:01:53 +08:00
"engines": {
"node": ">=7.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/wrap-ansi/node_modules/color-name": {
"version": "1.1.4",
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
"node_modules/wrappy": {
"version": "1.0.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC"
2022-04-23 04:40:42 +08:00
},
"node_modules/write-file-atomic": {
"version": "3.0.3",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC",
2022-04-23 04:40:42 +08:00
"dependencies": {
"imurmurhash": "^0.1.4",
"is-typedarray": "^1.0.0",
"signal-exit": "^3.0.2",
"typedarray-to-buffer": "^3.1.5"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/write-json-file": {
"version": "4.3.0",
"dev": true,
"license": "MIT",
2024-01-09 00:01:53 +08:00
"dependencies": {
"detect-indent": "^6.0.0",
"graceful-fs": "^4.1.15",
"is-plain-obj": "^2.0.0",
"make-dir": "^3.0.0",
"sort-keys": "^4.0.0",
"write-file-atomic": "^3.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=8.3"
2024-01-09 00:01:53 +08:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/write-json-file/node_modules/is-plain-obj": {
"version": "2.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/write-pkg": {
"version": "4.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2024-01-09 00:01:53 +08:00
"dependencies": {
"sort-keys": "^2.0.0",
"type-fest": "^0.4.1",
"write-json-file": "^3.2.0"
2024-01-09 00:01:53 +08:00
},
"engines": {
"node": ">=8"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/write-pkg/node_modules/detect-indent": {
"version": "5.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/write-pkg/node_modules/make-dir": {
"version": "2.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"pify": "^4.0.1",
"semver": "^5.6.0"
2023-03-30 00:06:42 +08:00
},
2024-01-09 00:01:53 +08:00
"engines": {
"node": ">=6"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/write-pkg/node_modules/pify": {
"version": "4.0.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2024-01-09 00:01:53 +08:00
"engines": {
"node": ">=6"
}
},
"node_modules/write-pkg/node_modules/semver": {
"version": "5.7.1",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "ISC",
"bin": {
"semver": "bin/semver"
}
2023-03-30 00:06:42 +08:00
},
"node_modules/write-pkg/node_modules/sort-keys": {
"version": "2.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"is-plain-obj": "^1.0.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=4"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/write-pkg/node_modules/type-fest": {
"version": "0.4.1",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "(MIT OR CC0-1.0)",
"engines": {
"node": ">=6"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/write-pkg/node_modules/write-file-atomic": {
"version": "2.4.3",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "ISC",
"dependencies": {
"graceful-fs": "^4.1.11",
"imurmurhash": "^0.1.4",
"signal-exit": "^3.0.2"
}
2022-04-23 04:40:42 +08:00
},
"node_modules/write-pkg/node_modules/write-json-file": {
"version": "3.2.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-08 19:54:37 +08:00
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
"detect-indent": "^5.0.0",
"graceful-fs": "^4.1.15",
"make-dir": "^2.1.0",
"pify": "^4.0.1",
"sort-keys": "^2.0.0",
"write-file-atomic": "^2.4.2"
},
"engines": {
"node": ">=6"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/ws": {
"version": "7.5.9",
2024-01-09 05:30:06 +08:00
"license": "MIT",
2024-01-19 03:07:51 +08:00
"optional": true,
"engines": {
"node": ">=8.3.0"
2023-03-30 00:06:42 +08:00
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": "^5.0.2"
2023-03-30 00:06:42 +08:00
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
2023-03-30 00:06:42 +08:00
"optional": true
}
2022-04-23 04:40:42 +08:00
}
},
"node_modules/xml-name-validator": {
"version": "4.0.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "Apache-2.0",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=12"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/xtend": {
"version": "4.0.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2022-04-23 04:40:42 +08:00
"engines": {
"node": ">=0.4"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/y-prosemirror": {
"version": "1.0.20",
2024-01-08 19:54:37 +08:00
"license": "MIT",
"dependencies": {
"lib0": "^0.2.42"
},
2024-01-09 00:01:53 +08:00
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/dmonad"
},
"peerDependencies": {
"prosemirror-model": "^1.7.1",
"prosemirror-state": "^1.2.3",
"prosemirror-view": "^1.9.10",
"y-protocols": "^1.0.1",
"yjs": "^13.3.2"
}
},
"node_modules/y-protocols": {
2024-01-19 03:07:51 +08:00
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/y-protocols/-/y-protocols-1.0.6.tgz",
"integrity": "sha512-vHRF2L6iT3rwj1jub/K5tYcTT/mEYDUppgNPXwp8fmLpui9f7Yeq3OEtTLVF012j39QnV+KEQpNqoN7CWU7Y9Q==",
2022-04-23 04:40:42 +08:00
"dependencies": {
2024-01-19 03:07:51 +08:00
"lib0": "^0.2.85"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
2023-03-30 00:06:42 +08:00
},
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/dmonad"
2024-01-19 03:07:51 +08:00
},
"peerDependencies": {
"yjs": "^13.0.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/y-webrtc": {
"version": "10.2.5",
2024-01-09 05:30:06 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"lib0": "^0.2.42",
"simple-peer": "^9.11.0",
"y-protocols": "^1.0.5"
2024-01-09 00:01:53 +08:00
},
"bin": {
"y-webrtc-signaling": "bin/server.js"
2024-01-09 00:01:53 +08:00
},
"engines": {
"node": ">=12"
2024-01-09 00:01:53 +08:00
},
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/dmonad"
},
"optionalDependencies": {
"ws": "^7.2.0"
2023-03-30 00:06:42 +08:00
}
2022-04-23 04:40:42 +08:00
},
"node_modules/y18n": {
"version": "5.0.8",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2024-01-09 00:01:53 +08:00
"engines": {
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/yallist": {
"version": "4.0.0",
2024-01-08 19:54:37 +08:00
"dev": true,
"license": "ISC"
2023-03-30 00:06:42 +08:00
},
"node_modules/yaml": {
"version": "1.10.2",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "ISC",
2024-01-09 00:01:53 +08:00
"engines": {
"node": ">= 6"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/yargs": {
"version": "16.2.0",
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"cliui": "^7.0.2",
"escalade": "^3.1.1",
"get-caller-file": "^2.0.5",
"require-directory": "^2.1.1",
"string-width": "^4.2.0",
"y18n": "^5.0.5",
"yargs-parser": "^20.2.2"
2023-03-30 00:06:42 +08:00
},
"engines": {
"node": ">=10"
}
2022-04-23 04:40:42 +08:00
},
"node_modules/yargs-parser": {
"version": "20.2.4",
2024-01-09 00:01:53 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "ISC",
2024-01-09 00:01:53 +08:00
"engines": {
"node": ">=10"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/yauzl": {
"version": "2.10.0",
2022-04-23 04:40:42 +08:00
"dev": true,
"license": "MIT",
2024-01-09 00:01:53 +08:00
"dependencies": {
"buffer-crc32": "~0.2.3",
"fd-slicer": "~1.1.0"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/yjs": {
2024-01-19 03:07:51 +08:00
"version": "13.6.10",
"resolved": "https://registry.npmjs.org/yjs/-/yjs-13.6.10.tgz",
"integrity": "sha512-1JcyQek1vaMyrDm7Fqfa+pvHg/DURSbVo4VmeN7wjnTKB/lZrfIPhdCj7d8sboK6zLfRBJXegTjc9JlaDd8/Zw==",
2022-04-23 04:40:42 +08:00
"dependencies": {
2024-01-19 03:07:51 +08:00
"lib0": "^0.2.86"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
2023-03-30 00:06:42 +08:00
},
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/dmonad"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/yocto-queue": {
"version": "0.1.0",
2022-04-23 04:40:42 +08:00
"dev": true,
2024-01-09 01:53:08 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"engines": {
"node": ">=10"
2024-01-09 00:01:53 +08:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-04-23 04:40:42 +08:00
}
},
"node_modules/zeed-dom": {
2024-01-09 03:22:38 +08:00
"version": "0.10.11",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2024-01-09 03:22:38 +08:00
"css-what": "^6.1.0"
2022-04-23 04:40:42 +08:00
},
"engines": {
"node": ">=14.13.1"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/holtwick"
2022-05-18 16:52:35 +08:00
}
},
"packages/core": {
"name": "@tiptap/core",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/pm": "^2.2.0-rc.8"
2024-01-09 00:01:53 +08:00
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/pm": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
"packages/extension-blockquote": {
"name": "@tiptap/extension-blockquote",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
2022-05-18 16:52:35 +08:00
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"
2022-05-18 16:52:35 +08:00
}
},
"packages/extension-bold": {
"name": "@tiptap/extension-bold",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
2024-01-09 00:01:53 +08:00
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
2024-01-09 00:01:53 +08:00
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"
2022-05-18 16:52:35 +08:00
}
},
"packages/extension-bubble-menu": {
"name": "@tiptap/extension-bubble-menu",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
"license": "MIT",
2022-05-18 16:52:35 +08:00
"dependencies": {
"tippy.js": "^6.3.7"
2022-05-18 16:52:35 +08:00
},
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/pm": "^2.2.0-rc.8"
2022-04-23 04:40:42 +08:00
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
2024-01-09 00:01:53 +08:00
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",
"@tiptap/pm": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
"packages/extension-bullet-list": {
"name": "@tiptap/extension-bullet-list",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2024-01-08 19:54:37 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
2023-03-30 00:06:42 +08:00
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
2022-05-18 16:52:35 +08:00
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
"packages/extension-character-count": {
"name": "@tiptap/extension-character-count",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2023-03-30 00:06:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/pm": "^2.2.0-rc.8"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"peerDependencies": {
"@tiptap/core": "^2.0.0",
2023-03-30 00:06:42 +08:00
"@tiptap/pm": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
"packages/extension-code": {
"name": "@tiptap/extension-code",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
2022-04-23 04:40:42 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
"packages/extension-code-block": {
"name": "@tiptap/extension-code-block",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/pm": "^2.2.0-rc.8"
2023-03-30 00:06:42 +08:00
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2024-01-09 00:01:53 +08:00
"@tiptap/core": "^2.0.0",
"@tiptap/pm": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"packages/extension-code-block-lowlight": {
"name": "@tiptap/extension-code-block-lowlight",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/extension-code-block": "^2.2.0-rc.8",
"@tiptap/pm": "^2.2.0-rc.8"
2022-04-23 04:40:42 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",
2024-01-09 00:01:53 +08:00
"@tiptap/extension-code-block": "^2.0.0",
2023-03-30 00:06:42 +08:00
"@tiptap/pm": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2024-01-09 00:01:53 +08:00
"packages/extension-collaboration": {
"name": "@tiptap/extension-collaboration",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/pm": "^2.2.0-rc.8",
"y-prosemirror": "^1.2.1"
2023-03-30 00:06:42 +08:00
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",
2023-04-05 21:00:54 +08:00
"@tiptap/pm": "^2.0.0",
"y-prosemirror": "^1.2.1"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-collaboration-cursor": {
"name": "@tiptap/extension-collaboration-cursor",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
"license": "MIT",
2023-03-30 19:16:51 +08:00
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"y-prosemirror": "^1.2.1"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-04-05 21:00:54 +08:00
"@tiptap/core": "^2.0.0",
"y-prosemirror": "^1.2.1"
}
},
"packages/extension-collaboration-cursor/node_modules/y-prosemirror": {
2024-01-08 19:54:37 +08:00
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/y-prosemirror/-/y-prosemirror-1.2.1.tgz",
"integrity": "sha512-czMBfB1eL2awqmOSxQM8cS/fsUOGE6fjvyPLInrh4crPxFiw67wDpwIW+EGBYKRa04sYbS0ScGj7ZgvWuDrmBQ==",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"lib0": "^0.2.42"
},
2024-01-08 19:54:37 +08:00
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/dmonad"
},
"peerDependencies": {
"prosemirror-model": "^1.7.1",
"prosemirror-state": "^1.2.3",
"prosemirror-view": "^1.9.10",
"y-protocols": "^1.0.1",
"yjs": "^13.5.38"
}
},
"packages/extension-collaboration/node_modules/y-prosemirror": {
2024-01-08 19:54:37 +08:00
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/y-prosemirror/-/y-prosemirror-1.2.1.tgz",
"integrity": "sha512-czMBfB1eL2awqmOSxQM8cS/fsUOGE6fjvyPLInrh4crPxFiw67wDpwIW+EGBYKRa04sYbS0ScGj7ZgvWuDrmBQ==",
"dev": true,
2024-01-09 05:30:06 +08:00
"license": "MIT",
"dependencies": {
"lib0": "^0.2.42"
},
2024-01-08 19:54:37 +08:00
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/dmonad"
},
"peerDependencies": {
"prosemirror-model": "^1.7.1",
"prosemirror-state": "^1.2.3",
"prosemirror-view": "^1.9.10",
"y-protocols": "^1.0.1",
"yjs": "^13.5.38"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-color": {
"name": "@tiptap/extension-color",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/extension-text-style": "^2.2.0-rc.8"
2023-03-30 00:06:42 +08:00
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",
"@tiptap/extension-text-style": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-document": {
"name": "@tiptap/extension-document",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
2022-04-23 04:40:42 +08:00
},
"peerDependencies": {
2023-03-30 00:06:42 +08:00
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-dropcursor": {
"name": "@tiptap/extension-dropcursor",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/pm": "^2.2.0-rc.8"
},
"funding": {
2023-03-30 00:06:42 +08:00
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-30 00:06:42 +08:00
"@tiptap/core": "^2.0.0",
"@tiptap/pm": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-floating-menu": {
"name": "@tiptap/extension-floating-menu",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
"license": "MIT",
2022-04-23 04:40:42 +08:00
"dependencies": {
2023-03-30 00:06:42 +08:00
"tippy.js": "^6.3.7"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/pm": "^2.2.0-rc.8"
2022-04-23 04:40:42 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"peerDependencies": {
"@tiptap/core": "^2.0.0",
"@tiptap/pm": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-focus": {
"name": "@tiptap/extension-focus",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/pm": "^2.2.0-rc.8"
2022-04-23 04:40:42 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
2023-03-30 00:06:42 +08:00
"peerDependencies": {
"@tiptap/core": "^2.0.0",
"@tiptap/pm": "^2.0.0"
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-font-family": {
"name": "@tiptap/extension-font-family",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
"license": "MIT",
2023-03-30 00:06:42 +08:00
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/extension-text-style": "^2.2.0-rc.8"
2022-04-23 04:40:42 +08:00
},
"funding": {
2023-03-30 00:06:42 +08:00
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",
"@tiptap/extension-text-style": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-gapcursor": {
"name": "@tiptap/extension-gapcursor",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/pm": "^2.2.0-rc.8"
2022-04-23 04:40:42 +08:00
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-30 00:06:42 +08:00
"@tiptap/core": "^2.0.0",
2023-03-29 23:03:25 +08:00
"@tiptap/pm": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-hard-break": {
"name": "@tiptap/extension-hard-break",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
},
2022-04-23 04:40:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-29 23:03:25 +08:00
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-heading": {
"name": "@tiptap/extension-heading",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
},
2022-04-23 04:40:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-29 23:03:25 +08:00
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-highlight": {
"name": "@tiptap/extension-highlight",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
},
2022-04-23 04:40:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-30 00:06:42 +08:00
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-history": {
"name": "@tiptap/extension-history",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/pm": "^2.2.0-rc.8"
},
2022-04-23 04:40:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-30 00:06:42 +08:00
"@tiptap/core": "^2.0.0",
"@tiptap/pm": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-horizontal-rule": {
"name": "@tiptap/extension-horizontal-rule",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/pm": "^2.2.0-rc.8"
2022-04-23 04:40:42 +08:00
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-29 23:03:25 +08:00
"@tiptap/core": "^2.0.0",
"@tiptap/pm": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-image": {
"name": "@tiptap/extension-image",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
},
2022-04-23 04:40:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-29 23:03:25 +08:00
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-italic": {
"name": "@tiptap/extension-italic",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
2022-04-23 04:40:42 +08:00
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-30 00:06:42 +08:00
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-link": {
"name": "@tiptap/extension-link",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"linkifyjs": "^4.1.0"
},
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/pm": "^2.2.0-rc.8"
2022-04-23 04:40:42 +08:00
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-29 23:03:25 +08:00
"@tiptap/core": "^2.0.0",
"@tiptap/pm": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-list-item": {
"name": "@tiptap/extension-list-item",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2023-08-11 09:13:45 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
2023-08-11 09:13:45 +08:00
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"
}
},
"packages/extension-list-keymap": {
"name": "@tiptap/extension-list-keymap",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
2022-04-23 04:40:42 +08:00
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-30 00:06:42 +08:00
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-mention": {
"name": "@tiptap/extension-mention",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/pm": "^2.2.0-rc.8",
"@tiptap/suggestion": "^2.2.0-rc.8"
},
2022-04-23 04:40:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-29 23:03:25 +08:00
"@tiptap/core": "^2.0.0",
2023-03-30 00:06:42 +08:00
"@tiptap/pm": "^2.0.0",
"@tiptap/suggestion": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-ordered-list": {
"name": "@tiptap/extension-ordered-list",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
},
2022-04-23 04:40:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-30 00:06:42 +08:00
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-paragraph": {
"name": "@tiptap/extension-paragraph",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
},
2022-04-23 04:40:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-29 23:03:25 +08:00
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-placeholder": {
"name": "@tiptap/extension-placeholder",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/pm": "^2.2.0-rc.8"
2022-04-23 04:40:42 +08:00
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-29 23:03:25 +08:00
"@tiptap/core": "^2.0.0",
"@tiptap/pm": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-strike": {
"name": "@tiptap/extension-strike",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
},
2022-04-23 04:40:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-30 00:06:42 +08:00
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-subscript": {
"name": "@tiptap/extension-subscript",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
2022-04-23 04:40:42 +08:00
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-30 00:06:42 +08:00
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-superscript": {
"name": "@tiptap/extension-superscript",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
},
2022-04-23 04:40:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-30 00:06:42 +08:00
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-table": {
"name": "@tiptap/extension-table",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/pm": "^2.2.0-rc.8"
2022-04-23 04:40:42 +08:00
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-29 23:03:25 +08:00
"@tiptap/core": "^2.0.0",
"@tiptap/pm": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-table-cell": {
"name": "@tiptap/extension-table-cell",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
},
2022-04-23 04:40:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-29 23:03:25 +08:00
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-table-header": {
"name": "@tiptap/extension-table-header",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
},
2022-04-23 04:40:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-29 23:03:25 +08:00
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-table-row": {
"name": "@tiptap/extension-table-row",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
},
2022-04-23 04:40:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-29 23:03:25 +08:00
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-task-item": {
"name": "@tiptap/extension-task-item",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/pm": "^2.2.0-rc.8"
2022-04-23 04:40:42 +08:00
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-29 23:03:25 +08:00
"@tiptap/core": "^2.0.0",
"@tiptap/pm": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-task-list": {
"name": "@tiptap/extension-task-list",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
},
2022-04-23 04:40:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-29 23:03:25 +08:00
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-text": {
"name": "@tiptap/extension-text",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
},
2022-04-23 04:40:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-29 23:03:25 +08:00
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-text-align": {
"name": "@tiptap/extension-text-align",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
2022-04-23 04:40:42 +08:00
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-30 00:06:42 +08:00
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-text-style": {
"name": "@tiptap/extension-text-style",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
},
2022-04-23 04:40:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-29 23:03:25 +08:00
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-typography": {
"name": "@tiptap/extension-typography",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
2022-04-23 04:40:42 +08:00
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-30 00:06:42 +08:00
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-underline": {
"name": "@tiptap/extension-underline",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
},
2022-04-23 04:40:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-29 23:03:25 +08:00
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/extension-youtube": {
"name": "@tiptap/extension-youtube",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8"
},
2022-04-23 04:40:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-29 23:03:25 +08:00
"@tiptap/core": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/html": {
"name": "@tiptap/html",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"zeed-dom": "^0.10.9"
2023-03-30 00:06:42 +08:00
},
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/pm": "^2.2.0-rc.8"
2022-04-23 04:40:42 +08:00
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-29 23:03:25 +08:00
"@tiptap/core": "^2.0.0",
"@tiptap/pm": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/pm": {
"name": "@tiptap/pm",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
"prosemirror-changeset": "^2.2.1",
"prosemirror-collab": "^1.3.1",
"prosemirror-commands": "^1.5.2",
"prosemirror-dropcursor": "^1.8.1",
"prosemirror-gapcursor": "^1.3.2",
"prosemirror-history": "^1.3.2",
"prosemirror-inputrules": "^1.3.0",
"prosemirror-keymap": "^1.2.2",
"prosemirror-markdown": "^1.12.0",
"prosemirror-menu": "^1.2.4",
"prosemirror-model": "^1.19.4",
"prosemirror-schema-basic": "^1.2.2",
"prosemirror-schema-list": "^1.3.0",
"prosemirror-state": "^1.4.3",
"prosemirror-tables": "^1.3.5",
"prosemirror-trailing-node": "^2.0.7",
"prosemirror-transform": "^1.8.0",
"prosemirror-view": "^1.32.7"
},
2022-04-23 04:40:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
}
},
2023-03-30 00:06:42 +08:00
"packages/react": {
"name": "@tiptap/react",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/extension-bubble-menu": "^2.2.0-rc.8",
"@tiptap/extension-floating-menu": "^2.2.0-rc.8"
2023-03-30 00:06:42 +08:00
},
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/pm": "^2.2.0-rc.8",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
2023-03-30 00:06:42 +08:00
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
2022-04-23 04:40:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-30 00:06:42 +08:00
"@tiptap/core": "^2.0.0",
"@tiptap/pm": "^2.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/starter-kit": {
"name": "@tiptap/starter-kit",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
"license": "MIT",
"dependencies": {
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/extension-blockquote": "^2.2.0-rc.8",
"@tiptap/extension-bold": "^2.2.0-rc.8",
"@tiptap/extension-bullet-list": "^2.2.0-rc.8",
"@tiptap/extension-code": "^2.2.0-rc.8",
"@tiptap/extension-code-block": "^2.2.0-rc.8",
"@tiptap/extension-document": "^2.2.0-rc.8",
"@tiptap/extension-dropcursor": "^2.2.0-rc.8",
"@tiptap/extension-gapcursor": "^2.2.0-rc.8",
"@tiptap/extension-hard-break": "^2.2.0-rc.8",
"@tiptap/extension-heading": "^2.2.0-rc.8",
"@tiptap/extension-history": "^2.2.0-rc.8",
"@tiptap/extension-horizontal-rule": "^2.2.0-rc.8",
"@tiptap/extension-italic": "^2.2.0-rc.8",
"@tiptap/extension-list-item": "^2.2.0-rc.8",
"@tiptap/extension-ordered-list": "^2.2.0-rc.8",
"@tiptap/extension-paragraph": "^2.2.0-rc.8",
"@tiptap/extension-strike": "^2.2.0-rc.8",
"@tiptap/extension-text": "^2.2.0-rc.8"
},
2022-04-23 04:40:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
}
},
2023-03-30 00:06:42 +08:00
"packages/suggestion": {
"name": "@tiptap/suggestion",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/pm": "^2.2.0-rc.8"
2022-04-23 04:40:42 +08:00
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-29 23:03:25 +08:00
"@tiptap/core": "^2.0.0",
"@tiptap/pm": "^2.0.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/vue-2": {
"name": "@tiptap/vue-2",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/extension-bubble-menu": "^2.2.0-rc.8",
"@tiptap/extension-floating-menu": "^2.2.0-rc.8",
"vue-ts-types": "^1.6.0"
2022-04-23 04:40:42 +08:00
},
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/pm": "^2.2.0-rc.8",
2023-03-30 00:06:42 +08:00
"vue": "^2.6.0"
},
2022-04-23 04:40:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-30 00:06:42 +08:00
"@tiptap/core": "^2.0.0",
"@tiptap/pm": "^2.0.0",
"vue": "^2.6.0"
2022-04-23 04:40:42 +08:00
}
},
2023-03-30 00:06:42 +08:00
"packages/vue-2/node_modules/vue": {
"version": "2.6.14",
2023-03-30 00:06:42 +08:00
"dev": true,
"license": "MIT"
2022-04-23 04:40:42 +08:00
},
2023-03-30 00:06:42 +08:00
"packages/vue-3": {
"name": "@tiptap/vue-3",
2024-01-10 20:57:46 +08:00
"version": "2.2.0-rc.8",
2022-04-23 04:40:42 +08:00
"license": "MIT",
2023-03-30 00:06:42 +08:00
"dependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/extension-bubble-menu": "^2.2.0-rc.8",
"@tiptap/extension-floating-menu": "^2.2.0-rc.8"
2023-03-30 00:06:42 +08:00
},
"devDependencies": {
2024-01-10 20:57:46 +08:00
"@tiptap/core": "^2.2.0-rc.8",
"@tiptap/pm": "^2.2.0-rc.8",
2023-03-30 00:06:42 +08:00
"vue": "^3.0.0"
},
2022-04-23 04:40:42 +08:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
2023-03-29 23:03:25 +08:00
"@tiptap/core": "^2.0.0",
2023-03-30 00:06:42 +08:00
"@tiptap/pm": "^2.0.0",
"vue": "^3.0.0"
2022-04-23 04:40:42 +08:00
}
2023-03-30 00:06:42 +08:00
}
2022-04-23 04:40:42 +08:00
}
}