@nocobase/plugin-ai 2.0.3 → 2.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/externalVersion.js +13 -13
- package/dist/node_modules/@langchain/anthropic/package.json +1 -1
- package/dist/node_modules/@langchain/core/package.json +1 -1
- package/dist/node_modules/@langchain/deepseek/package.json +1 -1
- package/dist/node_modules/@langchain/google-genai/package.json +1 -1
- package/dist/node_modules/@langchain/langgraph/package.json +1 -1
- package/dist/node_modules/@langchain/langgraph-checkpoint/package.json +1 -1
- package/dist/node_modules/@langchain/ollama/package.json +1 -1
- package/dist/node_modules/@langchain/openai/package.json +1 -1
- package/dist/node_modules/fast-glob/package.json +1 -1
- package/dist/node_modules/flexsearch/package.json +1 -1
- package/dist/node_modules/fs-extra/package.json +1 -1
- package/dist/node_modules/langchain/package.json +1 -1
- package/dist/node_modules/nodejs-snowflake/package.json +1 -1
- package/dist/node_modules/zod/package.json +1 -1
- package/dist/server/ai-employees/ai-employee.d.ts +1 -1
- package/dist/server/ai-employees/ai-employee.js +51 -56
- package/dist/server/collections/lc-checkpoint-blobs.js +2 -1
- package/dist/server/collections/lc-checkpoint-writes.js +1 -0
- package/dist/server/llm-providers/openai/completions.js +1 -1
- package/dist/server/llm-providers/provider.d.ts +1 -0
- package/dist/server/llm-providers/provider.js +9 -3
- package/dist/server/migrations/20250517214622-init-settings.js +1 -1
- package/dist/server/migrations/20250923221107-setup-build-in.js +1 -1
- package/dist/server/migrations/20260107000000-reset-builtin-about.js +1 -1
- package/dist/server/migrations/20260131000000-add-model-options.js +1 -1
- package/dist/server/migrations/20260225220347-alter-checkpoint-blob-field.d.ts +15 -0
- package/dist/server/migrations/20260225220347-alter-checkpoint-blob-field.js +63 -0
- package/dist/server/resource/aiConversations.js +16 -1
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,31 +8,31 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/plugin-acl": "2.0.
|
|
12
|
-
"@nocobase/plugin-workflow": "2.0.
|
|
13
|
-
"@nocobase/client": "2.0.
|
|
14
|
-
"@nocobase/utils": "2.0.
|
|
15
|
-
"@nocobase/database": "2.0.
|
|
16
|
-
"@nocobase/server": "2.0.
|
|
11
|
+
"@nocobase/plugin-acl": "2.0.6",
|
|
12
|
+
"@nocobase/plugin-workflow": "2.0.6",
|
|
13
|
+
"@nocobase/client": "2.0.6",
|
|
14
|
+
"@nocobase/utils": "2.0.6",
|
|
15
|
+
"@nocobase/database": "2.0.6",
|
|
16
|
+
"@nocobase/server": "2.0.6",
|
|
17
17
|
"axios": "1.7.7",
|
|
18
|
-
"@nocobase/actions": "2.0.
|
|
19
|
-
"@nocobase/ai": "2.0.
|
|
18
|
+
"@nocobase/actions": "2.0.6",
|
|
19
|
+
"@nocobase/ai": "2.0.6",
|
|
20
20
|
"react": "18.2.0",
|
|
21
21
|
"antd": "5.24.2",
|
|
22
22
|
"@formily/core": "2.3.7",
|
|
23
23
|
"@formily/react": "2.3.7",
|
|
24
|
-
"@nocobase/flow-engine": "2.0.
|
|
24
|
+
"@nocobase/flow-engine": "2.0.6",
|
|
25
25
|
"@ant-design/icons": "5.6.1",
|
|
26
26
|
"@formily/antd-v5": "1.2.3",
|
|
27
27
|
"react-router-dom": "6.30.1",
|
|
28
28
|
"@formily/shared": "2.3.7",
|
|
29
29
|
"@formily/reactive": "2.3.7",
|
|
30
30
|
"lodash": "4.17.21",
|
|
31
|
-
"@nocobase/plugin-file-manager": "2.0.
|
|
32
|
-
"@nocobase/resourcer": "2.0.
|
|
31
|
+
"@nocobase/plugin-file-manager": "2.0.6",
|
|
32
|
+
"@nocobase/resourcer": "2.0.6",
|
|
33
33
|
"@emotion/css": "11.13.0",
|
|
34
34
|
"react-i18next": "11.18.6",
|
|
35
|
-
"@nocobase/plugin-data-source-manager": "2.0.
|
|
35
|
+
"@nocobase/plugin-data-source-manager": "2.0.6",
|
|
36
36
|
"ahooks": "3.7.8",
|
|
37
|
-
"@nocobase/data-source-manager": "2.0.
|
|
37
|
+
"@nocobase/data-source-manager": "2.0.6"
|
|
38
38
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@langchain/anthropic","version":"1.3.17","description":"Anthropic integrations for LangChain.js","author":"LangChain","license":"MIT","type":"module","engines":{"node":">=20"},"repository":{"type":"git","url":"git@github.com:langchain-ai/langchainjs.git"},"homepage":"https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-anthropic/","dependencies":{"@anthropic-ai/sdk":"^0.73.0","zod":"^3.25.76 || ^4"},"peerDependencies":{"@langchain/core":"^1.1.21"},"devDependencies":{"@anthropic-ai/vertex-sdk":"^0.14.3","@cfworker/json-schema":"^4.1.1","@tsconfig/recommended":"^1.0.10","@vitest/coverage-v8":"^3.2.4","dotenv":"^17.2.1","dpdm":"^3.14.0","eslint":"^9.34.0","prettier":"^3.5.0","rimraf":"^5.0.1","typescript":"~5.8.3","uuid":"^13.0.0","vitest":"^3.2.4","@langchain/core":"^1.1.21","@langchain/eslint":"0.1.1","@langchain/standard-tests":"0.0.23","@langchain/tsconfig":"0.0.1"},"publishConfig":{"access":"public"},"keywords":["llm","ai","gpt3","chain","prompt","prompt engineering","chatgpt","machine learning","ml","anthropic","embeddings","vectorstores"],"main":"./dist/index.cjs","module":"./dist/index.js","types":"./dist/index.d.cts","exports":{".":{"input":"./src/index.ts","require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./package.json":"./package.json"},"files":["dist/","CHANGELOG.md","README.md","LICENSE"],"scripts":{"build":"turbo build:compile --filter @langchain/anthropic --output-logs new-only","build:compile":"tsdown","lint:eslint":"eslint --cache src/","lint:dpdm":"dpdm --skip-dynamic-imports circular --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts","lint":"pnpm lint:eslint && pnpm lint:dpdm","lint:fix":"pnpm lint:eslint --fix && pnpm lint:dpdm","clean":"rm -rf .turbo dist/","test":"vitest run","test:watch":"vitest","test:int":"vitest run --mode int","test:standard:unit":"vitest run --mode standard-unit","test:standard:int":"vitest run --mode standard-int","test:standard":"pnpm test:standard:unit && pnpm test:standard:int","format":"prettier --write \"src\"","format:check":"prettier --check \"src\"","typegen":"pnpm run typegen:profiles","typegen:profiles":"pnpm --filter @langchain/model-profiles make --config profiles.toml"},"_lastModified":"2026-02-
|
|
1
|
+
{"name":"@langchain/anthropic","version":"1.3.17","description":"Anthropic integrations for LangChain.js","author":"LangChain","license":"MIT","type":"module","engines":{"node":">=20"},"repository":{"type":"git","url":"git@github.com:langchain-ai/langchainjs.git"},"homepage":"https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-anthropic/","dependencies":{"@anthropic-ai/sdk":"^0.73.0","zod":"^3.25.76 || ^4"},"peerDependencies":{"@langchain/core":"^1.1.21"},"devDependencies":{"@anthropic-ai/vertex-sdk":"^0.14.3","@cfworker/json-schema":"^4.1.1","@tsconfig/recommended":"^1.0.10","@vitest/coverage-v8":"^3.2.4","dotenv":"^17.2.1","dpdm":"^3.14.0","eslint":"^9.34.0","prettier":"^3.5.0","rimraf":"^5.0.1","typescript":"~5.8.3","uuid":"^13.0.0","vitest":"^3.2.4","@langchain/core":"^1.1.21","@langchain/eslint":"0.1.1","@langchain/standard-tests":"0.0.23","@langchain/tsconfig":"0.0.1"},"publishConfig":{"access":"public"},"keywords":["llm","ai","gpt3","chain","prompt","prompt engineering","chatgpt","machine learning","ml","anthropic","embeddings","vectorstores"],"main":"./dist/index.cjs","module":"./dist/index.js","types":"./dist/index.d.cts","exports":{".":{"input":"./src/index.ts","require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./package.json":"./package.json"},"files":["dist/","CHANGELOG.md","README.md","LICENSE"],"scripts":{"build":"turbo build:compile --filter @langchain/anthropic --output-logs new-only","build:compile":"tsdown","lint:eslint":"eslint --cache src/","lint:dpdm":"dpdm --skip-dynamic-imports circular --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts","lint":"pnpm lint:eslint && pnpm lint:dpdm","lint:fix":"pnpm lint:eslint --fix && pnpm lint:dpdm","clean":"rm -rf .turbo dist/","test":"vitest run","test:watch":"vitest","test:int":"vitest run --mode int","test:standard:unit":"vitest run --mode standard-unit","test:standard:int":"vitest run --mode standard-int","test:standard":"pnpm test:standard:unit && pnpm test:standard:int","format":"prettier --write \"src\"","format:check":"prettier --check \"src\"","typegen":"pnpm run typegen:profiles","typegen:profiles":"pnpm --filter @langchain/model-profiles make --config profiles.toml"},"_lastModified":"2026-02-26T06:58:17.402Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@langchain/core","version":"1.1.24","description":"Core LangChain.js abstractions and schemas","type":"module","engines":{"node":">=20"},"main":"./dist/index.cjs","types":"./dist/index.d.cts","repository":{"type":"git","url":"git@github.com:langchain-ai/langchainjs.git"},"homepage":"https://github.com/langchain-ai/langchainjs/tree/main/langchain-core/","author":"LangChain","license":"MIT","dependencies":{"@cfworker/json-schema":"^4.0.2","ansi-styles":"^5.0.0","camelcase":"6","decamelize":"1.2.0","js-tiktoken":"^1.0.12","langsmith":">=0.5.0 <1.0.0","mustache":"^4.2.0","p-queue":"^6.6.2","uuid":"^10.0.0","zod":"^3.25.76 || ^4"},"devDependencies":{"@types/decamelize":"^1.2.0","@types/mustache":"^4","@types/uuid":"^10.0.0","dotenv":"^17.2.1","dpdm":"^3.14.0","eslint":"^9.34.0","ml-matrix":"^6.10.4","prettier":"^3.5.0","rimraf":"^5.0.1","typescript":"~5.8.3","vitest":"^3.2.4","web-streams-polyfill":"^4.2.0","@langchain/eslint":"0.1.1","@langchain/tsconfig":"0.0.1"},"publishConfig":{"access":"public"},"keywords":["llm","ai","gpt3","chain","prompt","prompt engineering","chatgpt","machine learning","ml","openai","embeddings","vectorstores"],"exports":{".":{"input":"./src/index.ts","require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./agents":{"input":"./src/agents.ts","require":{"types":"./dist/agents.d.cts","default":"./dist/agents.cjs"},"import":{"types":"./dist/agents.d.ts","default":"./dist/agents.js"}},"./caches":{"input":"./src/caches/index.ts","require":{"types":"./dist/caches/index.d.cts","default":"./dist/caches/index.cjs"},"import":{"types":"./dist/caches/index.d.ts","default":"./dist/caches/index.js"}},"./callbacks/base":{"input":"./src/callbacks/base.ts","require":{"types":"./dist/callbacks/base.d.cts","default":"./dist/callbacks/base.cjs"},"import":{"types":"./dist/callbacks/base.d.ts","default":"./dist/callbacks/base.js"}},"./callbacks/dispatch":{"input":"./src/callbacks/dispatch/index.ts","require":{"types":"./dist/callbacks/dispatch/index.d.cts","default":"./dist/callbacks/dispatch/index.cjs"},"import":{"types":"./dist/callbacks/dispatch/index.d.ts","default":"./dist/callbacks/dispatch/index.js"}},"./callbacks/dispatch/web":{"input":"./src/callbacks/dispatch/web.ts","require":{"types":"./dist/callbacks/dispatch/web.d.cts","default":"./dist/callbacks/dispatch/web.cjs"},"import":{"types":"./dist/callbacks/dispatch/web.d.ts","default":"./dist/callbacks/dispatch/web.js"}},"./callbacks/manager":{"input":"./src/callbacks/manager.ts","require":{"types":"./dist/callbacks/manager.d.cts","default":"./dist/callbacks/manager.cjs"},"import":{"types":"./dist/callbacks/manager.d.ts","default":"./dist/callbacks/manager.js"}},"./callbacks/promises":{"input":"./src/callbacks/promises.ts","require":{"types":"./dist/callbacks/promises.d.cts","default":"./dist/callbacks/promises.cjs"},"import":{"types":"./dist/callbacks/promises.d.ts","default":"./dist/callbacks/promises.js"}},"./chat_history":{"input":"./src/chat_history.ts","require":{"types":"./dist/chat_history.d.cts","default":"./dist/chat_history.cjs"},"import":{"types":"./dist/chat_history.d.ts","default":"./dist/chat_history.js"}},"./context":{"input":"./src/context.ts","require":{"types":"./dist/context.d.cts","default":"./dist/context.cjs"},"import":{"types":"./dist/context.d.ts","default":"./dist/context.js"}},"./document_loaders/base":{"input":"./src/document_loaders/base.ts","require":{"types":"./dist/document_loaders/base.d.cts","default":"./dist/document_loaders/base.cjs"},"import":{"types":"./dist/document_loaders/base.d.ts","default":"./dist/document_loaders/base.js"}},"./document_loaders/langsmith":{"input":"./src/document_loaders/langsmith.ts","require":{"types":"./dist/document_loaders/langsmith.d.cts","default":"./dist/document_loaders/langsmith.cjs"},"import":{"types":"./dist/document_loaders/langsmith.d.ts","default":"./dist/document_loaders/langsmith.js"}},"./documents":{"input":"./src/documents/index.ts","require":{"types":"./dist/documents/index.d.cts","default":"./dist/documents/index.cjs"},"import":{"types":"./dist/documents/index.d.ts","default":"./dist/documents/index.js"}},"./embeddings":{"input":"./src/embeddings.ts","require":{"types":"./dist/embeddings.d.cts","default":"./dist/embeddings.cjs"},"import":{"types":"./dist/embeddings.d.ts","default":"./dist/embeddings.js"}},"./errors":{"input":"./src/errors/index.ts","require":{"types":"./dist/errors/index.d.cts","default":"./dist/errors/index.cjs"},"import":{"types":"./dist/errors/index.d.ts","default":"./dist/errors/index.js"}},"./example_selectors":{"input":"./src/example_selectors/index.ts","require":{"types":"./dist/example_selectors/index.d.cts","default":"./dist/example_selectors/index.cjs"},"import":{"types":"./dist/example_selectors/index.d.ts","default":"./dist/example_selectors/index.js"}},"./indexing":{"input":"./src/indexing/index.ts","require":{"types":"./dist/indexing/index.d.cts","default":"./dist/indexing/index.cjs"},"import":{"types":"./dist/indexing/index.d.ts","default":"./dist/indexing/index.js"}},"./language_models/base":{"input":"./src/language_models/base.ts","require":{"types":"./dist/language_models/base.d.cts","default":"./dist/language_models/base.cjs"},"import":{"types":"./dist/language_models/base.d.ts","default":"./dist/language_models/base.js"}},"./language_models/chat_models":{"input":"./src/language_models/chat_models.ts","require":{"types":"./dist/language_models/chat_models.d.cts","default":"./dist/language_models/chat_models.cjs"},"import":{"types":"./dist/language_models/chat_models.d.ts","default":"./dist/language_models/chat_models.js"}},"./language_models/llms":{"input":"./src/language_models/llms.ts","require":{"types":"./dist/language_models/llms.d.cts","default":"./dist/language_models/llms.cjs"},"import":{"types":"./dist/language_models/llms.d.ts","default":"./dist/language_models/llms.js"}},"./language_models/profile":{"input":"./src/language_models/profile.ts","require":{"types":"./dist/language_models/profile.d.cts","default":"./dist/language_models/profile.cjs"},"import":{"types":"./dist/language_models/profile.d.ts","default":"./dist/language_models/profile.js"}},"./load":{"input":"./src/load/index.ts","require":{"types":"./dist/load/index.d.cts","default":"./dist/load/index.cjs"},"import":{"types":"./dist/load/index.d.ts","default":"./dist/load/index.js"}},"./load/serializable":{"input":"./src/load/serializable.ts","require":{"types":"./dist/load/serializable.d.cts","default":"./dist/load/serializable.cjs"},"import":{"types":"./dist/load/serializable.d.ts","default":"./dist/load/serializable.js"}},"./memory":{"input":"./src/memory.ts","require":{"types":"./dist/memory.d.cts","default":"./dist/memory.cjs"},"import":{"types":"./dist/memory.d.ts","default":"./dist/memory.js"}},"./messages":{"input":"./src/messages/index.ts","require":{"types":"./dist/messages/index.d.cts","default":"./dist/messages/index.cjs"},"import":{"types":"./dist/messages/index.d.ts","default":"./dist/messages/index.js"}},"./messages/tool":{"input":"./src/messages/tool.ts","require":{"types":"./dist/messages/tool.d.cts","default":"./dist/messages/tool.cjs"},"import":{"types":"./dist/messages/tool.d.ts","default":"./dist/messages/tool.js"}},"./output_parsers":{"input":"./src/output_parsers/index.ts","require":{"types":"./dist/output_parsers/index.d.cts","default":"./dist/output_parsers/index.cjs"},"import":{"types":"./dist/output_parsers/index.d.ts","default":"./dist/output_parsers/index.js"}},"./output_parsers/openai_functions":{"input":"./src/output_parsers/openai_functions/index.ts","require":{"types":"./dist/output_parsers/openai_functions/index.d.cts","default":"./dist/output_parsers/openai_functions/index.cjs"},"import":{"types":"./dist/output_parsers/openai_functions/index.d.ts","default":"./dist/output_parsers/openai_functions/index.js"}},"./output_parsers/openai_tools":{"input":"./src/output_parsers/openai_tools/index.ts","require":{"types":"./dist/output_parsers/openai_tools/index.d.cts","default":"./dist/output_parsers/openai_tools/index.cjs"},"import":{"types":"./dist/output_parsers/openai_tools/index.d.ts","default":"./dist/output_parsers/openai_tools/index.js"}},"./outputs":{"input":"./src/outputs.ts","require":{"types":"./dist/outputs.d.cts","default":"./dist/outputs.cjs"},"import":{"types":"./dist/outputs.d.ts","default":"./dist/outputs.js"}},"./prompt_values":{"input":"./src/prompt_values.ts","require":{"types":"./dist/prompt_values.d.cts","default":"./dist/prompt_values.cjs"},"import":{"types":"./dist/prompt_values.d.ts","default":"./dist/prompt_values.js"}},"./prompts":{"input":"./src/prompts/index.ts","require":{"types":"./dist/prompts/index.d.cts","default":"./dist/prompts/index.cjs"},"import":{"types":"./dist/prompts/index.d.ts","default":"./dist/prompts/index.js"}},"./retrievers":{"input":"./src/retrievers/index.ts","require":{"types":"./dist/retrievers/index.d.cts","default":"./dist/retrievers/index.cjs"},"import":{"types":"./dist/retrievers/index.d.ts","default":"./dist/retrievers/index.js"}},"./retrievers/document_compressors":{"input":"./src/retrievers/document_compressors/index.ts","require":{"types":"./dist/retrievers/document_compressors/index.d.cts","default":"./dist/retrievers/document_compressors/index.cjs"},"import":{"types":"./dist/retrievers/document_compressors/index.d.ts","default":"./dist/retrievers/document_compressors/index.js"}},"./runnables":{"input":"./src/runnables/index.ts","require":{"types":"./dist/runnables/index.d.cts","default":"./dist/runnables/index.cjs"},"import":{"types":"./dist/runnables/index.d.ts","default":"./dist/runnables/index.js"}},"./runnables/graph":{"input":"./src/runnables/graph.ts","require":{"types":"./dist/runnables/graph.d.cts","default":"./dist/runnables/graph.cjs"},"import":{"types":"./dist/runnables/graph.d.ts","default":"./dist/runnables/graph.js"}},"./singletons":{"input":"./src/singletons/index.ts","require":{"types":"./dist/singletons/index.d.cts","default":"./dist/singletons/index.cjs"},"import":{"types":"./dist/singletons/index.d.ts","default":"./dist/singletons/index.js"}},"./stores":{"input":"./src/stores.ts","require":{"types":"./dist/stores.d.cts","default":"./dist/stores.cjs"},"import":{"types":"./dist/stores.d.ts","default":"./dist/stores.js"}},"./structured_query":{"input":"./src/structured_query/index.ts","require":{"types":"./dist/structured_query/index.d.cts","default":"./dist/structured_query/index.cjs"},"import":{"types":"./dist/structured_query/index.d.ts","default":"./dist/structured_query/index.js"}},"./tools":{"input":"./src/tools/index.ts","require":{"types":"./dist/tools/index.d.cts","default":"./dist/tools/index.cjs"},"import":{"types":"./dist/tools/index.d.ts","default":"./dist/tools/index.js"}},"./tracers/base":{"input":"./src/tracers/base.ts","require":{"types":"./dist/tracers/base.d.cts","default":"./dist/tracers/base.cjs"},"import":{"types":"./dist/tracers/base.d.ts","default":"./dist/tracers/base.js"}},"./tracers/console":{"input":"./src/tracers/console.ts","require":{"types":"./dist/tracers/console.d.cts","default":"./dist/tracers/console.cjs"},"import":{"types":"./dist/tracers/console.d.ts","default":"./dist/tracers/console.js"}},"./tracers/log_stream":{"input":"./src/tracers/log_stream.ts","require":{"types":"./dist/tracers/log_stream.d.cts","default":"./dist/tracers/log_stream.cjs"},"import":{"types":"./dist/tracers/log_stream.d.ts","default":"./dist/tracers/log_stream.js"}},"./tracers/run_collector":{"input":"./src/tracers/run_collector.ts","require":{"types":"./dist/tracers/run_collector.d.cts","default":"./dist/tracers/run_collector.cjs"},"import":{"types":"./dist/tracers/run_collector.d.ts","default":"./dist/tracers/run_collector.js"}},"./tracers/tracer_langchain":{"input":"./src/tracers/tracer_langchain.ts","require":{"types":"./dist/tracers/tracer_langchain.d.cts","default":"./dist/tracers/tracer_langchain.cjs"},"import":{"types":"./dist/tracers/tracer_langchain.d.ts","default":"./dist/tracers/tracer_langchain.js"}},"./types/stream":{"input":"./src/types/stream.ts","require":{"types":"./dist/types/stream.d.cts","default":"./dist/types/stream.cjs"},"import":{"types":"./dist/types/stream.d.ts","default":"./dist/types/stream.js"}},"./utils/async_caller":{"input":"./src/utils/async_caller.ts","require":{"types":"./dist/utils/async_caller.d.cts","default":"./dist/utils/async_caller.cjs"},"import":{"types":"./dist/utils/async_caller.d.ts","default":"./dist/utils/async_caller.js"}},"./utils/chunk_array":{"input":"./src/utils/chunk_array.ts","require":{"types":"./dist/utils/chunk_array.d.cts","default":"./dist/utils/chunk_array.cjs"},"import":{"types":"./dist/utils/chunk_array.d.ts","default":"./dist/utils/chunk_array.js"}},"./utils/context":{"input":"./src/utils/context.ts","require":{"types":"./dist/utils/context.d.cts","default":"./dist/utils/context.cjs"},"import":{"types":"./dist/utils/context.d.ts","default":"./dist/utils/context.js"}},"./utils/env":{"input":"./src/utils/env.ts","require":{"types":"./dist/utils/env.d.cts","default":"./dist/utils/env.cjs"},"import":{"types":"./dist/utils/env.d.ts","default":"./dist/utils/env.js"}},"./utils/event_source_parse":{"input":"./src/utils/event_source_parse.ts","require":{"types":"./dist/utils/event_source_parse.d.cts","default":"./dist/utils/event_source_parse.cjs"},"import":{"types":"./dist/utils/event_source_parse.d.ts","default":"./dist/utils/event_source_parse.js"}},"./utils/format":{"input":"./src/utils/format.ts","require":{"types":"./dist/utils/format.d.cts","default":"./dist/utils/format.cjs"},"import":{"types":"./dist/utils/format.d.ts","default":"./dist/utils/format.js"}},"./utils/function_calling":{"input":"./src/utils/function_calling.ts","require":{"types":"./dist/utils/function_calling.d.cts","default":"./dist/utils/function_calling.cjs"},"import":{"types":"./dist/utils/function_calling.d.ts","default":"./dist/utils/function_calling.js"}},"./utils/hash":{"input":"./src/utils/hash.ts","require":{"types":"./dist/utils/hash.d.cts","default":"./dist/utils/hash.cjs"},"import":{"types":"./dist/utils/hash.d.ts","default":"./dist/utils/hash.js"}},"./utils/json_patch":{"input":"./src/utils/json_patch.ts","require":{"types":"./dist/utils/json_patch.d.cts","default":"./dist/utils/json_patch.cjs"},"import":{"types":"./dist/utils/json_patch.d.ts","default":"./dist/utils/json_patch.js"}},"./utils/json_schema":{"input":"./src/utils/json_schema.ts","require":{"types":"./dist/utils/json_schema.d.cts","default":"./dist/utils/json_schema.cjs"},"import":{"types":"./dist/utils/json_schema.d.ts","default":"./dist/utils/json_schema.js"}},"./utils/math":{"input":"./src/utils/math.ts","require":{"types":"./dist/utils/math.d.cts","default":"./dist/utils/math.cjs"},"import":{"types":"./dist/utils/math.d.ts","default":"./dist/utils/math.js"}},"./utils/ssrf":{"input":"./src/utils/ssrf.ts","require":{"types":"./dist/utils/ssrf.d.cts","default":"./dist/utils/ssrf.cjs"},"import":{"types":"./dist/utils/ssrf.d.ts","default":"./dist/utils/ssrf.js"}},"./utils/stream":{"input":"./src/utils/stream.ts","require":{"types":"./dist/utils/stream.d.cts","default":"./dist/utils/stream.cjs"},"import":{"types":"./dist/utils/stream.d.ts","default":"./dist/utils/stream.js"}},"./utils/testing":{"input":"./src/utils/testing/index.ts","require":{"types":"./dist/utils/testing/index.d.cts","default":"./dist/utils/testing/index.cjs"},"import":{"types":"./dist/utils/testing/index.d.ts","default":"./dist/utils/testing/index.js"}},"./utils/tiktoken":{"input":"./src/utils/tiktoken.ts","require":{"types":"./dist/utils/tiktoken.d.cts","default":"./dist/utils/tiktoken.cjs"},"import":{"types":"./dist/utils/tiktoken.d.ts","default":"./dist/utils/tiktoken.js"}},"./utils/types":{"input":"./src/utils/types/index.ts","require":{"types":"./dist/utils/types/index.d.cts","default":"./dist/utils/types/index.cjs"},"import":{"types":"./dist/utils/types/index.d.ts","default":"./dist/utils/types/index.js"}},"./vectorstores":{"input":"./src/vectorstores.ts","require":{"types":"./dist/vectorstores.d.cts","default":"./dist/vectorstores.cjs"},"import":{"types":"./dist/vectorstores.d.ts","default":"./dist/vectorstores.js"}},"./package.json":"./package.json"},"files":["dist/","CHANGELOG.md","README.md","LICENSE","retrievers","load","load.d.cts","load.cjs","load.d.ts","load.js","prompts.d.cts","prompts.cjs","prompts.d.ts","prompts.js","utils","output_parsers","types","language_models","embeddings.d.cts","embeddings.cjs","embeddings.d.ts","embeddings.js","callbacks","tracers","example_selectors.d.cts","example_selectors.cjs","example_selectors.d.ts","example_selectors.js","context.d.cts","context.cjs","context.d.ts","context.js","chat_history.d.cts","chat_history.cjs","chat_history.d.ts","chat_history.js","structured_query.d.cts","structured_query.cjs","structured_query.d.ts","structured_query.js","stores.d.cts","stores.cjs","stores.d.ts","stores.js","singletons.d.cts","singletons.cjs","singletons.d.ts","singletons.js","indexing.d.cts","indexing.cjs","indexing.d.ts","indexing.js","documents.d.cts","documents.cjs","documents.d.ts","documents.js","messages.d.cts","messages.cjs","messages.d.ts","messages.js","runnables","output_parsers.d.cts","output_parsers.cjs","output_parsers.d.ts","output_parsers.js","prompt_values.d.cts","prompt_values.cjs","prompt_values.d.ts","prompt_values.js","document_loaders","retrievers.d.cts","retrievers.cjs","retrievers.d.ts","retrievers.js","memory.d.cts","memory.cjs","memory.d.ts","memory.js","runnables.d.cts","runnables.cjs","runnables.d.ts","runnables.js","tools.d.cts","tools.cjs","tools.d.ts","tools.js","vectorstores.d.cts","vectorstores.cjs","vectorstores.d.ts","vectorstores.js","caches.d.cts","caches.cjs","caches.d.ts","caches.js","agents.d.cts","agents.cjs","agents.d.ts","agents.js","messages","outputs.d.cts","outputs.cjs","outputs.d.ts","outputs.js"],"module":"./dist/index.js","scripts":{"build":"turbo build:compile --filter @langchain/core --output-logs new-only","build:compile":"tsdown","clean":"rm -rf .turbo dist/","lint:eslint":"eslint --cache src/","lint:dpdm":"dpdm --skip-dynamic-imports circular --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts --exclude \"(node_modules|src/utils/zod-to-json-schema)\" --transform","lint":"pnpm lint:eslint && pnpm lint:dpdm","lint:fix":"pnpm lint:eslint --fix && pnpm lint:dpdm","test":"vitest run","test:watch":"vitest watch","test:int":"vitest run --mode int","format":"prettier --write \"src\"","format:check":"prettier --check \"src\""},"_lastModified":"2026-02-24T17:01:27.147Z"}
|
|
1
|
+
{"name":"@langchain/core","version":"1.1.24","description":"Core LangChain.js abstractions and schemas","type":"module","engines":{"node":">=20"},"main":"./dist/index.cjs","types":"./dist/index.d.cts","repository":{"type":"git","url":"git@github.com:langchain-ai/langchainjs.git"},"homepage":"https://github.com/langchain-ai/langchainjs/tree/main/langchain-core/","author":"LangChain","license":"MIT","dependencies":{"@cfworker/json-schema":"^4.0.2","ansi-styles":"^5.0.0","camelcase":"6","decamelize":"1.2.0","js-tiktoken":"^1.0.12","langsmith":">=0.5.0 <1.0.0","mustache":"^4.2.0","p-queue":"^6.6.2","uuid":"^10.0.0","zod":"^3.25.76 || ^4"},"devDependencies":{"@types/decamelize":"^1.2.0","@types/mustache":"^4","@types/uuid":"^10.0.0","dotenv":"^17.2.1","dpdm":"^3.14.0","eslint":"^9.34.0","ml-matrix":"^6.10.4","prettier":"^3.5.0","rimraf":"^5.0.1","typescript":"~5.8.3","vitest":"^3.2.4","web-streams-polyfill":"^4.2.0","@langchain/eslint":"0.1.1","@langchain/tsconfig":"0.0.1"},"publishConfig":{"access":"public"},"keywords":["llm","ai","gpt3","chain","prompt","prompt engineering","chatgpt","machine learning","ml","openai","embeddings","vectorstores"],"exports":{".":{"input":"./src/index.ts","require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./agents":{"input":"./src/agents.ts","require":{"types":"./dist/agents.d.cts","default":"./dist/agents.cjs"},"import":{"types":"./dist/agents.d.ts","default":"./dist/agents.js"}},"./caches":{"input":"./src/caches/index.ts","require":{"types":"./dist/caches/index.d.cts","default":"./dist/caches/index.cjs"},"import":{"types":"./dist/caches/index.d.ts","default":"./dist/caches/index.js"}},"./callbacks/base":{"input":"./src/callbacks/base.ts","require":{"types":"./dist/callbacks/base.d.cts","default":"./dist/callbacks/base.cjs"},"import":{"types":"./dist/callbacks/base.d.ts","default":"./dist/callbacks/base.js"}},"./callbacks/dispatch":{"input":"./src/callbacks/dispatch/index.ts","require":{"types":"./dist/callbacks/dispatch/index.d.cts","default":"./dist/callbacks/dispatch/index.cjs"},"import":{"types":"./dist/callbacks/dispatch/index.d.ts","default":"./dist/callbacks/dispatch/index.js"}},"./callbacks/dispatch/web":{"input":"./src/callbacks/dispatch/web.ts","require":{"types":"./dist/callbacks/dispatch/web.d.cts","default":"./dist/callbacks/dispatch/web.cjs"},"import":{"types":"./dist/callbacks/dispatch/web.d.ts","default":"./dist/callbacks/dispatch/web.js"}},"./callbacks/manager":{"input":"./src/callbacks/manager.ts","require":{"types":"./dist/callbacks/manager.d.cts","default":"./dist/callbacks/manager.cjs"},"import":{"types":"./dist/callbacks/manager.d.ts","default":"./dist/callbacks/manager.js"}},"./callbacks/promises":{"input":"./src/callbacks/promises.ts","require":{"types":"./dist/callbacks/promises.d.cts","default":"./dist/callbacks/promises.cjs"},"import":{"types":"./dist/callbacks/promises.d.ts","default":"./dist/callbacks/promises.js"}},"./chat_history":{"input":"./src/chat_history.ts","require":{"types":"./dist/chat_history.d.cts","default":"./dist/chat_history.cjs"},"import":{"types":"./dist/chat_history.d.ts","default":"./dist/chat_history.js"}},"./context":{"input":"./src/context.ts","require":{"types":"./dist/context.d.cts","default":"./dist/context.cjs"},"import":{"types":"./dist/context.d.ts","default":"./dist/context.js"}},"./document_loaders/base":{"input":"./src/document_loaders/base.ts","require":{"types":"./dist/document_loaders/base.d.cts","default":"./dist/document_loaders/base.cjs"},"import":{"types":"./dist/document_loaders/base.d.ts","default":"./dist/document_loaders/base.js"}},"./document_loaders/langsmith":{"input":"./src/document_loaders/langsmith.ts","require":{"types":"./dist/document_loaders/langsmith.d.cts","default":"./dist/document_loaders/langsmith.cjs"},"import":{"types":"./dist/document_loaders/langsmith.d.ts","default":"./dist/document_loaders/langsmith.js"}},"./documents":{"input":"./src/documents/index.ts","require":{"types":"./dist/documents/index.d.cts","default":"./dist/documents/index.cjs"},"import":{"types":"./dist/documents/index.d.ts","default":"./dist/documents/index.js"}},"./embeddings":{"input":"./src/embeddings.ts","require":{"types":"./dist/embeddings.d.cts","default":"./dist/embeddings.cjs"},"import":{"types":"./dist/embeddings.d.ts","default":"./dist/embeddings.js"}},"./errors":{"input":"./src/errors/index.ts","require":{"types":"./dist/errors/index.d.cts","default":"./dist/errors/index.cjs"},"import":{"types":"./dist/errors/index.d.ts","default":"./dist/errors/index.js"}},"./example_selectors":{"input":"./src/example_selectors/index.ts","require":{"types":"./dist/example_selectors/index.d.cts","default":"./dist/example_selectors/index.cjs"},"import":{"types":"./dist/example_selectors/index.d.ts","default":"./dist/example_selectors/index.js"}},"./indexing":{"input":"./src/indexing/index.ts","require":{"types":"./dist/indexing/index.d.cts","default":"./dist/indexing/index.cjs"},"import":{"types":"./dist/indexing/index.d.ts","default":"./dist/indexing/index.js"}},"./language_models/base":{"input":"./src/language_models/base.ts","require":{"types":"./dist/language_models/base.d.cts","default":"./dist/language_models/base.cjs"},"import":{"types":"./dist/language_models/base.d.ts","default":"./dist/language_models/base.js"}},"./language_models/chat_models":{"input":"./src/language_models/chat_models.ts","require":{"types":"./dist/language_models/chat_models.d.cts","default":"./dist/language_models/chat_models.cjs"},"import":{"types":"./dist/language_models/chat_models.d.ts","default":"./dist/language_models/chat_models.js"}},"./language_models/llms":{"input":"./src/language_models/llms.ts","require":{"types":"./dist/language_models/llms.d.cts","default":"./dist/language_models/llms.cjs"},"import":{"types":"./dist/language_models/llms.d.ts","default":"./dist/language_models/llms.js"}},"./language_models/profile":{"input":"./src/language_models/profile.ts","require":{"types":"./dist/language_models/profile.d.cts","default":"./dist/language_models/profile.cjs"},"import":{"types":"./dist/language_models/profile.d.ts","default":"./dist/language_models/profile.js"}},"./load":{"input":"./src/load/index.ts","require":{"types":"./dist/load/index.d.cts","default":"./dist/load/index.cjs"},"import":{"types":"./dist/load/index.d.ts","default":"./dist/load/index.js"}},"./load/serializable":{"input":"./src/load/serializable.ts","require":{"types":"./dist/load/serializable.d.cts","default":"./dist/load/serializable.cjs"},"import":{"types":"./dist/load/serializable.d.ts","default":"./dist/load/serializable.js"}},"./memory":{"input":"./src/memory.ts","require":{"types":"./dist/memory.d.cts","default":"./dist/memory.cjs"},"import":{"types":"./dist/memory.d.ts","default":"./dist/memory.js"}},"./messages":{"input":"./src/messages/index.ts","require":{"types":"./dist/messages/index.d.cts","default":"./dist/messages/index.cjs"},"import":{"types":"./dist/messages/index.d.ts","default":"./dist/messages/index.js"}},"./messages/tool":{"input":"./src/messages/tool.ts","require":{"types":"./dist/messages/tool.d.cts","default":"./dist/messages/tool.cjs"},"import":{"types":"./dist/messages/tool.d.ts","default":"./dist/messages/tool.js"}},"./output_parsers":{"input":"./src/output_parsers/index.ts","require":{"types":"./dist/output_parsers/index.d.cts","default":"./dist/output_parsers/index.cjs"},"import":{"types":"./dist/output_parsers/index.d.ts","default":"./dist/output_parsers/index.js"}},"./output_parsers/openai_functions":{"input":"./src/output_parsers/openai_functions/index.ts","require":{"types":"./dist/output_parsers/openai_functions/index.d.cts","default":"./dist/output_parsers/openai_functions/index.cjs"},"import":{"types":"./dist/output_parsers/openai_functions/index.d.ts","default":"./dist/output_parsers/openai_functions/index.js"}},"./output_parsers/openai_tools":{"input":"./src/output_parsers/openai_tools/index.ts","require":{"types":"./dist/output_parsers/openai_tools/index.d.cts","default":"./dist/output_parsers/openai_tools/index.cjs"},"import":{"types":"./dist/output_parsers/openai_tools/index.d.ts","default":"./dist/output_parsers/openai_tools/index.js"}},"./outputs":{"input":"./src/outputs.ts","require":{"types":"./dist/outputs.d.cts","default":"./dist/outputs.cjs"},"import":{"types":"./dist/outputs.d.ts","default":"./dist/outputs.js"}},"./prompt_values":{"input":"./src/prompt_values.ts","require":{"types":"./dist/prompt_values.d.cts","default":"./dist/prompt_values.cjs"},"import":{"types":"./dist/prompt_values.d.ts","default":"./dist/prompt_values.js"}},"./prompts":{"input":"./src/prompts/index.ts","require":{"types":"./dist/prompts/index.d.cts","default":"./dist/prompts/index.cjs"},"import":{"types":"./dist/prompts/index.d.ts","default":"./dist/prompts/index.js"}},"./retrievers":{"input":"./src/retrievers/index.ts","require":{"types":"./dist/retrievers/index.d.cts","default":"./dist/retrievers/index.cjs"},"import":{"types":"./dist/retrievers/index.d.ts","default":"./dist/retrievers/index.js"}},"./retrievers/document_compressors":{"input":"./src/retrievers/document_compressors/index.ts","require":{"types":"./dist/retrievers/document_compressors/index.d.cts","default":"./dist/retrievers/document_compressors/index.cjs"},"import":{"types":"./dist/retrievers/document_compressors/index.d.ts","default":"./dist/retrievers/document_compressors/index.js"}},"./runnables":{"input":"./src/runnables/index.ts","require":{"types":"./dist/runnables/index.d.cts","default":"./dist/runnables/index.cjs"},"import":{"types":"./dist/runnables/index.d.ts","default":"./dist/runnables/index.js"}},"./runnables/graph":{"input":"./src/runnables/graph.ts","require":{"types":"./dist/runnables/graph.d.cts","default":"./dist/runnables/graph.cjs"},"import":{"types":"./dist/runnables/graph.d.ts","default":"./dist/runnables/graph.js"}},"./singletons":{"input":"./src/singletons/index.ts","require":{"types":"./dist/singletons/index.d.cts","default":"./dist/singletons/index.cjs"},"import":{"types":"./dist/singletons/index.d.ts","default":"./dist/singletons/index.js"}},"./stores":{"input":"./src/stores.ts","require":{"types":"./dist/stores.d.cts","default":"./dist/stores.cjs"},"import":{"types":"./dist/stores.d.ts","default":"./dist/stores.js"}},"./structured_query":{"input":"./src/structured_query/index.ts","require":{"types":"./dist/structured_query/index.d.cts","default":"./dist/structured_query/index.cjs"},"import":{"types":"./dist/structured_query/index.d.ts","default":"./dist/structured_query/index.js"}},"./tools":{"input":"./src/tools/index.ts","require":{"types":"./dist/tools/index.d.cts","default":"./dist/tools/index.cjs"},"import":{"types":"./dist/tools/index.d.ts","default":"./dist/tools/index.js"}},"./tracers/base":{"input":"./src/tracers/base.ts","require":{"types":"./dist/tracers/base.d.cts","default":"./dist/tracers/base.cjs"},"import":{"types":"./dist/tracers/base.d.ts","default":"./dist/tracers/base.js"}},"./tracers/console":{"input":"./src/tracers/console.ts","require":{"types":"./dist/tracers/console.d.cts","default":"./dist/tracers/console.cjs"},"import":{"types":"./dist/tracers/console.d.ts","default":"./dist/tracers/console.js"}},"./tracers/log_stream":{"input":"./src/tracers/log_stream.ts","require":{"types":"./dist/tracers/log_stream.d.cts","default":"./dist/tracers/log_stream.cjs"},"import":{"types":"./dist/tracers/log_stream.d.ts","default":"./dist/tracers/log_stream.js"}},"./tracers/run_collector":{"input":"./src/tracers/run_collector.ts","require":{"types":"./dist/tracers/run_collector.d.cts","default":"./dist/tracers/run_collector.cjs"},"import":{"types":"./dist/tracers/run_collector.d.ts","default":"./dist/tracers/run_collector.js"}},"./tracers/tracer_langchain":{"input":"./src/tracers/tracer_langchain.ts","require":{"types":"./dist/tracers/tracer_langchain.d.cts","default":"./dist/tracers/tracer_langchain.cjs"},"import":{"types":"./dist/tracers/tracer_langchain.d.ts","default":"./dist/tracers/tracer_langchain.js"}},"./types/stream":{"input":"./src/types/stream.ts","require":{"types":"./dist/types/stream.d.cts","default":"./dist/types/stream.cjs"},"import":{"types":"./dist/types/stream.d.ts","default":"./dist/types/stream.js"}},"./utils/async_caller":{"input":"./src/utils/async_caller.ts","require":{"types":"./dist/utils/async_caller.d.cts","default":"./dist/utils/async_caller.cjs"},"import":{"types":"./dist/utils/async_caller.d.ts","default":"./dist/utils/async_caller.js"}},"./utils/chunk_array":{"input":"./src/utils/chunk_array.ts","require":{"types":"./dist/utils/chunk_array.d.cts","default":"./dist/utils/chunk_array.cjs"},"import":{"types":"./dist/utils/chunk_array.d.ts","default":"./dist/utils/chunk_array.js"}},"./utils/context":{"input":"./src/utils/context.ts","require":{"types":"./dist/utils/context.d.cts","default":"./dist/utils/context.cjs"},"import":{"types":"./dist/utils/context.d.ts","default":"./dist/utils/context.js"}},"./utils/env":{"input":"./src/utils/env.ts","require":{"types":"./dist/utils/env.d.cts","default":"./dist/utils/env.cjs"},"import":{"types":"./dist/utils/env.d.ts","default":"./dist/utils/env.js"}},"./utils/event_source_parse":{"input":"./src/utils/event_source_parse.ts","require":{"types":"./dist/utils/event_source_parse.d.cts","default":"./dist/utils/event_source_parse.cjs"},"import":{"types":"./dist/utils/event_source_parse.d.ts","default":"./dist/utils/event_source_parse.js"}},"./utils/format":{"input":"./src/utils/format.ts","require":{"types":"./dist/utils/format.d.cts","default":"./dist/utils/format.cjs"},"import":{"types":"./dist/utils/format.d.ts","default":"./dist/utils/format.js"}},"./utils/function_calling":{"input":"./src/utils/function_calling.ts","require":{"types":"./dist/utils/function_calling.d.cts","default":"./dist/utils/function_calling.cjs"},"import":{"types":"./dist/utils/function_calling.d.ts","default":"./dist/utils/function_calling.js"}},"./utils/hash":{"input":"./src/utils/hash.ts","require":{"types":"./dist/utils/hash.d.cts","default":"./dist/utils/hash.cjs"},"import":{"types":"./dist/utils/hash.d.ts","default":"./dist/utils/hash.js"}},"./utils/json_patch":{"input":"./src/utils/json_patch.ts","require":{"types":"./dist/utils/json_patch.d.cts","default":"./dist/utils/json_patch.cjs"},"import":{"types":"./dist/utils/json_patch.d.ts","default":"./dist/utils/json_patch.js"}},"./utils/json_schema":{"input":"./src/utils/json_schema.ts","require":{"types":"./dist/utils/json_schema.d.cts","default":"./dist/utils/json_schema.cjs"},"import":{"types":"./dist/utils/json_schema.d.ts","default":"./dist/utils/json_schema.js"}},"./utils/math":{"input":"./src/utils/math.ts","require":{"types":"./dist/utils/math.d.cts","default":"./dist/utils/math.cjs"},"import":{"types":"./dist/utils/math.d.ts","default":"./dist/utils/math.js"}},"./utils/ssrf":{"input":"./src/utils/ssrf.ts","require":{"types":"./dist/utils/ssrf.d.cts","default":"./dist/utils/ssrf.cjs"},"import":{"types":"./dist/utils/ssrf.d.ts","default":"./dist/utils/ssrf.js"}},"./utils/stream":{"input":"./src/utils/stream.ts","require":{"types":"./dist/utils/stream.d.cts","default":"./dist/utils/stream.cjs"},"import":{"types":"./dist/utils/stream.d.ts","default":"./dist/utils/stream.js"}},"./utils/testing":{"input":"./src/utils/testing/index.ts","require":{"types":"./dist/utils/testing/index.d.cts","default":"./dist/utils/testing/index.cjs"},"import":{"types":"./dist/utils/testing/index.d.ts","default":"./dist/utils/testing/index.js"}},"./utils/tiktoken":{"input":"./src/utils/tiktoken.ts","require":{"types":"./dist/utils/tiktoken.d.cts","default":"./dist/utils/tiktoken.cjs"},"import":{"types":"./dist/utils/tiktoken.d.ts","default":"./dist/utils/tiktoken.js"}},"./utils/types":{"input":"./src/utils/types/index.ts","require":{"types":"./dist/utils/types/index.d.cts","default":"./dist/utils/types/index.cjs"},"import":{"types":"./dist/utils/types/index.d.ts","default":"./dist/utils/types/index.js"}},"./vectorstores":{"input":"./src/vectorstores.ts","require":{"types":"./dist/vectorstores.d.cts","default":"./dist/vectorstores.cjs"},"import":{"types":"./dist/vectorstores.d.ts","default":"./dist/vectorstores.js"}},"./package.json":"./package.json"},"files":["dist/","CHANGELOG.md","README.md","LICENSE","retrievers","load","load.d.cts","load.cjs","load.d.ts","load.js","prompts.d.cts","prompts.cjs","prompts.d.ts","prompts.js","utils","output_parsers","types","language_models","embeddings.d.cts","embeddings.cjs","embeddings.d.ts","embeddings.js","callbacks","tracers","example_selectors.d.cts","example_selectors.cjs","example_selectors.d.ts","example_selectors.js","context.d.cts","context.cjs","context.d.ts","context.js","chat_history.d.cts","chat_history.cjs","chat_history.d.ts","chat_history.js","structured_query.d.cts","structured_query.cjs","structured_query.d.ts","structured_query.js","stores.d.cts","stores.cjs","stores.d.ts","stores.js","singletons.d.cts","singletons.cjs","singletons.d.ts","singletons.js","indexing.d.cts","indexing.cjs","indexing.d.ts","indexing.js","documents.d.cts","documents.cjs","documents.d.ts","documents.js","messages.d.cts","messages.cjs","messages.d.ts","messages.js","runnables","output_parsers.d.cts","output_parsers.cjs","output_parsers.d.ts","output_parsers.js","prompt_values.d.cts","prompt_values.cjs","prompt_values.d.ts","prompt_values.js","document_loaders","retrievers.d.cts","retrievers.cjs","retrievers.d.ts","retrievers.js","memory.d.cts","memory.cjs","memory.d.ts","memory.js","runnables.d.cts","runnables.cjs","runnables.d.ts","runnables.js","tools.d.cts","tools.cjs","tools.d.ts","tools.js","vectorstores.d.cts","vectorstores.cjs","vectorstores.d.ts","vectorstores.js","caches.d.cts","caches.cjs","caches.d.ts","caches.js","agents.d.cts","agents.cjs","agents.d.ts","agents.js","messages","outputs.d.cts","outputs.cjs","outputs.d.ts","outputs.js"],"module":"./dist/index.js","scripts":{"build":"turbo build:compile --filter @langchain/core --output-logs new-only","build:compile":"tsdown","clean":"rm -rf .turbo dist/","lint:eslint":"eslint --cache src/","lint:dpdm":"dpdm --skip-dynamic-imports circular --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts --exclude \"(node_modules|src/utils/zod-to-json-schema)\" --transform","lint":"pnpm lint:eslint && pnpm lint:dpdm","lint:fix":"pnpm lint:eslint --fix && pnpm lint:dpdm","test":"vitest run","test:watch":"vitest watch","test:int":"vitest run --mode int","format":"prettier --write \"src\"","format:check":"prettier --check \"src\""},"_lastModified":"2026-02-26T06:58:05.566Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@langchain/deepseek","version":"1.0.11","description":"Deepseek integration for LangChain.js","type":"module","author":"LangChain","license":"MIT","engines":{"node":">=20"},"repository":{"type":"git","url":"git@github.com:langchain-ai/langchainjs.git"},"homepage":"https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-deepseek","dependencies":{"@langchain/openai":"1.2.7"},"peerDependencies":{"@langchain/core":"^1.0.0"},"devDependencies":{"@tsconfig/recommended":"^1.0.3","@vitest/coverage-v8":"^3.2.4","dotenv":"^16.3.1","dpdm":"^3.14.0","eslint":"^9.34.0","prettier":"^3.5.0","typescript":"~5.8.3","vitest":"^3.2.4","@langchain/core":"^1.1.21","@langchain/eslint":"0.1.1","@langchain/standard-tests":"0.0.23","@langchain/tsconfig":"0.0.1"},"publishConfig":{"access":"public"},"main":"./dist/index.cjs","types":"./dist/index.d.cts","exports":{".":{"input":"./src/index.ts","require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./package.json":"./package.json"},"files":["dist/","CHANGELOG.md","README.md","LICENSE"],"module":"./dist/index.js","scripts":{"build":"turbo build:compile --filter @langchain/deepseek --output-logs new-only","build:compile":"tsdown","lint:eslint":"eslint --cache src/","lint:dpdm":"dpdm --skip-dynamic-imports circular --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts","lint":"pnpm lint:eslint && pnpm lint:dpdm","lint:fix":"pnpm lint:eslint --fix && pnpm lint:dpdm","clean":"rm -rf .turbo dist/","test":"vitest run","test:watch":"vitest","test:int":"vitest run --mode int","test:standard:unit":"vitest run --mode standard-unit","test:standard:int":"vitest run --mode standard-int","test:standard":"pnpm test:standard:unit && pnpm test:standard:int","format":"prettier --write \"src\"","format:check":"prettier --check \"src\"","typegen":"pnpm run typegen:profiles","typegen:profiles":"pnpm --filter @langchain/model-profiles make --config profiles.toml"},"_lastModified":"2026-02-
|
|
1
|
+
{"name":"@langchain/deepseek","version":"1.0.11","description":"Deepseek integration for LangChain.js","type":"module","author":"LangChain","license":"MIT","engines":{"node":">=20"},"repository":{"type":"git","url":"git@github.com:langchain-ai/langchainjs.git"},"homepage":"https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-deepseek","dependencies":{"@langchain/openai":"1.2.7"},"peerDependencies":{"@langchain/core":"^1.0.0"},"devDependencies":{"@tsconfig/recommended":"^1.0.3","@vitest/coverage-v8":"^3.2.4","dotenv":"^16.3.1","dpdm":"^3.14.0","eslint":"^9.34.0","prettier":"^3.5.0","typescript":"~5.8.3","vitest":"^3.2.4","@langchain/core":"^1.1.21","@langchain/eslint":"0.1.1","@langchain/standard-tests":"0.0.23","@langchain/tsconfig":"0.0.1"},"publishConfig":{"access":"public"},"main":"./dist/index.cjs","types":"./dist/index.d.cts","exports":{".":{"input":"./src/index.ts","require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./package.json":"./package.json"},"files":["dist/","CHANGELOG.md","README.md","LICENSE"],"module":"./dist/index.js","scripts":{"build":"turbo build:compile --filter @langchain/deepseek --output-logs new-only","build:compile":"tsdown","lint:eslint":"eslint --cache src/","lint:dpdm":"dpdm --skip-dynamic-imports circular --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts","lint":"pnpm lint:eslint && pnpm lint:dpdm","lint:fix":"pnpm lint:eslint --fix && pnpm lint:dpdm","clean":"rm -rf .turbo dist/","test":"vitest run","test:watch":"vitest","test:int":"vitest run --mode int","test:standard:unit":"vitest run --mode standard-unit","test:standard:int":"vitest run --mode standard-int","test:standard":"pnpm test:standard:unit && pnpm test:standard:int","format":"prettier --write \"src\"","format:check":"prettier --check \"src\"","typegen":"pnpm run typegen:profiles","typegen:profiles":"pnpm --filter @langchain/model-profiles make --config profiles.toml"},"_lastModified":"2026-02-26T06:58:25.295Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@langchain/google-genai","version":"2.1.18","description":"Google Generative AI integration for LangChain.js","author":"LangChain","license":"MIT","type":"module","engines":{"node":">=20"},"repository":{"type":"git","url":"git@github.com:langchain-ai/langchainjs.git"},"homepage":"https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-google-genai/","dependencies":{"@google/generative-ai":"^0.24.0","uuid":"^11.1.0"},"peerDependencies":{"@langchain/core":"^1.1.23"},"devDependencies":{"@jest/globals":"^30.2.0","@swc/core":"^1.15.11","@swc/jest":"^0.2.29","@tsconfig/recommended":"^1.0.3","dotenv":"^16.3.1","dpdm":"^3.14.0","eslint":"^9.34.0","hnswlib-node":"^3.0.0","jest":"^30.2.0","jest-environment-node":"^30.2.0","prettier":"^3.5.0","ts-jest":"^29.4.6","typescript":"~5.8.3","zod":"^3.25.76","@langchain/core":"^1.1.23","@langchain/tsconfig":"0.0.1","@langchain/standard-tests":"0.0.23","@langchain/eslint":"0.1.1"},"publishConfig":{"access":"public"},"main":"./dist/index.cjs","types":"./dist/index.d.cts","exports":{".":{"input":"./src/index.ts","require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./package.json":"./package.json"},"files":["dist/","CHANGELOG.md","README.md","LICENSE"],"module":"./dist/index.js","scripts":{"build":"turbo build:compile --filter @langchain/google-genai --output-logs new-only","build:compile":"tsdown","lint:eslint":"eslint --cache src/","lint:dpdm":"dpdm --skip-dynamic-imports circular --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts","lint":"pnpm lint:eslint && pnpm lint:dpdm","lint:fix":"pnpm lint:eslint --fix && pnpm lint:dpdm","clean":"rm -rf .turbo dist/","test":"NODE_OPTIONS=--experimental-vm-modules jest --testPathIgnorePatterns=\\.int\\.test.ts --testTimeout 30000 --maxWorkers=50%","test:watch":"NODE_OPTIONS=--experimental-vm-modules jest --watch --testPathIgnorePatterns=\\.int\\.test.ts","test:single":"NODE_OPTIONS=--experimental-vm-modules jest --config jest.config.cjs --testTimeout 100000","test:int":"NODE_OPTIONS=--experimental-vm-modules jest --testPathPattern=\\.int\\.test.ts --testTimeout 100000 --maxWorkers=50%","test:standard:unit":"NODE_OPTIONS=--experimental-vm-modules jest --testPathPattern=\\.standard\\.test.ts --testTimeout 100000 --maxWorkers=50%","test:standard:int":"NODE_OPTIONS=--experimental-vm-modules jest --testPathPattern=\\.standard\\.int\\.test.ts --testTimeout 100000 --maxWorkers=50%","test:standard":"pnpm test:standard:unit && pnpm test:standard:int","format":"prettier --write \"src\"","format:check":"prettier --check \"src\"","typegen":"pnpm run typegen:profiles","typegen:profiles":"pnpm --filter @langchain/model-profiles make --config profiles.toml"},"_lastModified":"2026-02-
|
|
1
|
+
{"name":"@langchain/google-genai","version":"2.1.18","description":"Google Generative AI integration for LangChain.js","author":"LangChain","license":"MIT","type":"module","engines":{"node":">=20"},"repository":{"type":"git","url":"git@github.com:langchain-ai/langchainjs.git"},"homepage":"https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-google-genai/","dependencies":{"@google/generative-ai":"^0.24.0","uuid":"^11.1.0"},"peerDependencies":{"@langchain/core":"^1.1.23"},"devDependencies":{"@jest/globals":"^30.2.0","@swc/core":"^1.15.11","@swc/jest":"^0.2.29","@tsconfig/recommended":"^1.0.3","dotenv":"^16.3.1","dpdm":"^3.14.0","eslint":"^9.34.0","hnswlib-node":"^3.0.0","jest":"^30.2.0","jest-environment-node":"^30.2.0","prettier":"^3.5.0","ts-jest":"^29.4.6","typescript":"~5.8.3","zod":"^3.25.76","@langchain/core":"^1.1.23","@langchain/tsconfig":"0.0.1","@langchain/standard-tests":"0.0.23","@langchain/eslint":"0.1.1"},"publishConfig":{"access":"public"},"main":"./dist/index.cjs","types":"./dist/index.d.cts","exports":{".":{"input":"./src/index.ts","require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./package.json":"./package.json"},"files":["dist/","CHANGELOG.md","README.md","LICENSE"],"module":"./dist/index.js","scripts":{"build":"turbo build:compile --filter @langchain/google-genai --output-logs new-only","build:compile":"tsdown","lint:eslint":"eslint --cache src/","lint:dpdm":"dpdm --skip-dynamic-imports circular --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts","lint":"pnpm lint:eslint && pnpm lint:dpdm","lint:fix":"pnpm lint:eslint --fix && pnpm lint:dpdm","clean":"rm -rf .turbo dist/","test":"NODE_OPTIONS=--experimental-vm-modules jest --testPathIgnorePatterns=\\.int\\.test.ts --testTimeout 30000 --maxWorkers=50%","test:watch":"NODE_OPTIONS=--experimental-vm-modules jest --watch --testPathIgnorePatterns=\\.int\\.test.ts","test:single":"NODE_OPTIONS=--experimental-vm-modules jest --config jest.config.cjs --testTimeout 100000","test:int":"NODE_OPTIONS=--experimental-vm-modules jest --testPathPattern=\\.int\\.test.ts --testTimeout 100000 --maxWorkers=50%","test:standard:unit":"NODE_OPTIONS=--experimental-vm-modules jest --testPathPattern=\\.standard\\.test.ts --testTimeout 100000 --maxWorkers=50%","test:standard:int":"NODE_OPTIONS=--experimental-vm-modules jest --testPathPattern=\\.standard\\.int\\.test.ts --testTimeout 100000 --maxWorkers=50%","test:standard":"pnpm test:standard:unit && pnpm test:standard:int","format":"prettier --write \"src\"","format:check":"prettier --check \"src\"","typegen":"pnpm run typegen:profiles","typegen:profiles":"pnpm --filter @langchain/model-profiles make --config profiles.toml"},"_lastModified":"2026-02-26T06:58:28.021Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@langchain/langgraph","version":"1.1.4","description":"LangGraph","type":"module","engines":{"node":">=18"},"main":"./dist/index.js","types":"./dist/index.d.ts","repository":{"type":"git","url":"git+ssh://git@github.com/langchain-ai/langgraphjs.git","directory":"libs/langgraph-core"},"author":"LangChain","license":"MIT","dependencies":{"@standard-schema/spec":"1.1.0","uuid":"^10.0.0","@langchain/langgraph-checkpoint":"^1.0.0","@langchain/langgraph-sdk":"~1.6.0"},"peerDependencies":{"@langchain/core":"^1.1.16","zod":"^3.25.32 || ^4.2.0","zod-to-json-schema":"^3.x"},"peerDependenciesMeta":{"zod-to-json-schema":{"optional":true}},"devDependencies":{"@langchain/anthropic":"^1.0.0","@langchain/core":"^1.1.16","@langchain/openai":"^1.0.0","@langchain/scripts":">=0.1.3 <0.2.0","@langchain/tavily":"^1.0.0","@swc/core":"^1.3.90","@testing-library/dom":"^10.4.0","@tsconfig/recommended":"^1.0.3","@types/pg":"^8","@types/uuid":"^10","@typescript-eslint/eslint-plugin":"^6.12.0","@typescript-eslint/parser":"^6.12.0","@vitest/browser":"^3.0.8","@xenova/transformers":"^2.17.2","cheerio":"1.0.0-rc.12","dotenv":"^16.3.1","dpdm":"^3.12.0","eslint":"^8.33.0","eslint-config-airbnb-base":"^15.0.0","eslint-config-prettier":"^8.6.0","eslint-plugin-import":"^2.29.1","eslint-plugin-no-instanceof":"^1.0.1","eslint-plugin-prettier":"^4.2.1","langchain":"^1.0.0-alpha","pg":"^8.13.0","playwright":"^1.55.1","prettier":"^2.8.3","rollup":"^4.37.0","tsx":"^4.19.3","typescript":"^4.9.5 || ^5.4.5","vite-plugin-node-polyfills":"^0.23.0","vitest":"^3.2.4","zod-to-json-schema":"^3.22.4","@langchain/langgraph-checkpoint-postgres":"1.0.0","@langchain/langgraph-checkpoint-sqlite":"1.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"exports":{".":{"input":"./src/index.ts","typedoc":"./src/index.ts","import":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./web":{"input":"./src/web.ts","typedoc":"./src/web.ts","import":{"types":"./dist/web.d.ts","default":"./dist/web.js"},"require":{"types":"./dist/web.d.cts","default":"./dist/web.cjs"}},"./channels":{"input":"./src/channels/index.ts","typedoc":"./src/channels/index.ts","import":{"types":"./dist/channels/index.d.ts","default":"./dist/channels/index.js"},"require":{"types":"./dist/channels/index.d.cts","default":"./dist/channels/index.cjs"}},"./pregel":{"input":"./src/pregel/index.ts","typedoc":"./src/pregel/index.ts","import":{"types":"./dist/pregel/index.d.ts","default":"./dist/pregel/index.js"},"require":{"types":"./dist/pregel/index.d.cts","default":"./dist/pregel/index.cjs"}},"./prebuilt":{"input":"./src/prebuilt/index.ts","typedoc":"./src/prebuilt/index.ts","import":{"types":"./dist/prebuilt/index.d.ts","default":"./dist/prebuilt/index.js"},"require":{"types":"./dist/prebuilt/index.d.cts","default":"./dist/prebuilt/index.cjs"}},"./remote":{"input":"./src/remote.ts","typedoc":"./src/remote.ts","import":{"types":"./dist/remote.d.ts","default":"./dist/remote.js"},"require":{"types":"./dist/remote.d.cts","default":"./dist/remote.cjs"}},"./zod":{"input":"./src/graph/zod/index.ts","typedoc":"./src/graph/zod/index.ts","import":{"types":"./dist/graph/zod/index.d.ts","default":"./dist/graph/zod/index.js"},"require":{"types":"./dist/graph/zod/index.d.cts","default":"./dist/graph/zod/index.cjs"}},"./zod/schema":{"input":"./src/graph/zod/schema.ts","typedoc":"./src/graph/zod/schema.ts","import":{"types":"./dist/graph/zod/schema.d.ts","default":"./dist/graph/zod/schema.js"},"require":{"types":"./dist/graph/zod/schema.d.cts","default":"./dist/graph/zod/schema.cjs"}},"./package.json":"./package.json"},"files":["dist/"],"scripts":{"build":"pnpm turbo build:internal --filter=@langchain/langgraph","build:internal":"pnpm --filter @langchain/build compile @langchain/langgraph","clean":"rm -rf dist/ dist-cjs/ .turbo/","lint:eslint":"NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/","lint:dpdm":"dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts","lint":"pnpm lint:eslint && pnpm lint:dpdm","lint:fix":"pnpm lint:eslint --fix && pnpm lint:dpdm","prepublish":"pnpm build","test":"vitest run","test:browser":"vitest run --mode browser","test:watch":"vitest watch","test:int":"vitest run --mode int","bench":"vitest bench --mode bench","format":"prettier --config .prettierrc --write \"src\"","format:check":"prettier --config .prettierrc --check \"src\""},"_lastModified":"2026-02-
|
|
1
|
+
{"name":"@langchain/langgraph","version":"1.1.4","description":"LangGraph","type":"module","engines":{"node":">=18"},"main":"./dist/index.js","types":"./dist/index.d.ts","repository":{"type":"git","url":"git+ssh://git@github.com/langchain-ai/langgraphjs.git","directory":"libs/langgraph-core"},"author":"LangChain","license":"MIT","dependencies":{"@standard-schema/spec":"1.1.0","uuid":"^10.0.0","@langchain/langgraph-checkpoint":"^1.0.0","@langchain/langgraph-sdk":"~1.6.0"},"peerDependencies":{"@langchain/core":"^1.1.16","zod":"^3.25.32 || ^4.2.0","zod-to-json-schema":"^3.x"},"peerDependenciesMeta":{"zod-to-json-schema":{"optional":true}},"devDependencies":{"@langchain/anthropic":"^1.0.0","@langchain/core":"^1.1.16","@langchain/openai":"^1.0.0","@langchain/scripts":">=0.1.3 <0.2.0","@langchain/tavily":"^1.0.0","@swc/core":"^1.3.90","@testing-library/dom":"^10.4.0","@tsconfig/recommended":"^1.0.3","@types/pg":"^8","@types/uuid":"^10","@typescript-eslint/eslint-plugin":"^6.12.0","@typescript-eslint/parser":"^6.12.0","@vitest/browser":"^3.0.8","@xenova/transformers":"^2.17.2","cheerio":"1.0.0-rc.12","dotenv":"^16.3.1","dpdm":"^3.12.0","eslint":"^8.33.0","eslint-config-airbnb-base":"^15.0.0","eslint-config-prettier":"^8.6.0","eslint-plugin-import":"^2.29.1","eslint-plugin-no-instanceof":"^1.0.1","eslint-plugin-prettier":"^4.2.1","langchain":"^1.0.0-alpha","pg":"^8.13.0","playwright":"^1.55.1","prettier":"^2.8.3","rollup":"^4.37.0","tsx":"^4.19.3","typescript":"^4.9.5 || ^5.4.5","vite-plugin-node-polyfills":"^0.23.0","vitest":"^3.2.4","zod-to-json-schema":"^3.22.4","@langchain/langgraph-checkpoint-postgres":"1.0.0","@langchain/langgraph-checkpoint-sqlite":"1.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"exports":{".":{"input":"./src/index.ts","typedoc":"./src/index.ts","import":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./web":{"input":"./src/web.ts","typedoc":"./src/web.ts","import":{"types":"./dist/web.d.ts","default":"./dist/web.js"},"require":{"types":"./dist/web.d.cts","default":"./dist/web.cjs"}},"./channels":{"input":"./src/channels/index.ts","typedoc":"./src/channels/index.ts","import":{"types":"./dist/channels/index.d.ts","default":"./dist/channels/index.js"},"require":{"types":"./dist/channels/index.d.cts","default":"./dist/channels/index.cjs"}},"./pregel":{"input":"./src/pregel/index.ts","typedoc":"./src/pregel/index.ts","import":{"types":"./dist/pregel/index.d.ts","default":"./dist/pregel/index.js"},"require":{"types":"./dist/pregel/index.d.cts","default":"./dist/pregel/index.cjs"}},"./prebuilt":{"input":"./src/prebuilt/index.ts","typedoc":"./src/prebuilt/index.ts","import":{"types":"./dist/prebuilt/index.d.ts","default":"./dist/prebuilt/index.js"},"require":{"types":"./dist/prebuilt/index.d.cts","default":"./dist/prebuilt/index.cjs"}},"./remote":{"input":"./src/remote.ts","typedoc":"./src/remote.ts","import":{"types":"./dist/remote.d.ts","default":"./dist/remote.js"},"require":{"types":"./dist/remote.d.cts","default":"./dist/remote.cjs"}},"./zod":{"input":"./src/graph/zod/index.ts","typedoc":"./src/graph/zod/index.ts","import":{"types":"./dist/graph/zod/index.d.ts","default":"./dist/graph/zod/index.js"},"require":{"types":"./dist/graph/zod/index.d.cts","default":"./dist/graph/zod/index.cjs"}},"./zod/schema":{"input":"./src/graph/zod/schema.ts","typedoc":"./src/graph/zod/schema.ts","import":{"types":"./dist/graph/zod/schema.d.ts","default":"./dist/graph/zod/schema.js"},"require":{"types":"./dist/graph/zod/schema.d.cts","default":"./dist/graph/zod/schema.cjs"}},"./package.json":"./package.json"},"files":["dist/"],"scripts":{"build":"pnpm turbo build:internal --filter=@langchain/langgraph","build:internal":"pnpm --filter @langchain/build compile @langchain/langgraph","clean":"rm -rf dist/ dist-cjs/ .turbo/","lint:eslint":"NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/","lint:dpdm":"dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts","lint":"pnpm lint:eslint && pnpm lint:dpdm","lint:fix":"pnpm lint:eslint --fix && pnpm lint:dpdm","prepublish":"pnpm build","test":"vitest run","test:browser":"vitest run --mode browser","test:watch":"vitest watch","test:int":"vitest run --mode int","bench":"vitest bench --mode bench","format":"prettier --config .prettierrc --write \"src\"","format:check":"prettier --config .prettierrc --check \"src\""},"_lastModified":"2026-02-26T06:58:14.177Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@langchain/langgraph-checkpoint","version":"1.0.0","description":"Library with base interfaces for LangGraph checkpoint savers.","type":"module","engines":{"node":">=18"},"main":"./dist/index.js","types":"./dist/index.d.ts","repository":{"type":"git","url":"git@github.com:langchain-ai/langgraphjs.git"},"scripts":{"build":"yarn turbo:command build:internal --filter=@langchain/langgraph-checkpoint","build:internal":"yarn workspace @langchain/build compile @langchain/langgraph-checkpoint","clean":"rm -rf dist/ dist-cjs/ .turbo/","lint:eslint":"NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/","lint:dpdm":"dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts","lint":"yarn lint:eslint && yarn lint:dpdm","lint:fix":"yarn lint:eslint --fix && yarn lint:dpdm","prepublish":"yarn build","test":"vitest run","test:watch":"vitest watch","test:int":"vitest run --mode int","format":"prettier --config .prettierrc --write \"src\"","format:check":"prettier --config .prettierrc --check \"src\""},"author":"LangChain","license":"MIT","dependencies":{"uuid":"^10.0.0"},"peerDependencies":{"@langchain/core":"^1.0.1"},"devDependencies":{"@langchain/scripts":">=0.1.3 <0.2.0","@tsconfig/recommended":"^1.0.3","@types/uuid":"^10","@typescript-eslint/eslint-plugin":"^6.12.0","@typescript-eslint/parser":"^6.12.0","dotenv":"^16.3.1","dpdm":"^3.12.0","eslint":"^8.33.0","eslint-config-airbnb-base":"^15.0.0","eslint-config-prettier":"^8.6.0","eslint-plugin-import":"^2.29.1","eslint-plugin-no-instanceof":"^1.0.1","eslint-plugin-prettier":"^4.2.1","prettier":"^2.8.3","rollup":"^4.37.0","tsx":"^4.19.3","typescript":"^4.9.5 || ^5.4.5","vitest":"^3.1.2"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"exports":{".":{"input":"./src/index.ts","typedoc":"./src/index.ts","import":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"files":["dist/"],"_lastModified":"2026-02-
|
|
1
|
+
{"name":"@langchain/langgraph-checkpoint","version":"1.0.0","description":"Library with base interfaces for LangGraph checkpoint savers.","type":"module","engines":{"node":">=18"},"main":"./dist/index.js","types":"./dist/index.d.ts","repository":{"type":"git","url":"git@github.com:langchain-ai/langgraphjs.git"},"scripts":{"build":"yarn turbo:command build:internal --filter=@langchain/langgraph-checkpoint","build:internal":"yarn workspace @langchain/build compile @langchain/langgraph-checkpoint","clean":"rm -rf dist/ dist-cjs/ .turbo/","lint:eslint":"NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/","lint:dpdm":"dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts","lint":"yarn lint:eslint && yarn lint:dpdm","lint:fix":"yarn lint:eslint --fix && yarn lint:dpdm","prepublish":"yarn build","test":"vitest run","test:watch":"vitest watch","test:int":"vitest run --mode int","format":"prettier --config .prettierrc --write \"src\"","format:check":"prettier --config .prettierrc --check \"src\""},"author":"LangChain","license":"MIT","dependencies":{"uuid":"^10.0.0"},"peerDependencies":{"@langchain/core":"^1.0.1"},"devDependencies":{"@langchain/scripts":">=0.1.3 <0.2.0","@tsconfig/recommended":"^1.0.3","@types/uuid":"^10","@typescript-eslint/eslint-plugin":"^6.12.0","@typescript-eslint/parser":"^6.12.0","dotenv":"^16.3.1","dpdm":"^3.12.0","eslint":"^8.33.0","eslint-config-airbnb-base":"^15.0.0","eslint-config-prettier":"^8.6.0","eslint-plugin-import":"^2.29.1","eslint-plugin-no-instanceof":"^1.0.1","eslint-plugin-prettier":"^4.2.1","prettier":"^2.8.3","rollup":"^4.37.0","tsx":"^4.19.3","typescript":"^4.9.5 || ^5.4.5","vitest":"^3.1.2"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"exports":{".":{"input":"./src/index.ts","typedoc":"./src/index.ts","import":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"files":["dist/"],"_lastModified":"2026-02-26T06:58:35.158Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@langchain/ollama","version":"1.2.2","description":"Ollama integration for LangChain.js","author":"LangChain","license":"MIT","type":"module","engines":{"node":">=20"},"repository":{"type":"git","url":"git@github.com:langchain-ai/langchainjs.git"},"homepage":"https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-ollama/","dependencies":{"ollama":"^0.6.3","uuid":"^10.0.0"},"peerDependencies":{"@langchain/core":"^1.0.0"},"devDependencies":{"@jest/globals":"^29.5.0","@tsconfig/recommended":"^1.0.3","@vitest/coverage-v8":"^3.2.4","dotenv":"^16.3.1","dpdm":"^3.14.0","eslint":"^9.34.0","prettier":"^3.5.0","typescript":"~5.8.3","zod":"^3.25.76","vitest":"^3.2.4","@langchain/core":"1.1.18","@langchain/eslint":"0.1.1","@langchain/standard-tests":"0.0.21","@langchain/tsconfig":"0.0.1"},"publishConfig":{"access":"public"},"main":"./dist/index.cjs","types":"./dist/index.d.cts","exports":{".":{"input":"./src/index.ts","require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./package.json":"./package.json"},"files":["dist/","CHANGELOG.md","README.md","LICENSE"],"module":"./dist/index.js","scripts":{"build":"turbo build:compile --filter @langchain/ollama --output-logs new-only","build:compile":"tsdown","lint:eslint":"eslint --cache src/","lint:dpdm":"dpdm --skip-dynamic-imports circular --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts","lint":"pnpm lint:eslint && pnpm lint:dpdm","lint:fix":"pnpm lint:eslint --fix && pnpm lint:dpdm","clean":"rm -rf .turbo dist/","test":"vitest run","test:watch":"vitest","test:int":"vitest run --mode int","test:standard:unit":"vitest run --mode standard-unit","test:standard:int":"vitest run --mode standard-int","test:standard":"pnpm test:standard:unit && pnpm test:standard:int","format":"prettier --write \"src\"","format:check":"prettier --check \"src\""},"_lastModified":"2026-02-
|
|
1
|
+
{"name":"@langchain/ollama","version":"1.2.2","description":"Ollama integration for LangChain.js","author":"LangChain","license":"MIT","type":"module","engines":{"node":">=20"},"repository":{"type":"git","url":"git@github.com:langchain-ai/langchainjs.git"},"homepage":"https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-ollama/","dependencies":{"ollama":"^0.6.3","uuid":"^10.0.0"},"peerDependencies":{"@langchain/core":"^1.0.0"},"devDependencies":{"@jest/globals":"^29.5.0","@tsconfig/recommended":"^1.0.3","@vitest/coverage-v8":"^3.2.4","dotenv":"^16.3.1","dpdm":"^3.14.0","eslint":"^9.34.0","prettier":"^3.5.0","typescript":"~5.8.3","zod":"^3.25.76","vitest":"^3.2.4","@langchain/core":"1.1.18","@langchain/eslint":"0.1.1","@langchain/standard-tests":"0.0.21","@langchain/tsconfig":"0.0.1"},"publishConfig":{"access":"public"},"main":"./dist/index.cjs","types":"./dist/index.d.cts","exports":{".":{"input":"./src/index.ts","require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./package.json":"./package.json"},"files":["dist/","CHANGELOG.md","README.md","LICENSE"],"module":"./dist/index.js","scripts":{"build":"turbo build:compile --filter @langchain/ollama --output-logs new-only","build:compile":"tsdown","lint:eslint":"eslint --cache src/","lint:dpdm":"dpdm --skip-dynamic-imports circular --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts","lint":"pnpm lint:eslint && pnpm lint:dpdm","lint:fix":"pnpm lint:eslint --fix && pnpm lint:dpdm","clean":"rm -rf .turbo dist/","test":"vitest run","test:watch":"vitest","test:int":"vitest run --mode int","test:standard:unit":"vitest run --mode standard-unit","test:standard:int":"vitest run --mode standard-int","test:standard":"pnpm test:standard:unit && pnpm test:standard:int","format":"prettier --write \"src\"","format:check":"prettier --check \"src\""},"_lastModified":"2026-02-26T06:58:30.572Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@langchain/openai","version":"1.2.7","description":"OpenAI integrations for LangChain.js","author":"LangChain","license":"MIT","type":"module","engines":{"node":">=20"},"repository":{"type":"git","url":"git@github.com:langchain-ai/langchainjs.git"},"homepage":"https://github.com/langchain-ai/langchainjs/tree/main/libs/providers/langchain-openai/","dependencies":{"js-tiktoken":"^1.0.12","openai":"^6.18.0","zod":"^3.25.76 || ^4"},"peerDependencies":{"@langchain/core":"^1.0.0"},"devDependencies":{"@azure/identity":"^4.2.1","@cfworker/json-schema":"^4.1.1","@tsconfig/recommended":"^1.0.10","@types/node":"^24.10.1","@vitest/coverage-v8":"^3.2.4","dotenv":"^17.2.1","dpdm":"^3.14.0","eslint":"^9.34.0","prettier":"^3.5.0","rimraf":"^5.0.1","typescript":"~5.8.3","uuid":"^11.1.0","vitest":"^3.2.4","zod-to-json-schema":"^3.24.6","@langchain/core":"^1.1.21","@langchain/eslint":"0.1.1","@langchain/standard-tests":"0.0.23","@langchain/tsconfig":"0.0.1"},"publishConfig":{"access":"public"},"keywords":["llm","ai","gpt3","chain","prompt","prompt engineering","chatgpt","machine learning","ml","openai","embeddings","vectorstores"],"main":"./dist/index.cjs","types":"./dist/index.d.cts","exports":{".":{"input":"./src/index.ts","require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./package.json":"./package.json"},"files":["dist/","CHANGELOG.md","README.md","LICENSE"],"module":"./dist/index.js","scripts":{"build":"turbo build:compile --filter @langchain/openai --output-logs new-only","build:compile":"tsdown","lint:eslint":"eslint --cache src/","lint:dpdm":"dpdm --skip-dynamic-imports circular --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts","lint":"pnpm lint:eslint && pnpm lint:dpdm","lint:fix":"pnpm lint:eslint --fix && pnpm lint:dpdm","clean":"rm -rf .turbo dist/","test":"vitest run","test:watch":"vitest","test:int":"vitest run --mode int","test:standard:unit":"vitest run --mode standard-unit","test:standard:int":"vitest run --mode standard-int","test:standard":"pnpm test:standard:unit && pnpm test:standard:int","format":"prettier --write \"src\"","format:check":"prettier --check \"src\"","typegen":"pnpm run typegen:profiles","typegen:profiles":"pnpm --filter @langchain/model-profiles make --config profiles.toml"},"_lastModified":"2026-02-
|
|
1
|
+
{"name":"@langchain/openai","version":"1.2.7","description":"OpenAI integrations for LangChain.js","author":"LangChain","license":"MIT","type":"module","engines":{"node":">=20"},"repository":{"type":"git","url":"git@github.com:langchain-ai/langchainjs.git"},"homepage":"https://github.com/langchain-ai/langchainjs/tree/main/libs/providers/langchain-openai/","dependencies":{"js-tiktoken":"^1.0.12","openai":"^6.18.0","zod":"^3.25.76 || ^4"},"peerDependencies":{"@langchain/core":"^1.0.0"},"devDependencies":{"@azure/identity":"^4.2.1","@cfworker/json-schema":"^4.1.1","@tsconfig/recommended":"^1.0.10","@types/node":"^24.10.1","@vitest/coverage-v8":"^3.2.4","dotenv":"^17.2.1","dpdm":"^3.14.0","eslint":"^9.34.0","prettier":"^3.5.0","rimraf":"^5.0.1","typescript":"~5.8.3","uuid":"^11.1.0","vitest":"^3.2.4","zod-to-json-schema":"^3.24.6","@langchain/core":"^1.1.21","@langchain/eslint":"0.1.1","@langchain/standard-tests":"0.0.23","@langchain/tsconfig":"0.0.1"},"publishConfig":{"access":"public"},"keywords":["llm","ai","gpt3","chain","prompt","prompt engineering","chatgpt","machine learning","ml","openai","embeddings","vectorstores"],"main":"./dist/index.cjs","types":"./dist/index.d.cts","exports":{".":{"input":"./src/index.ts","require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./package.json":"./package.json"},"files":["dist/","CHANGELOG.md","README.md","LICENSE"],"module":"./dist/index.js","scripts":{"build":"turbo build:compile --filter @langchain/openai --output-logs new-only","build:compile":"tsdown","lint:eslint":"eslint --cache src/","lint:dpdm":"dpdm --skip-dynamic-imports circular --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts","lint":"pnpm lint:eslint && pnpm lint:dpdm","lint:fix":"pnpm lint:eslint --fix && pnpm lint:dpdm","clean":"rm -rf .turbo dist/","test":"vitest run","test:watch":"vitest","test:int":"vitest run --mode int","test:standard:unit":"vitest run --mode standard-unit","test:standard:int":"vitest run --mode standard-int","test:standard":"pnpm test:standard:unit && pnpm test:standard:int","format":"prettier --write \"src\"","format:check":"prettier --check \"src\"","typegen":"pnpm run typegen:profiles","typegen:profiles":"pnpm --filter @langchain/model-profiles make --config profiles.toml"},"_lastModified":"2026-02-26T06:58:21.131Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"fast-glob","version":"3.3.2","description":"It's a very fast and efficient glob library for Node.js","license":"MIT","repository":"mrmlnc/fast-glob","author":{"name":"Denis Malinochkin","url":"https://mrmlnc.com"},"engines":{"node":">=8.6.0"},"main":"out/index.js","typings":"out/index.d.ts","files":["out","!out/{benchmark,tests}","!out/**/*.map","!out/**/*.spec.*"],"keywords":["glob","patterns","fast","implementation"],"devDependencies":{"@nodelib/fs.macchiato":"^1.0.1","@types/glob-parent":"^5.1.0","@types/merge2":"^1.1.4","@types/micromatch":"^4.0.0","@types/mocha":"^5.2.7","@types/node":"^14.18.53","@types/picomatch":"^2.3.0","@types/sinon":"^7.5.0","bencho":"^0.1.1","eslint":"^6.5.1","eslint-config-mrmlnc":"^1.1.0","execa":"^7.1.1","fast-glob":"^3.0.4","fdir":"^6.0.1","glob":"^10.0.0","hereby":"^1.8.1","mocha":"^6.2.1","rimraf":"^5.0.0","sinon":"^7.5.0","snap-shot-it":"^7.9.10","typescript":"^4.9.5"},"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"},"scripts":{"clean":"rimraf out","lint":"eslint \"src/**/*.ts\" --cache","compile":"tsc","test":"mocha \"out/**/*.spec.js\" -s 0","test:e2e":"mocha \"out/**/*.e2e.js\" -s 0","test:e2e:sync":"mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(sync\\)\"","test:e2e:async":"mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(async\\)\"","test:e2e:stream":"mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(stream\\)\"","build":"npm run clean && npm run compile && npm run lint && npm test","watch":"npm run clean && npm run compile -- --sourceMap --watch","bench:async":"npm run bench:product:async && npm run bench:regression:async","bench:stream":"npm run bench:product:stream && npm run bench:regression:stream","bench:sync":"npm run bench:product:sync && npm run bench:regression:sync","bench:product":"npm run bench:product:async && npm run bench:product:sync && npm run bench:product:stream","bench:product:async":"hereby bench:product:async","bench:product:sync":"hereby bench:product:sync","bench:product:stream":"hereby bench:product:stream","bench:regression":"npm run bench:regression:async && npm run bench:regression:sync && npm run bench:regression:stream","bench:regression:async":"hereby bench:regression:async","bench:regression:sync":"hereby bench:regression:sync","bench:regression:stream":"hereby bench:regression:stream"},"_lastModified":"2026-02-
|
|
1
|
+
{"name":"fast-glob","version":"3.3.2","description":"It's a very fast and efficient glob library for Node.js","license":"MIT","repository":"mrmlnc/fast-glob","author":{"name":"Denis Malinochkin","url":"https://mrmlnc.com"},"engines":{"node":">=8.6.0"},"main":"out/index.js","typings":"out/index.d.ts","files":["out","!out/{benchmark,tests}","!out/**/*.map","!out/**/*.spec.*"],"keywords":["glob","patterns","fast","implementation"],"devDependencies":{"@nodelib/fs.macchiato":"^1.0.1","@types/glob-parent":"^5.1.0","@types/merge2":"^1.1.4","@types/micromatch":"^4.0.0","@types/mocha":"^5.2.7","@types/node":"^14.18.53","@types/picomatch":"^2.3.0","@types/sinon":"^7.5.0","bencho":"^0.1.1","eslint":"^6.5.1","eslint-config-mrmlnc":"^1.1.0","execa":"^7.1.1","fast-glob":"^3.0.4","fdir":"^6.0.1","glob":"^10.0.0","hereby":"^1.8.1","mocha":"^6.2.1","rimraf":"^5.0.0","sinon":"^7.5.0","snap-shot-it":"^7.9.10","typescript":"^4.9.5"},"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"},"scripts":{"clean":"rimraf out","lint":"eslint \"src/**/*.ts\" --cache","compile":"tsc","test":"mocha \"out/**/*.spec.js\" -s 0","test:e2e":"mocha \"out/**/*.e2e.js\" -s 0","test:e2e:sync":"mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(sync\\)\"","test:e2e:async":"mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(async\\)\"","test:e2e:stream":"mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(stream\\)\"","build":"npm run clean && npm run compile && npm run lint && npm test","watch":"npm run clean && npm run compile -- --sourceMap --watch","bench:async":"npm run bench:product:async && npm run bench:regression:async","bench:stream":"npm run bench:product:stream && npm run bench:regression:stream","bench:sync":"npm run bench:product:sync && npm run bench:regression:sync","bench:product":"npm run bench:product:async && npm run bench:product:sync && npm run bench:product:stream","bench:product:async":"hereby bench:product:async","bench:product:sync":"hereby bench:product:sync","bench:product:stream":"hereby bench:product:stream","bench:regression":"npm run bench:regression:async && npm run bench:regression:sync && npm run bench:regression:stream","bench:regression:async":"hereby bench:regression:async","bench:regression:sync":"hereby bench:regression:sync","bench:regression:stream":"hereby bench:regression:stream"},"_lastModified":"2026-02-26T06:58:31.689Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"public":true,"preferGlobal":false,"name":"flexsearch","version":"0.8.212","description":"Next-Generation full-text search library for Browser and Node.js","homepage":"https://github.com/nextapps-de/flexsearch/","author":"Thomas Wilkerling","copyright":"Nextapps GmbH","license":"Apache-2.0","readme":"README.md","keywords":["fulltext search","elastic search","fastest search","contextual search","document search","fuzzy search","fuzzy match","search engine"],"repository":{"type":"git","url":"https://github.com/nextapps-de/flexsearch.git"},"bugs":{"url":"https://github.com/nextapps-de/flexsearch/issues","email":"info@nextapps.de"},"main":"dist/flexsearch.bundle.min.js","module":"dist/flexsearch.bundle.module.min.mjs","types":"./index.d.ts","exports":{".":{"types":"./index.d.ts","import":"./dist/flexsearch.bundle.module.min.mjs","require":"./dist/flexsearch.bundle.min.js"},"./lang/*":{"import":"./dist/module/lang/*.js","require":"./dist/lang/*.min.js"},"./db/*":{"import":"./dist/module/db/*/index.js","require":"./dist/db/*/index.cjs"},"./debug":{"import":"./dist/flexsearch.bundle.module.debug.mjs","require":"./dist/flexsearch.bundle.debug.js"}},"browser":{"flexsearch":"./dist/flexsearch.bundle.module.min.mjs","flexsearch/debug":"./dist/flexsearch.bundle.module.debug.mjs","dist/flexsearch.bundle.min.js":"./dist/flexsearch.bundle.min.js","dist/flexsearch.bundle.module.min.js":"./dist/flexsearch.bundle.module.min.mjs","dist/flexsearch.bundle.module.min.mjs":"./dist/flexsearch.bundle.module.min.mjs","worker_threads":false,"path":false,"clickhouse":false,"mongodb":false,"pg-promise":false,"redis":false,"sqlite3":false},"scripts":{"build":"npm run build:bundle && npm run build:bundle:debug && exit 0","build:bundle":"node task/build RELEASE=bundle DEBUG=false PROFILER=false SUPPORT_WORKER=true SUPPORT_ENCODER=true SUPPORT_CHARSET=true SUPPORT_CACHE=true SUPPORT_ASYNC=true SUPPORT_STORE=true SUPPORT_TAGS=true SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=true SUPPORT_DOCUMENT=true POLYFILL=false SUPPORT_PERSISTENT=true SUPPORT_RESOLVER=true SUPPORT_HIGHLIGHTING=true SUPPORT_KEYSTORE=true SUPPORT_COMPRESSION=false","build:bundle:debug":"node task/build RELEASE=bundle DEBUG=true PROFILER=false SUPPORT_WORKER=true SUPPORT_ENCODER=true SUPPORT_CHARSET=true SUPPORT_CACHE=true SUPPORT_ASYNC=true SUPPORT_STORE=true SUPPORT_TAGS=true SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=true SUPPORT_DOCUMENT=true POLYFILL=false SUPPORT_PERSISTENT=true SUPPORT_RESOLVER=true SUPPORT_HIGHLIGHTING=true SUPPORT_KEYSTORE=true SUPPORT_COMPRESSION=false FORMATTING=PRETTY_PRINT","build:compact":"node task/build RELEASE=compact DEBUG=false PROFILER=false SUPPORT_WORKER=false SUPPORT_ENCODER=true SUPPORT_CHARSET=true SUPPORT_CACHE=true SUPPORT_ASYNC=true SUPPORT_STORE=true SUPPORT_TAGS=true SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=true SUPPORT_DOCUMENT=true POLYFILL=false SUPPORT_PERSISTENT=false SUPPORT_RESOLVER=false SUPPORT_HIGHLIGHTING=true SUPPORT_KEYSTORE=false SUPPORT_COMPRESSION=false","build:compact:debug":"node task/build RELEASE=compact DEBUG=true PROFILER=false SUPPORT_WORKER=false SUPPORT_ENCODER=true SUPPORT_CHARSET=true SUPPORT_CACHE=true SUPPORT_ASYNC=true SUPPORT_STORE=true SUPPORT_TAGS=true SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=true SUPPORT_DOCUMENT=true POLYFILL=false SUPPORT_PERSISTENT=false SUPPORT_RESOLVER=false SUPPORT_HIGHLIGHTING=true SUPPORT_KEYSTORE=false SUPPORT_COMPRESSION=false FORMATTING=PRETTY_PRINT","build:light":"node task/build RELEASE=light DEBUG=false PROFILER=false SUPPORT_WORKER=false SUPPORT_ENCODER=true SUPPORT_CHARSET=false SUPPORT_CACHE=false SUPPORT_ASYNC=false SUPPORT_STORE=false SUPPORT_TAGS=false SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=false SUPPORT_DOCUMENT=false POLYFILL=false SUPPORT_PERSISTENT=false SUPPORT_RESOLVER=false SUPPORT_HIGHLIGHTING=false SUPPORT_KEYSTORE=false SUPPORT_COMPRESSION=false","build:light:debug":"node task/build RELEASE=light DEBUG=true PROFILER=false SUPPORT_WORKER=false SUPPORT_ENCODER=true SUPPORT_CHARSET=false SUPPORT_CACHE=false SUPPORT_ASYNC=false SUPPORT_STORE=false SUPPORT_TAGS=false SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=false SUPPORT_DOCUMENT=false POLYFILL=false SUPPORT_PERSISTENT=false SUPPORT_RESOLVER=false SUPPORT_HIGHLIGHTING=false SUPPORT_KEYSTORE=false SUPPORT_COMPRESSION=false FORMATTING=PRETTY_PRINT","build:es5":"node task/build RELEASE=es5 DEBUG=false PROFILER=false SUPPORT_WORKER=true SUPPORT_ENCODER=true SUPPORT_CHARSET=true SUPPORT_CACHE=true SUPPORT_ASYNC=true SUPPORT_STORE=true SUPPORT_TAGS=true SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=true SUPPORT_DOCUMENT=true POLYFILL=true SUPPORT_PERSISTENT=true SUPPORT_RESOLVER=true SUPPORT_HIGHLIGHTING=true SUPPORT_KEYSTORE=true SUPPORT_COMPRESSION=false LANGUAGE_OUT=ECMASCRIPT5_STRICT","build:es5:debug":"node task/build RELEASE=es5 DEBUG=true PROFILER=false SUPPORT_WORKER=true SUPPORT_ENCODER=true SUPPORT_CHARSET=true SUPPORT_CACHE=true SUPPORT_ASYNC=true SUPPORT_STORE=true SUPPORT_TAGS=true SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=true SUPPORT_DOCUMENT=true POLYFILL=true SUPPORT_PERSISTENT=true SUPPORT_RESOLVER=true SUPPORT_HIGHLIGHTING=true SUPPORT_KEYSTORE=true SUPPORT_COMPRESSION=false FORMATTING=PRETTY_PRINT LANGUAGE_OUT=ECMASCRIPT5_STRICT","build:lang":"node task/build RELEASE=lang","build:db":"npx rollup tmp/db/indexeddb/index.js --file dist/db/indexeddb/index.cjs --format cjs && npx rollup tmp/db/postgres/index.js --file dist/db/postgres/index.cjs --format cjs && npx rollup tmp/db/sqlite/index.js --file dist/db/sqlite/index.cjs --format cjs && npx rollup tmp/db/mongodb/index.js --file dist/db/mongodb/index.cjs --format cjs && npx rollup tmp/db/redis/index.js --file dist/db/redis/index.cjs --format cjs && npx rollup tmp/db/clickhouse/index.js --file dist/db/clickhouse/index.cjs --format cjs","build:module":"node task/babel && exit 0","build:module:debug":"node task/babel DEBUG=true && exit 0","build:module:min":"node task/babel RELEASE=min && exit 0","build:module:bundle":"node task/build RELEASE=bundle.module DEBUG=false PROFILER=false SUPPORT_WORKER=true SUPPORT_ENCODER=true SUPPORT_CHARSET=true SUPPORT_CACHE=true SUPPORT_ASYNC=true SUPPORT_STORE=true SUPPORT_TAGS=true SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=true SUPPORT_DOCUMENT=true POLYFILL=false SUPPORT_PERSISTENT=true SUPPORT_RESOLVER=true SUPPORT_HIGHLIGHTING=true SUPPORT_KEYSTORE=true SUPPORT_COMPRESSION=false","build:module:bundle:debug":"node task/build RELEASE=bundle.module DEBUG=true PROFILER=false SUPPORT_WORKER=true SUPPORT_ENCODER=true SUPPORT_CHARSET=true SUPPORT_CACHE=true SUPPORT_ASYNC=true SUPPORT_STORE=true SUPPORT_TAGS=true SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=true SUPPORT_DOCUMENT=true POLYFILL=false SUPPORT_PERSISTENT=true SUPPORT_RESOLVER=true SUPPORT_HIGHLIGHTING=true SUPPORT_KEYSTORE=true SUPPORT_COMPRESSION=false FORMATTING=PRETTY_PRINT","build:module:compact":"node task/build RELEASE=compact.module DEBUG=false PROFILER=false SUPPORT_WORKER=false SUPPORT_ENCODER=true SUPPORT_CHARSET=true SUPPORT_CACHE=true SUPPORT_ASYNC=true SUPPORT_STORE=true SUPPORT_TAGS=true SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=true SUPPORT_DOCUMENT=true POLYFILL=false SUPPORT_PERSISTENT=false SUPPORT_RESOLVER=false SUPPORT_HIGHLIGHTING=true SUPPORT_KEYSTORE=false SUPPORT_COMPRESSION=false","build:module:compact:debug":"node task/build RELEASE=compact.module DEBUG=true PROFILER=false SUPPORT_WORKER=false SUPPORT_ENCODER=true SUPPORT_CHARSET=true SUPPORT_CACHE=true SUPPORT_ASYNC=true SUPPORT_STORE=true SUPPORT_TAGS=true SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=true SUPPORT_DOCUMENT=true POLYFILL=false SUPPORT_PERSISTENT=false SUPPORT_RESOLVER=false SUPPORT_HIGHLIGHTING=true SUPPORT_KEYSTORE=false SUPPORT_COMPRESSION=false FORMATTING=PRETTY_PRINT","build:module:light":"node task/build RELEASE=light.module DEBUG=false PROFILER=false SUPPORT_WORKER=false SUPPORT_ENCODER=true SUPPORT_CHARSET=false SUPPORT_CACHE=false SUPPORT_ASYNC=false SUPPORT_STORE=false SUPPORT_TAGS=false SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=false SUPPORT_DOCUMENT=false POLYFILL=false SUPPORT_PERSISTENT=false SUPPORT_RESOLVER=false SUPPORT_HIGHLIGHTING=false SUPPORT_KEYSTORE=false SUPPORT_COMPRESSION=false","build:module:light:debug":"node task/build RELEASE=light.module DEBUG=true PROFILER=false SUPPORT_WORKER=false SUPPORT_ENCODER=true SUPPORT_CHARSET=false SUPPORT_CACHE=false SUPPORT_ASYNC=false SUPPORT_STORE=false SUPPORT_TAGS=false SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=false SUPPORT_DOCUMENT=false POLYFILL=false SUPPORT_PERSISTENT=false SUPPORT_RESOLVER=false SUPPORT_HIGHLIGHTING=false SUPPORT_KEYSTORE=false SUPPORT_COMPRESSION=false FORMATTING=PRETTY_PRINT","build:all":"npm run build:bundle && npm run build:bundle:debug && npm run build:light && npm run build:light:debug && npm run build:compact && npm run build:compact:debug && npm run build:module:bundle && npm run build:module:bundle:debug && npm run build:module:light && npm run build:module:light:debug && npm run build:module:compact && npm run build:module:compact:debug && npm run build:es5 && npm run build:es5:debug && npm run build:lang && npm run build:module && npm run build:module:debug && npm run build:module:min && npm run build:db","build:custom":"node task/build RELEASE=custom","test":"mocha test/*.js --exit","test:coverage":"c8 -c test/.c8rc.json mocha test/*.js --exit","test:keystore":"set NODE_OPTIONS=--max-old-space-size=16000 && c8 -c test/.c8rc.json mocha test/keystore.js --exit","test:db":"c8 -c test/.c8rc.json mocha test/persistent.*.js --exit","test:all":"npx mocha test/*.js --exit module/bundle && npx mocha test/*.js --exit module-debug/bundle && npx mocha test/*.js --exit module-min/bundle && npx mocha test/*.js --exit flexsearch.bundle.debug && npx mocha test/*.js --exit flexsearch.bundle.min && npx mocha test/*.js --exit flexsearch.bundle.module.debug && npx mocha test/*.js --exit flexsearch.bundle.module.min && npx mocha test/*.js --exit flexsearch.compact.debug && npx mocha test/*.js --exit flexsearch.compact.min && npx mocha test/*.js --exit flexsearch.compact.module.debug && npx mocha test/*.js --exit flexsearch.compact.module.min && npx mocha test/*.js --exit flexsearch.es5.debug && npx mocha test/*.js --exit flexsearch.es5.min && npx mocha test/*.js --exit flexsearch.light.debug && npx mocha test/*.js --exit flexsearch.light.min && npx mocha test/*.js --exit flexsearch.light.module.debug && npx mocha test/*.js --exit flexsearch.light.module.min","release":"npm version --no-git-tag-version patch && npm run build:all && npm run test:all"},"files":["dist/**","src/**","task/**","index.d.ts","README.md","CHANGELOG.md","LICENSE"],"devDependencies":{"babel-cli":"^6.26.0","babel-plugin-conditional-compile":"^0.0.5","babel-plugin-minify-constant-folding":"^0.5.0","babel-plugin-minify-dead-code-elimination":"^0.5.2","babel-plugin-minify-flip-comparisons":"^0.4.3","babel-plugin-minify-guarded-expressions":"^0.4.4","babel-plugin-minify-infinity":"^0.4.3","babel-plugin-minify-mangle-names":"^0.5.1","babel-plugin-minify-replace":"^0.5.0","babel-plugin-minify-simplify":"^0.5.1","babel-plugin-minify-type-constructors":"^0.4.3","babel-plugin-transform-member-expression-literals":"^6.9.4","babel-plugin-transform-merge-sibling-variables":"^6.9.5","babel-plugin-transform-minify-booleans":"^6.9.4","babel-plugin-transform-property-literals":"^6.9.4","babel-plugin-transform-simplify-comparison-operators":"^6.9.4","babel-plugin-transform-undefined-to-void":"^6.9.4","c8":"^10.1.3","chai":"^5.2.0","clickhouse":"^2.6.0","google-closure-compiler":"^20250520.0.0","mocha":"^11.1.0","mongodb":"^6.13.0","pg-promise":"^11.13.0","redis":"^5.1.0","rollup":"^4.35.0","sqlite3":"^5.1.7"},"funding":[{"type":"github","url":"https://github.com/ts-thomas"},{"type":"paypal","url":"https://www.paypal.com/donate/?hosted_button_id=GEVR88FC9BWRW"},{"type":"opencollective","url":"https://opencollective.com/flexsearch"},{"type":"patreon","url":"https://patreon.com/user?u=96245532"},{"type":"liberapay","url":"https://liberapay.com/ts-thomas"}],"_lastModified":"2026-02-24T17:01:55.864Z"}
|
|
1
|
+
{"public":true,"preferGlobal":false,"name":"flexsearch","version":"0.8.212","description":"Next-Generation full-text search library for Browser and Node.js","homepage":"https://github.com/nextapps-de/flexsearch/","author":"Thomas Wilkerling","copyright":"Nextapps GmbH","license":"Apache-2.0","readme":"README.md","keywords":["fulltext search","elastic search","fastest search","contextual search","document search","fuzzy search","fuzzy match","search engine"],"repository":{"type":"git","url":"https://github.com/nextapps-de/flexsearch.git"},"bugs":{"url":"https://github.com/nextapps-de/flexsearch/issues","email":"info@nextapps.de"},"main":"dist/flexsearch.bundle.min.js","module":"dist/flexsearch.bundle.module.min.mjs","types":"./index.d.ts","exports":{".":{"types":"./index.d.ts","import":"./dist/flexsearch.bundle.module.min.mjs","require":"./dist/flexsearch.bundle.min.js"},"./lang/*":{"import":"./dist/module/lang/*.js","require":"./dist/lang/*.min.js"},"./db/*":{"import":"./dist/module/db/*/index.js","require":"./dist/db/*/index.cjs"},"./debug":{"import":"./dist/flexsearch.bundle.module.debug.mjs","require":"./dist/flexsearch.bundle.debug.js"}},"browser":{"flexsearch":"./dist/flexsearch.bundle.module.min.mjs","flexsearch/debug":"./dist/flexsearch.bundle.module.debug.mjs","dist/flexsearch.bundle.min.js":"./dist/flexsearch.bundle.min.js","dist/flexsearch.bundle.module.min.js":"./dist/flexsearch.bundle.module.min.mjs","dist/flexsearch.bundle.module.min.mjs":"./dist/flexsearch.bundle.module.min.mjs","worker_threads":false,"path":false,"clickhouse":false,"mongodb":false,"pg-promise":false,"redis":false,"sqlite3":false},"scripts":{"build":"npm run build:bundle && npm run build:bundle:debug && exit 0","build:bundle":"node task/build RELEASE=bundle DEBUG=false PROFILER=false SUPPORT_WORKER=true SUPPORT_ENCODER=true SUPPORT_CHARSET=true SUPPORT_CACHE=true SUPPORT_ASYNC=true SUPPORT_STORE=true SUPPORT_TAGS=true SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=true SUPPORT_DOCUMENT=true POLYFILL=false SUPPORT_PERSISTENT=true SUPPORT_RESOLVER=true SUPPORT_HIGHLIGHTING=true SUPPORT_KEYSTORE=true SUPPORT_COMPRESSION=false","build:bundle:debug":"node task/build RELEASE=bundle DEBUG=true PROFILER=false SUPPORT_WORKER=true SUPPORT_ENCODER=true SUPPORT_CHARSET=true SUPPORT_CACHE=true SUPPORT_ASYNC=true SUPPORT_STORE=true SUPPORT_TAGS=true SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=true SUPPORT_DOCUMENT=true POLYFILL=false SUPPORT_PERSISTENT=true SUPPORT_RESOLVER=true SUPPORT_HIGHLIGHTING=true SUPPORT_KEYSTORE=true SUPPORT_COMPRESSION=false FORMATTING=PRETTY_PRINT","build:compact":"node task/build RELEASE=compact DEBUG=false PROFILER=false SUPPORT_WORKER=false SUPPORT_ENCODER=true SUPPORT_CHARSET=true SUPPORT_CACHE=true SUPPORT_ASYNC=true SUPPORT_STORE=true SUPPORT_TAGS=true SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=true SUPPORT_DOCUMENT=true POLYFILL=false SUPPORT_PERSISTENT=false SUPPORT_RESOLVER=false SUPPORT_HIGHLIGHTING=true SUPPORT_KEYSTORE=false SUPPORT_COMPRESSION=false","build:compact:debug":"node task/build RELEASE=compact DEBUG=true PROFILER=false SUPPORT_WORKER=false SUPPORT_ENCODER=true SUPPORT_CHARSET=true SUPPORT_CACHE=true SUPPORT_ASYNC=true SUPPORT_STORE=true SUPPORT_TAGS=true SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=true SUPPORT_DOCUMENT=true POLYFILL=false SUPPORT_PERSISTENT=false SUPPORT_RESOLVER=false SUPPORT_HIGHLIGHTING=true SUPPORT_KEYSTORE=false SUPPORT_COMPRESSION=false FORMATTING=PRETTY_PRINT","build:light":"node task/build RELEASE=light DEBUG=false PROFILER=false SUPPORT_WORKER=false SUPPORT_ENCODER=true SUPPORT_CHARSET=false SUPPORT_CACHE=false SUPPORT_ASYNC=false SUPPORT_STORE=false SUPPORT_TAGS=false SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=false SUPPORT_DOCUMENT=false POLYFILL=false SUPPORT_PERSISTENT=false SUPPORT_RESOLVER=false SUPPORT_HIGHLIGHTING=false SUPPORT_KEYSTORE=false SUPPORT_COMPRESSION=false","build:light:debug":"node task/build RELEASE=light DEBUG=true PROFILER=false SUPPORT_WORKER=false SUPPORT_ENCODER=true SUPPORT_CHARSET=false SUPPORT_CACHE=false SUPPORT_ASYNC=false SUPPORT_STORE=false SUPPORT_TAGS=false SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=false SUPPORT_DOCUMENT=false POLYFILL=false SUPPORT_PERSISTENT=false SUPPORT_RESOLVER=false SUPPORT_HIGHLIGHTING=false SUPPORT_KEYSTORE=false SUPPORT_COMPRESSION=false FORMATTING=PRETTY_PRINT","build:es5":"node task/build RELEASE=es5 DEBUG=false PROFILER=false SUPPORT_WORKER=true SUPPORT_ENCODER=true SUPPORT_CHARSET=true SUPPORT_CACHE=true SUPPORT_ASYNC=true SUPPORT_STORE=true SUPPORT_TAGS=true SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=true SUPPORT_DOCUMENT=true POLYFILL=true SUPPORT_PERSISTENT=true SUPPORT_RESOLVER=true SUPPORT_HIGHLIGHTING=true SUPPORT_KEYSTORE=true SUPPORT_COMPRESSION=false LANGUAGE_OUT=ECMASCRIPT5_STRICT","build:es5:debug":"node task/build RELEASE=es5 DEBUG=true PROFILER=false SUPPORT_WORKER=true SUPPORT_ENCODER=true SUPPORT_CHARSET=true SUPPORT_CACHE=true SUPPORT_ASYNC=true SUPPORT_STORE=true SUPPORT_TAGS=true SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=true SUPPORT_DOCUMENT=true POLYFILL=true SUPPORT_PERSISTENT=true SUPPORT_RESOLVER=true SUPPORT_HIGHLIGHTING=true SUPPORT_KEYSTORE=true SUPPORT_COMPRESSION=false FORMATTING=PRETTY_PRINT LANGUAGE_OUT=ECMASCRIPT5_STRICT","build:lang":"node task/build RELEASE=lang","build:db":"npx rollup tmp/db/indexeddb/index.js --file dist/db/indexeddb/index.cjs --format cjs && npx rollup tmp/db/postgres/index.js --file dist/db/postgres/index.cjs --format cjs && npx rollup tmp/db/sqlite/index.js --file dist/db/sqlite/index.cjs --format cjs && npx rollup tmp/db/mongodb/index.js --file dist/db/mongodb/index.cjs --format cjs && npx rollup tmp/db/redis/index.js --file dist/db/redis/index.cjs --format cjs && npx rollup tmp/db/clickhouse/index.js --file dist/db/clickhouse/index.cjs --format cjs","build:module":"node task/babel && exit 0","build:module:debug":"node task/babel DEBUG=true && exit 0","build:module:min":"node task/babel RELEASE=min && exit 0","build:module:bundle":"node task/build RELEASE=bundle.module DEBUG=false PROFILER=false SUPPORT_WORKER=true SUPPORT_ENCODER=true SUPPORT_CHARSET=true SUPPORT_CACHE=true SUPPORT_ASYNC=true SUPPORT_STORE=true SUPPORT_TAGS=true SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=true SUPPORT_DOCUMENT=true POLYFILL=false SUPPORT_PERSISTENT=true SUPPORT_RESOLVER=true SUPPORT_HIGHLIGHTING=true SUPPORT_KEYSTORE=true SUPPORT_COMPRESSION=false","build:module:bundle:debug":"node task/build RELEASE=bundle.module DEBUG=true PROFILER=false SUPPORT_WORKER=true SUPPORT_ENCODER=true SUPPORT_CHARSET=true SUPPORT_CACHE=true SUPPORT_ASYNC=true SUPPORT_STORE=true SUPPORT_TAGS=true SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=true SUPPORT_DOCUMENT=true POLYFILL=false SUPPORT_PERSISTENT=true SUPPORT_RESOLVER=true SUPPORT_HIGHLIGHTING=true SUPPORT_KEYSTORE=true SUPPORT_COMPRESSION=false FORMATTING=PRETTY_PRINT","build:module:compact":"node task/build RELEASE=compact.module DEBUG=false PROFILER=false SUPPORT_WORKER=false SUPPORT_ENCODER=true SUPPORT_CHARSET=true SUPPORT_CACHE=true SUPPORT_ASYNC=true SUPPORT_STORE=true SUPPORT_TAGS=true SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=true SUPPORT_DOCUMENT=true POLYFILL=false SUPPORT_PERSISTENT=false SUPPORT_RESOLVER=false SUPPORT_HIGHLIGHTING=true SUPPORT_KEYSTORE=false SUPPORT_COMPRESSION=false","build:module:compact:debug":"node task/build RELEASE=compact.module DEBUG=true PROFILER=false SUPPORT_WORKER=false SUPPORT_ENCODER=true SUPPORT_CHARSET=true SUPPORT_CACHE=true SUPPORT_ASYNC=true SUPPORT_STORE=true SUPPORT_TAGS=true SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=true SUPPORT_DOCUMENT=true POLYFILL=false SUPPORT_PERSISTENT=false SUPPORT_RESOLVER=false SUPPORT_HIGHLIGHTING=true SUPPORT_KEYSTORE=false SUPPORT_COMPRESSION=false FORMATTING=PRETTY_PRINT","build:module:light":"node task/build RELEASE=light.module DEBUG=false PROFILER=false SUPPORT_WORKER=false SUPPORT_ENCODER=true SUPPORT_CHARSET=false SUPPORT_CACHE=false SUPPORT_ASYNC=false SUPPORT_STORE=false SUPPORT_TAGS=false SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=false SUPPORT_DOCUMENT=false POLYFILL=false SUPPORT_PERSISTENT=false SUPPORT_RESOLVER=false SUPPORT_HIGHLIGHTING=false SUPPORT_KEYSTORE=false SUPPORT_COMPRESSION=false","build:module:light:debug":"node task/build RELEASE=light.module DEBUG=true PROFILER=false SUPPORT_WORKER=false SUPPORT_ENCODER=true SUPPORT_CHARSET=false SUPPORT_CACHE=false SUPPORT_ASYNC=false SUPPORT_STORE=false SUPPORT_TAGS=false SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=false SUPPORT_DOCUMENT=false POLYFILL=false SUPPORT_PERSISTENT=false SUPPORT_RESOLVER=false SUPPORT_HIGHLIGHTING=false SUPPORT_KEYSTORE=false SUPPORT_COMPRESSION=false FORMATTING=PRETTY_PRINT","build:all":"npm run build:bundle && npm run build:bundle:debug && npm run build:light && npm run build:light:debug && npm run build:compact && npm run build:compact:debug && npm run build:module:bundle && npm run build:module:bundle:debug && npm run build:module:light && npm run build:module:light:debug && npm run build:module:compact && npm run build:module:compact:debug && npm run build:es5 && npm run build:es5:debug && npm run build:lang && npm run build:module && npm run build:module:debug && npm run build:module:min && npm run build:db","build:custom":"node task/build RELEASE=custom","test":"mocha test/*.js --exit","test:coverage":"c8 -c test/.c8rc.json mocha test/*.js --exit","test:keystore":"set NODE_OPTIONS=--max-old-space-size=16000 && c8 -c test/.c8rc.json mocha test/keystore.js --exit","test:db":"c8 -c test/.c8rc.json mocha test/persistent.*.js --exit","test:all":"npx mocha test/*.js --exit module/bundle && npx mocha test/*.js --exit module-debug/bundle && npx mocha test/*.js --exit module-min/bundle && npx mocha test/*.js --exit flexsearch.bundle.debug && npx mocha test/*.js --exit flexsearch.bundle.min && npx mocha test/*.js --exit flexsearch.bundle.module.debug && npx mocha test/*.js --exit flexsearch.bundle.module.min && npx mocha test/*.js --exit flexsearch.compact.debug && npx mocha test/*.js --exit flexsearch.compact.min && npx mocha test/*.js --exit flexsearch.compact.module.debug && npx mocha test/*.js --exit flexsearch.compact.module.min && npx mocha test/*.js --exit flexsearch.es5.debug && npx mocha test/*.js --exit flexsearch.es5.min && npx mocha test/*.js --exit flexsearch.light.debug && npx mocha test/*.js --exit flexsearch.light.min && npx mocha test/*.js --exit flexsearch.light.module.debug && npx mocha test/*.js --exit flexsearch.light.module.min","release":"npm version --no-git-tag-version patch && npm run build:all && npm run test:all"},"files":["dist/**","src/**","task/**","index.d.ts","README.md","CHANGELOG.md","LICENSE"],"devDependencies":{"babel-cli":"^6.26.0","babel-plugin-conditional-compile":"^0.0.5","babel-plugin-minify-constant-folding":"^0.5.0","babel-plugin-minify-dead-code-elimination":"^0.5.2","babel-plugin-minify-flip-comparisons":"^0.4.3","babel-plugin-minify-guarded-expressions":"^0.4.4","babel-plugin-minify-infinity":"^0.4.3","babel-plugin-minify-mangle-names":"^0.5.1","babel-plugin-minify-replace":"^0.5.0","babel-plugin-minify-simplify":"^0.5.1","babel-plugin-minify-type-constructors":"^0.4.3","babel-plugin-transform-member-expression-literals":"^6.9.4","babel-plugin-transform-merge-sibling-variables":"^6.9.5","babel-plugin-transform-minify-booleans":"^6.9.4","babel-plugin-transform-property-literals":"^6.9.4","babel-plugin-transform-simplify-comparison-operators":"^6.9.4","babel-plugin-transform-undefined-to-void":"^6.9.4","c8":"^10.1.3","chai":"^5.2.0","clickhouse":"^2.6.0","google-closure-compiler":"^20250520.0.0","mocha":"^11.1.0","mongodb":"^6.13.0","pg-promise":"^11.13.0","redis":"^5.1.0","rollup":"^4.35.0","sqlite3":"^5.1.7"},"funding":[{"type":"github","url":"https://github.com/ts-thomas"},{"type":"paypal","url":"https://www.paypal.com/donate/?hosted_button_id=GEVR88FC9BWRW"},{"type":"opencollective","url":"https://opencollective.com/flexsearch"},{"type":"patreon","url":"https://patreon.com/user?u=96245532"},{"type":"liberapay","url":"https://liberapay.com/ts-thomas"}],"_lastModified":"2026-02-26T06:58:32.157Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"fs-extra","version":"9.1.0","description":"fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.","engines":{"node":">=10"},"homepage":"https://github.com/jprichardson/node-fs-extra","repository":{"type":"git","url":"https://github.com/jprichardson/node-fs-extra"},"keywords":["fs","file","file system","copy","directory","extra","mkdirp","mkdir","mkdirs","recursive","json","read","write","extra","delete","remove","touch","create","text","output","move","promise"],"author":"JP Richardson <jprichardson@gmail.com>","license":"MIT","dependencies":{"at-least-node":"^1.0.0","graceful-fs":"^4.2.0","jsonfile":"^6.0.1","universalify":"^2.0.0"},"devDependencies":{"coveralls":"^3.0.0","klaw":"^2.1.1","klaw-sync":"^3.0.2","minimist":"^1.1.1","mocha":"^5.0.5","nyc":"^15.0.0","proxyquire":"^2.0.1","read-dir-files":"^0.1.1","standard":"^14.1.0"},"main":"./lib/index.js","files":["lib/","!lib/**/__tests__/"],"scripts":{"full-ci":"npm run lint && npm run coverage","coverage":"nyc -r lcovonly npm run unit","coveralls":"coveralls < coverage/lcov.info","lint":"standard","test-find":"find ./lib/**/__tests__ -name *.test.js | xargs mocha","test":"npm run lint && npm run unit","unit":"node test.js"},"_lastModified":"2026-02-
|
|
1
|
+
{"name":"fs-extra","version":"9.1.0","description":"fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.","engines":{"node":">=10"},"homepage":"https://github.com/jprichardson/node-fs-extra","repository":{"type":"git","url":"https://github.com/jprichardson/node-fs-extra"},"keywords":["fs","file","file system","copy","directory","extra","mkdirp","mkdir","mkdirs","recursive","json","read","write","extra","delete","remove","touch","create","text","output","move","promise"],"author":"JP Richardson <jprichardson@gmail.com>","license":"MIT","dependencies":{"at-least-node":"^1.0.0","graceful-fs":"^4.2.0","jsonfile":"^6.0.1","universalify":"^2.0.0"},"devDependencies":{"coveralls":"^3.0.0","klaw":"^2.1.1","klaw-sync":"^3.0.2","minimist":"^1.1.1","mocha":"^5.0.5","nyc":"^15.0.0","proxyquire":"^2.0.1","read-dir-files":"^0.1.1","standard":"^14.1.0"},"main":"./lib/index.js","files":["lib/","!lib/**/__tests__/"],"scripts":{"full-ci":"npm run lint && npm run coverage","coverage":"nyc -r lcovonly npm run unit","coveralls":"coveralls < coverage/lcov.info","lint":"standard","test-find":"find ./lib/**/__tests__ -name *.test.js | xargs mocha","test":"npm run lint && npm run unit","unit":"node test.js"},"_lastModified":"2026-02-26T06:58:30.745Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"langchain","version":"1.2.24","description":"Typescript bindings for langchain","author":"LangChain","license":"MIT","type":"module","engines":{"node":">=20"},"files":["dist/","CHANGELOG.md","README.md","LICENSE","storage","load","load.d.cts","load.cjs","load.d.ts","load.js","hub","chat_models","hub.d.cts","hub.cjs","hub.d.ts","hub.js"],"repository":{"type":"git","url":"git+ssh://git@github.com/langchain-ai/langchainjs.git"},"homepage":"https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain/","devDependencies":{"@tsconfig/recommended":"^1.0.2","@types/js-yaml":"^4","@types/jsdom":"^21.1.1","@types/uuid":"^9","@types/ws":"^8","@vitest/coverage-v8":"^3.2.4","cheerio":"1.0.0-rc.12","dotenv":"^16.0.3","dpdm":"^3.14.0","eslint":"^9.34.0","openai":"^5.1.0","peggy":"^3.0.2","prettier":"^3.5.0","reflect-metadata":"^0.2.2","rimraf":"^5.0.1","tinybench":"^6.0.0","typeorm":"^0.3.28","typescript":"~5.8.3","vitest":"^3.2.4","yaml":"^2.8.1","@langchain/anthropic":"1.3.17","@langchain/core":"^1.1.24","@langchain/cohere":"1.0.2","@langchain/eslint":"0.1.1","@langchain/openai":"1.2.7","@langchain/tsconfig":"0.0.1"},"peerDependencies":{"@langchain/core":"^1.1.24"},"dependencies":{"@langchain/langgraph":"^1.1.2","@langchain/langgraph-checkpoint":"^1.0.0","langsmith":">=0.5.0 <1.0.0","uuid":"^10.0.0","zod":"^3.25.76 || ^4"},"publishConfig":{"access":"public"},"keywords":["llm","ai","gpt3","chain","prompt","prompt engineering","chatgpt","machine learning","ml","openai","embeddings","vectorstores"],"main":"./dist/index.cjs","types":"./dist/index.d.cts","exports":{".":{"input":"./src/index.ts","require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./chat_models/universal":{"input":"./src/chat_models/universal.ts","require":{"types":"./dist/chat_models/universal.d.cts","default":"./dist/chat_models/universal.cjs"},"import":{"types":"./dist/chat_models/universal.d.ts","default":"./dist/chat_models/universal.js"}},"./hub":{"input":"./src/hub/index.ts","require":{"types":"./dist/hub/index.d.cts","default":"./dist/hub/index.cjs"},"import":{"types":"./dist/hub/index.d.ts","default":"./dist/hub/index.js"}},"./hub/node":{"input":"./src/hub/node.ts","require":{"types":"./dist/hub/node.d.cts","default":"./dist/hub/node.cjs"},"import":{"types":"./dist/hub/node.d.ts","default":"./dist/hub/node.js"}},"./load":{"input":"./src/load/index.ts","require":{"types":"./dist/load/index.d.cts","default":"./dist/load/index.cjs"},"import":{"types":"./dist/load/index.d.ts","default":"./dist/load/index.js"}},"./load/serializable":{"input":"./src/load/serializable.ts","require":{"types":"./dist/load/serializable.d.cts","default":"./dist/load/serializable.cjs"},"import":{"types":"./dist/load/serializable.d.ts","default":"./dist/load/serializable.js"}},"./storage/encoder_backed":{"input":"./src/storage/encoder_backed.ts","require":{"types":"./dist/storage/encoder_backed.d.cts","default":"./dist/storage/encoder_backed.cjs"},"import":{"types":"./dist/storage/encoder_backed.d.ts","default":"./dist/storage/encoder_backed.js"}},"./storage/file_system":{"input":"./src/storage/file_system.ts","require":{"types":"./dist/storage/file_system.d.cts","default":"./dist/storage/file_system.cjs"},"import":{"types":"./dist/storage/file_system.d.ts","default":"./dist/storage/file_system.js"}},"./storage/in_memory":{"input":"./src/storage/in_memory.ts","require":{"types":"./dist/storage/in_memory.d.cts","default":"./dist/storage/in_memory.cjs"},"import":{"types":"./dist/storage/in_memory.d.ts","default":"./dist/storage/in_memory.js"}},"./package.json":"./package.json"},"module":"./dist/index.js","scripts":{"build":"turbo build:compile --filter langchain --output-logs new-only","build:compile":"tsdown","lint:eslint":"eslint --cache src/","lint:dpdm":"dpdm --skip-dynamic-imports circular --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts","lint":"pnpm lint:eslint && pnpm lint:dpdm","lint:fix":"pnpm lint:eslint --fix && pnpm lint:dpdm","precommit":"lint-staged","clean":"rm -rf .turbo dist/","test":"vitest run","test:watch":"vitest --watch","test:bench":"vitest --mode bench --run","test:integration":"vitest --mode int","format":"prettier --write \"src\"","format:check":"prettier --check \"src\""},"_lastModified":"2026-02-
|
|
1
|
+
{"name":"langchain","version":"1.2.24","description":"Typescript bindings for langchain","author":"LangChain","license":"MIT","type":"module","engines":{"node":">=20"},"files":["dist/","CHANGELOG.md","README.md","LICENSE","storage","load","load.d.cts","load.cjs","load.d.ts","load.js","hub","chat_models","hub.d.cts","hub.cjs","hub.d.ts","hub.js"],"repository":{"type":"git","url":"git+ssh://git@github.com/langchain-ai/langchainjs.git"},"homepage":"https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain/","devDependencies":{"@tsconfig/recommended":"^1.0.2","@types/js-yaml":"^4","@types/jsdom":"^21.1.1","@types/uuid":"^9","@types/ws":"^8","@vitest/coverage-v8":"^3.2.4","cheerio":"1.0.0-rc.12","dotenv":"^16.0.3","dpdm":"^3.14.0","eslint":"^9.34.0","openai":"^5.1.0","peggy":"^3.0.2","prettier":"^3.5.0","reflect-metadata":"^0.2.2","rimraf":"^5.0.1","tinybench":"^6.0.0","typeorm":"^0.3.28","typescript":"~5.8.3","vitest":"^3.2.4","yaml":"^2.8.1","@langchain/anthropic":"1.3.17","@langchain/core":"^1.1.24","@langchain/cohere":"1.0.2","@langchain/eslint":"0.1.1","@langchain/openai":"1.2.7","@langchain/tsconfig":"0.0.1"},"peerDependencies":{"@langchain/core":"^1.1.24"},"dependencies":{"@langchain/langgraph":"^1.1.2","@langchain/langgraph-checkpoint":"^1.0.0","langsmith":">=0.5.0 <1.0.0","uuid":"^10.0.0","zod":"^3.25.76 || ^4"},"publishConfig":{"access":"public"},"keywords":["llm","ai","gpt3","chain","prompt","prompt engineering","chatgpt","machine learning","ml","openai","embeddings","vectorstores"],"main":"./dist/index.cjs","types":"./dist/index.d.cts","exports":{".":{"input":"./src/index.ts","require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./chat_models/universal":{"input":"./src/chat_models/universal.ts","require":{"types":"./dist/chat_models/universal.d.cts","default":"./dist/chat_models/universal.cjs"},"import":{"types":"./dist/chat_models/universal.d.ts","default":"./dist/chat_models/universal.js"}},"./hub":{"input":"./src/hub/index.ts","require":{"types":"./dist/hub/index.d.cts","default":"./dist/hub/index.cjs"},"import":{"types":"./dist/hub/index.d.ts","default":"./dist/hub/index.js"}},"./hub/node":{"input":"./src/hub/node.ts","require":{"types":"./dist/hub/node.d.cts","default":"./dist/hub/node.cjs"},"import":{"types":"./dist/hub/node.d.ts","default":"./dist/hub/node.js"}},"./load":{"input":"./src/load/index.ts","require":{"types":"./dist/load/index.d.cts","default":"./dist/load/index.cjs"},"import":{"types":"./dist/load/index.d.ts","default":"./dist/load/index.js"}},"./load/serializable":{"input":"./src/load/serializable.ts","require":{"types":"./dist/load/serializable.d.cts","default":"./dist/load/serializable.cjs"},"import":{"types":"./dist/load/serializable.d.ts","default":"./dist/load/serializable.js"}},"./storage/encoder_backed":{"input":"./src/storage/encoder_backed.ts","require":{"types":"./dist/storage/encoder_backed.d.cts","default":"./dist/storage/encoder_backed.cjs"},"import":{"types":"./dist/storage/encoder_backed.d.ts","default":"./dist/storage/encoder_backed.js"}},"./storage/file_system":{"input":"./src/storage/file_system.ts","require":{"types":"./dist/storage/file_system.d.cts","default":"./dist/storage/file_system.cjs"},"import":{"types":"./dist/storage/file_system.d.ts","default":"./dist/storage/file_system.js"}},"./storage/in_memory":{"input":"./src/storage/in_memory.ts","require":{"types":"./dist/storage/in_memory.d.cts","default":"./dist/storage/in_memory.cjs"},"import":{"types":"./dist/storage/in_memory.d.ts","default":"./dist/storage/in_memory.js"}},"./package.json":"./package.json"},"module":"./dist/index.js","scripts":{"build":"turbo build:compile --filter langchain --output-logs new-only","build:compile":"tsdown","lint:eslint":"eslint --cache src/","lint:dpdm":"dpdm --skip-dynamic-imports circular --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts","lint":"pnpm lint:eslint && pnpm lint:dpdm","lint:fix":"pnpm lint:eslint --fix && pnpm lint:dpdm","precommit":"lint-staged","clean":"rm -rf .turbo dist/","test":"vitest run","test:watch":"vitest --watch","test:bench":"vitest --mode bench --run","test:integration":"vitest --mode int","format":"prettier --write \"src\"","format:check":"prettier --check \"src\""},"_lastModified":"2026-02-26T06:58:10.112Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"nodejs-snowflake","collaborators":["Utkarsh Srivastava <utkarsh@sagacious.dev>"],"description":"Generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake)","version":"2.0.1","license":"Apache 2.0","repository":{"type":"git","url":"https://github.com/utkarsh-pro/nodejs-snowflake.git"},"files":["nodejs_snowflake_bg.wasm","nodejs_snowflake.js","nodejs_snowflake.d.ts"],"main":"nodejs_snowflake.js","types":"nodejs_snowflake.d.ts","_lastModified":"2026-02-
|
|
1
|
+
{"name":"nodejs-snowflake","collaborators":["Utkarsh Srivastava <utkarsh@sagacious.dev>"],"description":"Generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake)","version":"2.0.1","license":"Apache 2.0","repository":{"type":"git","url":"https://github.com/utkarsh-pro/nodejs-snowflake.git"},"files":["nodejs_snowflake_bg.wasm","nodejs_snowflake.js","nodejs_snowflake.d.ts"],"main":"nodejs_snowflake.js","types":"nodejs_snowflake.d.ts","_lastModified":"2026-02-26T06:58:03.481Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"zod","version":"4.3.5","type":"module","license":"MIT","author":"Colin McDonnell <zod@colinhacks.com>","description":"TypeScript-first schema declaration and validation library with static type inference","homepage":"https://zod.dev","llms":"https://zod.dev/llms.txt","llmsFull":"https://zod.dev/llms-full.txt","mcpServer":"https://mcp.inkeep.com/zod/mcp","funding":"https://github.com/sponsors/colinhacks","sideEffects":false,"files":["src","**/*.js","**/*.mjs","**/*.cjs","**/*.d.ts","**/*.d.mts","**/*.d.cts","**/package.json"],"keywords":["typescript","schema","validation","type","inference"],"main":"./index.cjs","types":"./index.d.cts","module":"./index.js","zshy":{"exports":{"./package.json":"./package.json",".":"./src/index.ts","./mini":"./src/mini/index.ts","./locales":"./src/locales/index.ts","./v3":"./src/v3/index.ts","./v4":"./src/v4/index.ts","./v4-mini":"./src/v4-mini/index.ts","./v4/mini":"./src/v4/mini/index.ts","./v4/core":"./src/v4/core/index.ts","./v4/locales":"./src/v4/locales/index.ts","./v4/locales/*":"./src/v4/locales/*"},"conditions":{"@zod/source":"src"}},"exports":{"./package.json":"./package.json",".":{"@zod/source":"./src/index.ts","types":"./index.d.cts","import":"./index.js","require":"./index.cjs"},"./mini":{"@zod/source":"./src/mini/index.ts","types":"./mini/index.d.cts","import":"./mini/index.js","require":"./mini/index.cjs"},"./locales":{"@zod/source":"./src/locales/index.ts","types":"./locales/index.d.cts","import":"./locales/index.js","require":"./locales/index.cjs"},"./v3":{"@zod/source":"./src/v3/index.ts","types":"./v3/index.d.cts","import":"./v3/index.js","require":"./v3/index.cjs"},"./v4":{"@zod/source":"./src/v4/index.ts","types":"./v4/index.d.cts","import":"./v4/index.js","require":"./v4/index.cjs"},"./v4-mini":{"@zod/source":"./src/v4-mini/index.ts","types":"./v4-mini/index.d.cts","import":"./v4-mini/index.js","require":"./v4-mini/index.cjs"},"./v4/mini":{"@zod/source":"./src/v4/mini/index.ts","types":"./v4/mini/index.d.cts","import":"./v4/mini/index.js","require":"./v4/mini/index.cjs"},"./v4/core":{"@zod/source":"./src/v4/core/index.ts","types":"./v4/core/index.d.cts","import":"./v4/core/index.js","require":"./v4/core/index.cjs"},"./v4/locales":{"@zod/source":"./src/v4/locales/index.ts","types":"./v4/locales/index.d.cts","import":"./v4/locales/index.js","require":"./v4/locales/index.cjs"},"./v4/locales/*":{"@zod/source":"./src/v4/locales/*","types":"./v4/locales/*","import":"./v4/locales/*","require":"./v4/locales/*"}},"repository":{"type":"git","url":"git+https://github.com/colinhacks/zod.git"},"bugs":{"url":"https://github.com/colinhacks/zod/issues"},"support":{"backing":{"npm-funding":true}},"scripts":{"clean":"git clean -xdf . -e node_modules","build":"zshy --project tsconfig.build.json","postbuild":"tsx ../../scripts/write-stub-package-jsons.ts && pnpm biome check --write .","test:watch":"pnpm vitest","test":"pnpm vitest run","prepublishOnly":"tsx ../../scripts/check-versions.ts"},"_lastModified":"2026-02-
|
|
1
|
+
{"name":"zod","version":"4.3.5","type":"module","license":"MIT","author":"Colin McDonnell <zod@colinhacks.com>","description":"TypeScript-first schema declaration and validation library with static type inference","homepage":"https://zod.dev","llms":"https://zod.dev/llms.txt","llmsFull":"https://zod.dev/llms-full.txt","mcpServer":"https://mcp.inkeep.com/zod/mcp","funding":"https://github.com/sponsors/colinhacks","sideEffects":false,"files":["src","**/*.js","**/*.mjs","**/*.cjs","**/*.d.ts","**/*.d.mts","**/*.d.cts","**/package.json"],"keywords":["typescript","schema","validation","type","inference"],"main":"./index.cjs","types":"./index.d.cts","module":"./index.js","zshy":{"exports":{"./package.json":"./package.json",".":"./src/index.ts","./mini":"./src/mini/index.ts","./locales":"./src/locales/index.ts","./v3":"./src/v3/index.ts","./v4":"./src/v4/index.ts","./v4-mini":"./src/v4-mini/index.ts","./v4/mini":"./src/v4/mini/index.ts","./v4/core":"./src/v4/core/index.ts","./v4/locales":"./src/v4/locales/index.ts","./v4/locales/*":"./src/v4/locales/*"},"conditions":{"@zod/source":"src"}},"exports":{"./package.json":"./package.json",".":{"@zod/source":"./src/index.ts","types":"./index.d.cts","import":"./index.js","require":"./index.cjs"},"./mini":{"@zod/source":"./src/mini/index.ts","types":"./mini/index.d.cts","import":"./mini/index.js","require":"./mini/index.cjs"},"./locales":{"@zod/source":"./src/locales/index.ts","types":"./locales/index.d.cts","import":"./locales/index.js","require":"./locales/index.cjs"},"./v3":{"@zod/source":"./src/v3/index.ts","types":"./v3/index.d.cts","import":"./v3/index.js","require":"./v3/index.cjs"},"./v4":{"@zod/source":"./src/v4/index.ts","types":"./v4/index.d.cts","import":"./v4/index.js","require":"./v4/index.cjs"},"./v4-mini":{"@zod/source":"./src/v4-mini/index.ts","types":"./v4-mini/index.d.cts","import":"./v4-mini/index.js","require":"./v4-mini/index.cjs"},"./v4/mini":{"@zod/source":"./src/v4/mini/index.ts","types":"./v4/mini/index.d.cts","import":"./v4/mini/index.js","require":"./v4/mini/index.cjs"},"./v4/core":{"@zod/source":"./src/v4/core/index.ts","types":"./v4/core/index.d.cts","import":"./v4/core/index.js","require":"./v4/core/index.cjs"},"./v4/locales":{"@zod/source":"./src/v4/locales/index.ts","types":"./v4/locales/index.d.cts","import":"./v4/locales/index.js","require":"./v4/locales/index.cjs"},"./v4/locales/*":{"@zod/source":"./src/v4/locales/*","types":"./v4/locales/*","import":"./v4/locales/*","require":"./v4/locales/*"}},"repository":{"type":"git","url":"git+https://github.com/colinhacks/zod.git"},"bugs":{"url":"https://github.com/colinhacks/zod/issues"},"support":{"backing":{"npm-funding":true}},"scripts":{"clean":"git clean -xdf . -e node_modules","build":"zshy --project tsconfig.build.json","postbuild":"tsx ../../scripts/write-stub-package-jsons.ts && pnpm biome check --write .","test:watch":"pnpm vitest","test":"pnpm vitest run","prepublishOnly":"tsx ../../scripts/check-versions.ts"},"_lastModified":"2026-02-26T06:58:04.574Z"}
|
|
@@ -104,7 +104,7 @@ export declare class AIEmployee {
|
|
|
104
104
|
getToolCallResult(messageId: string, toolCallId: string): Promise<AIToolMessage>;
|
|
105
105
|
getToolCallResultMap(messageId: string, toolCallIds: string[]): Promise<Map<string, AIToolMessage>>;
|
|
106
106
|
getUserDecisions(messageId: string): Promise<UserDecision[]>;
|
|
107
|
-
cancelToolCall(): Promise<
|
|
107
|
+
cancelToolCall(): Promise<any>;
|
|
108
108
|
get logger(): any;
|
|
109
109
|
sendErrorResponse(errorMessage: string): void;
|
|
110
110
|
sendSpecificError({ name, message }: {
|
|
@@ -471,7 +471,7 @@ class AIEmployee {
|
|
|
471
471
|
if (err.name === "GraphRecursionError") {
|
|
472
472
|
this.sendSpecificError({ name: err.name, message: err.message });
|
|
473
473
|
} else {
|
|
474
|
-
this.sendErrorResponse(err
|
|
474
|
+
this.sendErrorResponse(provider.parseResponseError(err));
|
|
475
475
|
}
|
|
476
476
|
} finally {
|
|
477
477
|
this.ctx.res.end();
|
|
@@ -813,70 +813,59 @@ If information is missing, clearly state it in the summary.</Important>`;
|
|
|
813
813
|
} else {
|
|
814
814
|
return;
|
|
815
815
|
}
|
|
816
|
-
const
|
|
817
|
-
|
|
816
|
+
const toolMessages = (await this.aiToolMessagesModel.findAll({
|
|
817
|
+
where: {
|
|
818
|
+
sessionId: this.sessionId,
|
|
818
819
|
messageId,
|
|
819
820
|
invokeStatus: {
|
|
820
|
-
|
|
821
|
+
[import_database.Op.ne]: "confirmed"
|
|
821
822
|
}
|
|
822
823
|
}
|
|
823
|
-
});
|
|
824
|
-
if (!
|
|
824
|
+
})).map((it) => it.toJSON());
|
|
825
|
+
if (!toolMessages || import_lodash.default.isEmpty(toolMessages)) {
|
|
825
826
|
return;
|
|
826
827
|
}
|
|
827
828
|
const { model, service } = await this.getLLMService();
|
|
828
829
|
const toolCallMap = await this.getToolCallMap(messageId);
|
|
829
830
|
const now = /* @__PURE__ */ new Date();
|
|
830
|
-
const toolMessageContent = "The user
|
|
831
|
-
await this.db.sequelize.transaction(async (transaction) => {
|
|
832
|
-
for (const
|
|
833
|
-
|
|
831
|
+
const toolMessageContent = "The user ignored the application for tools usage and will continued to ask questions";
|
|
832
|
+
return await this.db.sequelize.transaction(async (transaction) => {
|
|
833
|
+
for (const toolMessage of toolMessages) {
|
|
834
|
+
await this.aiToolMessagesModel.update(
|
|
834
835
|
{
|
|
835
|
-
invokeStatus: "
|
|
836
|
-
status: "
|
|
836
|
+
invokeStatus: "confirmed",
|
|
837
|
+
status: "success",
|
|
837
838
|
content: toolMessageContent,
|
|
838
|
-
invokeStartTime:
|
|
839
|
-
invokeEndTime:
|
|
839
|
+
invokeStartTime: toolMessage.invokeStartTime ?? now,
|
|
840
|
+
invokeEndTime: toolMessage.invokeEndTime ?? now
|
|
840
841
|
},
|
|
841
842
|
{
|
|
842
843
|
where: {
|
|
843
|
-
id:
|
|
844
|
-
invokeStatus:
|
|
844
|
+
id: toolMessage.id,
|
|
845
|
+
invokeStatus: toolMessage.invokeStatus
|
|
845
846
|
},
|
|
846
847
|
transaction
|
|
847
848
|
}
|
|
848
849
|
);
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
content:
|
|
857
|
-
type: "text",
|
|
858
|
-
content: toolMessageContent
|
|
859
|
-
},
|
|
860
|
-
metadata: {
|
|
861
|
-
model,
|
|
862
|
-
provider: service.provider,
|
|
863
|
-
toolCall: toolCallMap.get(toolCall2.toolCallId),
|
|
864
|
-
autoCall: toolCall2.auto
|
|
865
|
-
},
|
|
866
|
-
transaction
|
|
867
|
-
}))
|
|
868
|
-
});
|
|
869
|
-
await this.aiToolMessagesRepo.update({
|
|
870
|
-
filter: {
|
|
871
|
-
messageId,
|
|
872
|
-
toolCallId: toolCall.toolCallId
|
|
850
|
+
}
|
|
851
|
+
return await this.db.getRepository("aiConversations.messages", this.sessionId).create({
|
|
852
|
+
values: toolMessages.map((toolMessage) => ({
|
|
853
|
+
messageId: this.plugin.snowflake.generate(),
|
|
854
|
+
role: "tool",
|
|
855
|
+
content: {
|
|
856
|
+
type: "text",
|
|
857
|
+
content: toolMessageContent
|
|
873
858
|
},
|
|
874
|
-
|
|
875
|
-
|
|
859
|
+
metadata: {
|
|
860
|
+
model,
|
|
861
|
+
provider: service.provider,
|
|
862
|
+
toolCall: toolCallMap.get(toolMessage.toolCallId),
|
|
863
|
+
toolCallId: toolMessage.toolCallId,
|
|
864
|
+
autoCall: toolMessage.auto
|
|
876
865
|
},
|
|
877
866
|
transaction
|
|
878
|
-
})
|
|
879
|
-
}
|
|
867
|
+
}))
|
|
868
|
+
});
|
|
880
869
|
});
|
|
881
870
|
}
|
|
882
871
|
get logger() {
|
|
@@ -948,28 +937,34 @@ If information is missing, clearly state it in the summary.</Important>`;
|
|
|
948
937
|
content = workContextStr + "\n" + content;
|
|
949
938
|
}
|
|
950
939
|
}
|
|
951
|
-
const
|
|
940
|
+
const contentBlocks = [];
|
|
952
941
|
if (attachments == null ? void 0 : attachments.length) {
|
|
953
942
|
for (const attachment of attachments) {
|
|
954
943
|
const parsed = await provider.parseAttachment(this.ctx, attachment);
|
|
955
|
-
|
|
944
|
+
contentBlocks.push(parsed);
|
|
956
945
|
}
|
|
957
946
|
if (content) {
|
|
958
|
-
|
|
947
|
+
contentBlocks.push({
|
|
959
948
|
type: "text",
|
|
960
949
|
text: content
|
|
961
950
|
});
|
|
962
951
|
}
|
|
963
952
|
}
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
}
|
|
972
|
-
}
|
|
953
|
+
const role = "user";
|
|
954
|
+
const additional_kwargs = { userContent, attachments, workContext };
|
|
955
|
+
if (contentBlocks.length) {
|
|
956
|
+
formattedMessages.push({
|
|
957
|
+
role,
|
|
958
|
+
additional_kwargs,
|
|
959
|
+
contentBlocks
|
|
960
|
+
});
|
|
961
|
+
} else {
|
|
962
|
+
formattedMessages.push({
|
|
963
|
+
role,
|
|
964
|
+
additional_kwargs,
|
|
965
|
+
content
|
|
966
|
+
});
|
|
967
|
+
}
|
|
973
968
|
continue;
|
|
974
969
|
}
|
|
975
970
|
if (msg.role === "tool") {
|
|
@@ -40,7 +40,7 @@ class OpenAICompletionsProvider extends import_provider.LLMProvider {
|
|
|
40
40
|
const { responseFormat, structuredOutput } = this.modelOptions || {};
|
|
41
41
|
const { schema } = structuredOutput || {};
|
|
42
42
|
const responseFormatOptions = {
|
|
43
|
-
type: responseFormat
|
|
43
|
+
type: responseFormat ?? "text"
|
|
44
44
|
};
|
|
45
45
|
if (responseFormat === "json_schema" && schema) {
|
|
46
46
|
responseFormatOptions["json_schema"] = schema;
|
|
@@ -138,9 +138,12 @@ class LLMProvider {
|
|
|
138
138
|
};
|
|
139
139
|
} else {
|
|
140
140
|
return {
|
|
141
|
-
type: "
|
|
142
|
-
|
|
143
|
-
|
|
141
|
+
type: "file",
|
|
142
|
+
mimeType: attachment.mimetype,
|
|
143
|
+
metadata: {
|
|
144
|
+
filename: attachment.filename
|
|
145
|
+
},
|
|
146
|
+
data
|
|
144
147
|
};
|
|
145
148
|
}
|
|
146
149
|
}
|
|
@@ -205,6 +208,9 @@ class LLMProvider {
|
|
|
205
208
|
parseResponseMetadata(output) {
|
|
206
209
|
return [null, null];
|
|
207
210
|
}
|
|
211
|
+
parseResponseError(err) {
|
|
212
|
+
return (err == null ? void 0 : err.message) ?? "Unexpected LLM service error";
|
|
213
|
+
}
|
|
208
214
|
}
|
|
209
215
|
class EmbeddingProvider {
|
|
210
216
|
constructor(opts) {
|
|
@@ -33,7 +33,7 @@ var import_server = require("@nocobase/server");
|
|
|
33
33
|
class init_settings_default extends import_server.Migration {
|
|
34
34
|
on = "afterLoad";
|
|
35
35
|
// 'beforeLoad' or 'afterLoad'
|
|
36
|
-
appVersion = "<2.
|
|
36
|
+
appVersion = "<2.1.0";
|
|
37
37
|
async up() {
|
|
38
38
|
const aiSettings = await this.db.getRepository("aiSettings").findOne();
|
|
39
39
|
if (aiSettings) {
|
|
@@ -33,7 +33,7 @@ var import_server = require("@nocobase/server");
|
|
|
33
33
|
class setup_build_in_default extends import_server.Migration {
|
|
34
34
|
on = "afterSync";
|
|
35
35
|
// 'beforeLoad' or 'afterLoad'
|
|
36
|
-
appVersion = "<2.
|
|
36
|
+
appVersion = "<2.1.0";
|
|
37
37
|
async up() {
|
|
38
38
|
await this.plugin.setupBuiltIn();
|
|
39
39
|
}
|
|
@@ -32,7 +32,7 @@ module.exports = __toCommonJS(reset_builtin_about_exports);
|
|
|
32
32
|
var import_server = require("@nocobase/server");
|
|
33
33
|
class reset_builtin_about_default extends import_server.Migration {
|
|
34
34
|
on = "afterSync";
|
|
35
|
-
appVersion = "<2.
|
|
35
|
+
appVersion = "<2.1.0";
|
|
36
36
|
async up() {
|
|
37
37
|
const repo = this.db.getRepository("aiEmployees");
|
|
38
38
|
await repo.update({
|
|
@@ -32,7 +32,7 @@ module.exports = __toCommonJS(add_model_options_exports);
|
|
|
32
32
|
var import_server = require("@nocobase/server");
|
|
33
33
|
class add_model_options_default extends import_server.Migration {
|
|
34
34
|
on = "afterLoad";
|
|
35
|
-
appVersion = "<2.
|
|
35
|
+
appVersion = "<2.1.0";
|
|
36
36
|
async up() {
|
|
37
37
|
const collection = this.db.getCollection("llmServices");
|
|
38
38
|
if (!collection) {
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
9
|
+
import { Migration } from '@nocobase/server';
|
|
10
|
+
export default class extends Migration {
|
|
11
|
+
on: string;
|
|
12
|
+
appVersion: string;
|
|
13
|
+
up(): Promise<void>;
|
|
14
|
+
alterBlobField(collectionName: string, fieldName: string): Promise<void>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
var __defProp = Object.defineProperty;
|
|
11
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
12
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
13
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
14
|
+
var __export = (target, all) => {
|
|
15
|
+
for (var name in all)
|
|
16
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
17
|
+
};
|
|
18
|
+
var __copyProps = (to, from, except, desc) => {
|
|
19
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
20
|
+
for (let key of __getOwnPropNames(from))
|
|
21
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
22
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
23
|
+
}
|
|
24
|
+
return to;
|
|
25
|
+
};
|
|
26
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
27
|
+
var alter_checkpoint_blob_field_exports = {};
|
|
28
|
+
__export(alter_checkpoint_blob_field_exports, {
|
|
29
|
+
default: () => alter_checkpoint_blob_field_default
|
|
30
|
+
});
|
|
31
|
+
module.exports = __toCommonJS(alter_checkpoint_blob_field_exports);
|
|
32
|
+
var import_server = require("@nocobase/server");
|
|
33
|
+
class alter_checkpoint_blob_field_default extends import_server.Migration {
|
|
34
|
+
on = "afterSync";
|
|
35
|
+
// 'beforeLoad' or 'afterLoad'
|
|
36
|
+
appVersion = "<2.1.0";
|
|
37
|
+
async up() {
|
|
38
|
+
if (!this.db.isMySQLCompatibleDialect()) {
|
|
39
|
+
return;
|
|
40
|
+
}
|
|
41
|
+
await this.alterBlobField("lcCheckpointWrites", "blob");
|
|
42
|
+
await this.alterBlobField("lcCheckpointBlobs", "blob");
|
|
43
|
+
}
|
|
44
|
+
async alterBlobField(collectionName, fieldName) {
|
|
45
|
+
var _a;
|
|
46
|
+
const collection = this.db.getCollection(collectionName);
|
|
47
|
+
if (!collection) {
|
|
48
|
+
return;
|
|
49
|
+
}
|
|
50
|
+
const field = collection.getField(fieldName);
|
|
51
|
+
if (!field) {
|
|
52
|
+
return;
|
|
53
|
+
}
|
|
54
|
+
if (((_a = field.options) == null ? void 0 : _a.length) !== "long") {
|
|
55
|
+
return;
|
|
56
|
+
}
|
|
57
|
+
await collection.sync({
|
|
58
|
+
force: false,
|
|
59
|
+
alter: true
|
|
60
|
+
});
|
|
61
|
+
this.app.log.info(`alter collection [${collectionName}] field [${fieldName}]`);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
@@ -400,7 +400,22 @@ var aiConversations_default = {
|
|
|
400
400
|
model,
|
|
401
401
|
legacy
|
|
402
402
|
);
|
|
403
|
-
|
|
403
|
+
if (!editingMessageId) {
|
|
404
|
+
const toolMessages = await aiEmployee.cancelToolCall();
|
|
405
|
+
if (toolMessages == null ? void 0 : toolMessages.length) {
|
|
406
|
+
for (let i = toolMessages.length - 1; i >= 0; i--) {
|
|
407
|
+
const toolMessage = toolMessages[i];
|
|
408
|
+
messages.unshift({
|
|
409
|
+
role: toolMessage.role,
|
|
410
|
+
content: toolMessage.content,
|
|
411
|
+
toolCalls: toolMessage.toolCalls,
|
|
412
|
+
attachments: toolMessage.attachments,
|
|
413
|
+
workContext: toolMessage.workContext,
|
|
414
|
+
metadata: toolMessage.metadata
|
|
415
|
+
});
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
}
|
|
404
419
|
if (shouldStream) {
|
|
405
420
|
await aiEmployee.stream({ userMessages: messages, messageId: editingMessageId });
|
|
406
421
|
} else {
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Create AI employees with diverse skills to collaborate with humans, build systems, and handle business operations.",
|
|
7
7
|
"description.ru-RU": "Поддержка интеграции с AI-сервисами: предоставляются AI-узлы для рабочих процессов, расширяя возможности бизнес-обработки.",
|
|
8
8
|
"description.zh-CN": "创建各种技能的 AI 员工,与人类协同,搭建系统,处理业务。",
|
|
9
|
-
"version": "2.0.
|
|
9
|
+
"version": "2.0.6",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"main": "dist/server/index.js",
|
|
12
12
|
"homepage": "https://docs.nocobase.com/handbook/action-ai",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"keywords": [
|
|
53
53
|
"AI"
|
|
54
54
|
],
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "8364210afd350869f33619e892fc82c8176f647a"
|
|
56
56
|
}
|