{"_id":"@reactflow/core","_rev":"4538608","name":"@reactflow/core","description":"Core components and util functions of React Flow.","dist-tags":{"latest":"11.11.4","next":"11.4.0-next.1"},"maintainers":[{"name":"webk1d","email":""}],"time":{"modified":"2026-04-09T15:05:36.000Z","created":"2022-08-29T14:46:07.196Z","11.11.4":"2024-06-20T11:31:29.985Z","11.11.3":"2024-04-30T16:10:51.094Z","11.11.2":"2024-04-22T10:55:28.723Z","11.11.1":"2024-04-11T09:40:07.404Z","11.11.0":"2024-04-04T09:55:31.434Z","11.10.4":"2024-02-15T16:41:38.720Z","11.10.3":"2024-01-25T17:25:24.896Z","11.10.2":"2024-01-17T15:38:54.683Z","11.10.1":"2023-11-10T16:39:28.746Z","11.10.0":"2023-11-10T15:54:19.505Z","11.9.4":"2023-10-16T07:52:29.274Z","11.9.3":"2023-10-09T13:14:54.825Z","11.9.2":"2023-09-26T14:55:03.869Z","11.9.1":"2023-09-26T11:38:23.184Z","11.9.0":"2023-09-26T09:52:23.381Z","11.8.3":"2023-08-21T15:54:24.852Z","11.8.2":"2023-08-15T10:18:09.719Z","11.8.1":"2023-08-11T06:17:37.427Z","11.8.0":"2023-08-10T08:48:11.550Z","11.7.4":"2023-06-22T14:01:21.285Z","11.7.3":"2023-06-19T14:36:46.126Z","11.7.2":"2023-05-17T09:26:23.279Z","11.7.1":"2023-05-15T14:35:30.072Z","11.7.0":"2023-03-28T11:07:37.704Z","11.6.1":"2023-03-15T11:04:12.654Z","11.6.0":"2023-03-13T16:00:58.647Z","11.5.5":"2023-02-13T15:30:44.238Z","11.5.4":"2023-02-06T01:05:15.466Z","11.5.3":"2023-02-05T21:14:28.647Z","11.5.2":"2023-02-01T11:30:38.263Z","11.5.1":"2023-01-30T10:54:40.876Z","11.5.0":"2023-01-26T10:51:19.076Z","11.4.2":"2023-01-11T14:13:53.923Z","11.4.1":"2023-01-10T16:18:00.962Z","11.4.0":"2022-12-19T14:24:05.192Z","11.4.0-next.1":"2022-12-15T11:50:11.373Z","11.4.0-next.0":"2022-12-13T16:26:36.857Z","11.3.2":"2022-12-06T17:49:15.354Z","11.3.1":"2022-11-25T21:45:36.687Z","11.3.0":"2022-11-21T13:54:00.707Z","11.2.0":"2022-11-02T19:50:34.758Z","11.1.2":"2022-10-21T10:34:27.503Z","11.1.1":"2022-10-10T11:17:47.034Z","11.1.0":"2022-10-03T12:49:37.078Z","11.0.0":"2022-09-28T13:26:07.307Z","11.0.0-next.7":"2022-09-27T14:52:08.658Z","11.0.0-next.6":"2022-09-19T14:13:58.518Z","11.0.0-next.5":"2022-09-13T12:54:50.812Z","11.0.0-next.4":"2022-09-12T15:25:13.511Z","11.0.0-next.3":"2022-09-07T15:49:50.689Z","11.0.0-next.2":"2022-08-30T14:38:38.877Z","11.0.0-next.1":"2022-08-29T16:01:24.934Z","11.0.0-next.0":"2022-08-29T14:46:07.196Z"},"users":{},"repository":{"type":"git","url":"git+https://github.com/xyflow/xyflow.git","directory":"packages/core"},"versions":{"11.11.4":{"name":"@reactflow/core","version":"11.11.4","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","exports":{".":{"types":"./dist/esm/index.d.ts","import":"./dist/esm/index.mjs","require":"./dist/umd/index.js"},"./dist/base.css":"./dist/base.css","./dist/style.css":"./dist/style.css"},"sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/xyflow/xyflow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.4.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@reactflow/eslint-config":"0.0.0"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"bugs":{"url":"https://github.com/xyflow/xyflow/issues"},"homepage":"https://github.com/xyflow/xyflow#readme","_id":"@reactflow/core@11.11.4","_integrity":"sha512-H4vODklsjAq3AMq6Np4LE12i1I4Ta9PrDHuBR9GmL8uzTt2l2jh4CiQbEMpvMDcp7xi4be0hgXj+Ysodde/i7Q==","_resolved":"/private/var/folders/2k/z2ll9v751473956y32bd78sw0000gn/T/74c94be2f4918c125bd67c92c55b7b4f/reactflow-core-11.11.4.tgz","_from":"file:reactflow-core-11.11.4.tgz","_nodeVersion":"20.10.0","_npmVersion":"10.2.3","dist":{"shasum":"89bd86d1862aa1416f3f49926cede7e8c2aab6a7","size":179175,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.11.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.11.4.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.11.4_1718883089801_0.23174175746001335"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-20T11:31:29.985Z","publish_time":1718883089985,"_source_registry_name":"default","_cnpm_publish_time":1718883089985},"11.11.3":{"name":"@reactflow/core","version":"11.11.3","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","exports":{".":{"types":"./dist/esm/index.d.ts","import":"./dist/esm/index.mjs","require":"./dist/umd/index.js"},"./dist/base.css":"./dist/base.css","./dist/style.css":"./dist/style.css"},"sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/xyflow/xyflow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.4.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4","@reactflow/eslint-config":"0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"bugs":{"url":"https://github.com/xyflow/xyflow/issues"},"homepage":"https://github.com/xyflow/xyflow#readme","_id":"@reactflow/core@11.11.3","_integrity":"sha512-+adHdUa7fJSEM93fWfjQwyWXeI92a1eLKwWbIstoCakHpL8UjzwhEh6sn+mN2h/59MlVI7Ehr1iGTt3MsfcIFA==","_resolved":"/private/var/folders/2k/z2ll9v751473956y32bd78sw0000gn/T/49ec3c79ad901763298f97db3b2c16ae/reactflow-core-11.11.3.tgz","_from":"file:reactflow-core-11.11.3.tgz","_nodeVersion":"20.10.0","_npmVersion":"10.2.3","dist":{"shasum":"2cdc0c684931918125d505bec3cb94f115b87747","size":178287,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.11.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.11.3.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.11.3_1714493450858_0.5927986016713669"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-30T16:10:51.094Z","publish_time":1714493451094,"_source_registry_name":"default","_cnpm_publish_time":1714493451094},"11.11.2":{"name":"@reactflow/core","version":"11.11.2","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","exports":{".":{"types":"./dist/esm/index.d.ts","import":"./dist/esm/index.mjs","require":"./dist/umd/index.js"},"./dist/base.css":"./dist/base.css","./dist/style.css":"./dist/style.css"},"sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/xyflow/xyflow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.4.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4","@reactflow/eslint-config":"0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"bugs":{"url":"https://github.com/xyflow/xyflow/issues"},"homepage":"https://github.com/xyflow/xyflow#readme","_id":"@reactflow/core@11.11.2","_integrity":"sha512-+GfgyskweL1PsgRSguUwfrT2eDotlFgaKfDLm7x0brdzzPJY2qbCzVetaxedaiJmIli3817iYbILvE9qLKwbRA==","_resolved":"/private/var/folders/2k/z2ll9v751473956y32bd78sw0000gn/T/e78ed17b098e67c56cc6bf3e6b382a63/reactflow-core-11.11.2.tgz","_from":"file:reactflow-core-11.11.2.tgz","_nodeVersion":"20.10.0","_npmVersion":"10.2.3","dist":{"shasum":"c62f78297bda9d2e86a12228617ec3f91fbd4b22","size":178296,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.11.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.11.2.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.11.2_1713783328549_0.8753731001882246"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-22T10:55:28.723Z","publish_time":1713783328723,"_source_registry_name":"default","_cnpm_publish_time":1713783328723},"11.11.1":{"name":"@reactflow/core","version":"11.11.1","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","exports":{".":{"types":"./dist/esm/index.d.ts","import":"./dist/esm/index.mjs","require":"./dist/umd/index.js"},"./dist/base.css":"./dist/base.css","./dist/style.css":"./dist/style.css"},"sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/xyflow/xyflow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.4.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4","@reactflow/eslint-config":"0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"bugs":{"url":"https://github.com/xyflow/xyflow/issues"},"homepage":"https://github.com/xyflow/xyflow#readme","_id":"@reactflow/core@11.11.1","_integrity":"sha512-O9f/q9SZ+29am/XdoZgm/LTdkgQdypcVj9a1yZZgcS6rVDkij1yIiOT3nkGxwnNkJz0rwCn2xtL5SkK038AQ7w==","_resolved":"/private/var/folders/2k/z2ll9v751473956y32bd78sw0000gn/T/4d6c6aa284335c7b8f646741ab4d4310/reactflow-core-11.11.1.tgz","_from":"file:reactflow-core-11.11.1.tgz","_nodeVersion":"20.10.0","_npmVersion":"10.2.3","dist":{"shasum":"62c3d0883a4bb5e7e104a683b609523d436b9967","size":178275,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.11.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.11.1.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.11.1_1712828407190_0.18591807737773713"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-11T09:40:07.404Z","publish_time":1712828407404,"_source_registry_name":"default","_cnpm_publish_time":1712828407404},"11.11.0":{"name":"@reactflow/core","version":"11.11.0","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","exports":{".":{"types":"./dist/esm/index.d.ts","import":"./dist/esm/index.mjs","require":"./dist/umd/index.js"},"./dist/base.css":"./dist/base.css","./dist/style.css":"./dist/style.css"},"sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/xyflow/xyflow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.4.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4","@reactflow/rollup-config":"0.0.0","@reactflow/eslint-config":"0.0.0","@reactflow/tsconfig":"0.0.0"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"bugs":{"url":"https://github.com/xyflow/xyflow/issues"},"homepage":"https://github.com/xyflow/xyflow#readme","_id":"@reactflow/core@11.11.0","_integrity":"sha512-Flw7kpEvXXb+qfT6jhFmscZLzIN8AY7kZC8SwVOW0ijpsgvILnE6cMq45CKmTaWxl82KbaHPxZUB3FeQxb1KMQ==","_resolved":"/private/var/folders/2k/z2ll9v751473956y32bd78sw0000gn/T/d7446f05b3aa6900f4338ac2e25c226f/reactflow-core-11.11.0.tgz","_from":"file:reactflow-core-11.11.0.tgz","_nodeVersion":"20.10.0","_npmVersion":"10.2.3","dist":{"shasum":"6cca43e28413a77acbbc9314b1bfc5dcde0ad64f","size":178115,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.11.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.11.0.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.11.0_1712224531204_0.9649076859650931"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-04T09:55:31.434Z","publish_time":1712224531434,"_source_registry_name":"default","_cnpm_publish_time":1712224531434},"11.10.4":{"name":"@reactflow/core","version":"11.10.4","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","exports":{".":{"types":"./dist/esm/index.d.ts","import":"./dist/esm/index.mjs","require":"./dist/umd/index.js"},"./dist/base.css":"./dist/base.css","./dist/style.css":"./dist/style.css"},"sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/xyflow/xyflow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.4.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4","@reactflow/eslint-config":"0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"bugs":{"url":"https://github.com/xyflow/xyflow/issues"},"homepage":"https://github.com/xyflow/xyflow#readme","_id":"@reactflow/core@11.10.4","_integrity":"sha512-j3i9b2fsTX/sBbOm+RmNzYEFWbNx4jGWGuGooh2r1jQaE2eV+TLJgiG/VNOp0q5mBl9f6g1IXs3Gm86S9JfcGw==","_resolved":"/private/var/folders/2k/z2ll9v751473956y32bd78sw0000gn/T/c4380e02b97ce554e4c7c07be5cbf18e/reactflow-core-11.10.4.tgz","_from":"file:reactflow-core-11.10.4.tgz","_nodeVersion":"20.10.0","_npmVersion":"10.2.3","dist":{"shasum":"c2b1505f5968e5aefa5669879df9af6cda5a84b8","size":177546,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.10.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.10.4.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.10.4_1708015298454_0.4888889419228417"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-15T16:41:38.720Z","publish_time":1708015298720,"_source_registry_name":"default","_cnpm_publish_time":1708015298720},"11.10.3":{"name":"@reactflow/core","version":"11.10.3","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","exports":{".":{"types":"./dist/esm/index.d.ts","import":"./dist/esm/index.mjs","require":"./dist/umd/index.js"},"./dist/base.css":"./dist/base.css","./dist/style.css":"./dist/style.css"},"sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/xyflow/xyflow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.4.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4","@reactflow/eslint-config":"0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"bugs":{"url":"https://github.com/xyflow/xyflow/issues"},"homepage":"https://github.com/xyflow/xyflow#readme","_id":"@reactflow/core@11.10.3","_integrity":"sha512-nV3nep4fjBy3h8mYSnJcclGcQtj8fkUBmNkEwCZCK4ps+n3HNkXFB0BRisSnQz6GRQlYboSsi0cThEl3KdNITw==","_resolved":"/private/var/folders/2k/z2ll9v751473956y32bd78sw0000gn/T/3f33b7d2146a2a706e5047a141dd66b1/reactflow-core-11.10.3.tgz","_from":"file:reactflow-core-11.10.3.tgz","_nodeVersion":"18.19.0","_npmVersion":"10.2.3","dist":{"shasum":"653280dd232e31a73b26cffb892fd02404df3c46","size":177122,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.10.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.10.3.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.10.3_1706203524631_0.13955146689238718"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-25T17:25:24.896Z","publish_time":1706203524896,"_source_registry_name":"default","_cnpm_publish_time":1706203524896},"11.10.2":{"name":"@reactflow/core","version":"11.10.2","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","exports":{".":{"types":"./dist/esm/index.d.ts","import":"./dist/esm/index.mjs","require":"./dist/umd/index.js"},"./dist/base.css":"./dist/base.css","./dist/style.css":"./dist/style.css"},"sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/xyflow/xyflow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.4.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4","@reactflow/eslint-config":"0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"bugs":{"url":"https://github.com/xyflow/xyflow/issues"},"homepage":"https://github.com/xyflow/xyflow#readme","_id":"@reactflow/core@11.10.2","_integrity":"sha512-/cbTxtFpfkIGReSVkcnQhS4Jx4VFY2AhPlJ5n0sbPtnR7OWowF9zodh5Yyzr4j1NOUoBgJ9h+UqGEwwY2dbAlw==","_resolved":"/private/var/folders/2k/z2ll9v751473956y32bd78sw0000gn/T/5468890f4861b4adbfad8497b0796771/reactflow-core-11.10.2.tgz","_from":"file:reactflow-core-11.10.2.tgz","_nodeVersion":"18.19.0","_npmVersion":"10.2.3","dist":{"shasum":"89ded00049a8564dcbdd8cfb1fcd95d249245c23","size":177110,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.10.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.10.2.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.10.2_1705505934455_0.6859340997209753"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-17T15:38:54.683Z","publish_time":1705505934683,"_source_registry_name":"default","_cnpm_publish_time":1705505934683},"11.10.1":{"name":"@reactflow/core","version":"11.10.1","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","exports":{".":{"types":"./dist/esm/index.d.ts","import":"./dist/esm/index.mjs","require":"./dist/umd/index.js"},"./dist/base.css":"./dist/base.css","./dist/style.css":"./dist/style.css"},"sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/xyflow/xyflow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.4.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4","@reactflow/eslint-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@reactflow/rollup-config":"0.0.0"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"bugs":{"url":"https://github.com/xyflow/xyflow/issues"},"homepage":"https://github.com/xyflow/xyflow#readme","_id":"@reactflow/core@11.10.1","_integrity":"sha512-GIh3usY1W3eVobx//OO9+Cwm+5evQBBdPGxDaeXwm25UqPMWRI240nXQA5F/5gL5Mwpf0DUC7DR2EmrKNQy+Rw==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/11c34b1d7a30b9a7483d482edf2e07ef/reactflow-core-11.10.1.tgz","_from":"file:reactflow-core-11.10.1.tgz","_nodeVersion":"20.4.0","_npmVersion":"9.7.2","dist":{"shasum":"c2b46cb166a883562d2f751e1d3e9f867a7b0424","size":176444,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.10.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.10.1.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.10.1_1699634368453_0.4943070941277512"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-10T16:39:28.746Z","publish_time":1699634368746,"_source_registry_name":"default","_cnpm_publish_time":1699634368746},"11.10.0":{"name":"@reactflow/core","version":"11.10.0","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","exports":{".":{"types":"./dist/esm/index.d.ts","import":"./dist/esm/index.mjs","require":"./dist/umd/index.js"},"./dist/base.css":"./dist/base.css","./dist/style.css":"./dist/style.css"},"sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/xyflow/xyflow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.4.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4","@reactflow/eslint-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@reactflow/rollup-config":"0.0.0"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"bugs":{"url":"https://github.com/xyflow/xyflow/issues"},"homepage":"https://github.com/xyflow/xyflow#readme","_id":"@reactflow/core@11.10.0","_integrity":"sha512-lfSo7zeBKoRjO3p7lnT57KLZ5FZry99q79AHsiuyaG9OS2LQOzvi1Uh/mZ54QBYI0qPdj/q0BxqqHynD75aQyw==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/583c7a95d3b95ae368d188d699230cd1/reactflow-core-11.10.0.tgz","_from":"file:reactflow-core-11.10.0.tgz","_nodeVersion":"20.4.0","_npmVersion":"9.7.2","dist":{"shasum":"19bd4d262856dd91bde2c1a468810c6072661f0c","size":176398,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.10.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.10.0.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.10.0_1699631659208_0.8791321782147097"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-10T15:54:19.505Z","publish_time":1699631659505,"_source_registry_name":"default","_cnpm_publish_time":1699631659505},"11.9.4":{"name":"@reactflow/core","version":"11.9.4","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","exports":{".":{"types":"./dist/esm/index.d.ts","import":"./dist/esm/index.mjs","require":"./dist/umd/index.js"},"./dist/base.css":"./dist/base.css","./dist/style.css":"./dist/style.css"},"sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.4.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4","@reactflow/eslint-config":"0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"bugs":{"url":"https://github.com/wbkd/react-flow/issues"},"homepage":"https://github.com/wbkd/react-flow#readme","_id":"@reactflow/core@11.9.4","_integrity":"sha512-Ko7nKPOYalwDTTbRHi2+QXDiidSAcpUzGN3G+0B+QysLZkcaPCkpkMjjHiDC4c/Z1BJBzs1FRJg/T6BXaBnYkg==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/764d0eb7bf357ef7a309730a7b08e3eb/reactflow-core-11.9.4.tgz","_from":"file:reactflow-core-11.9.4.tgz","_nodeVersion":"20.4.0","_npmVersion":"9.7.2","dist":{"shasum":"61285d7acb91ebb38bbfbf24ad8c960a61e6edc4","size":174518,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.9.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.9.4.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.9.4_1697442749009_0.3825595746983901"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-10-16T07:52:29.274Z","publish_time":1697442749274,"_source_registry_name":"default","_cnpm_publish_time":1697442749274},"11.9.3":{"name":"@reactflow/core","version":"11.9.3","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","exports":{".":{"types":"./dist/esm/index.d.ts","import":"./dist/esm/index.mjs","require":"./dist/umd/index.js"},"./dist/base.css":"./dist/base.css","./dist/style.css":"./dist/style.css"},"sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.4.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@reactflow/eslint-config":"0.0.0"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"bugs":{"url":"https://github.com/wbkd/react-flow/issues"},"homepage":"https://github.com/wbkd/react-flow#readme","_id":"@reactflow/core@11.9.3","_integrity":"sha512-45o8X1sjF48wSWALHybbLoWF6yo9SARgJpMKm96J8ZL8mrNhqSjll77sLRJg6zQ+VKdDwotEN30jp5eY6i28tw==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/fe1765fec24eeb22e0589927bb044ac7/reactflow-core-11.9.3.tgz","_from":"file:reactflow-core-11.9.3.tgz","_nodeVersion":"20.4.0","_npmVersion":"9.7.2","dist":{"shasum":"5212092e5f1ad741e9bd36b4e1a785a7611fd9da","size":174524,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.9.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.9.3.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.9.3_1696857294567_0.4657270154052944"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-10-09T13:14:54.825Z","publish_time":1696857294825,"_source_registry_name":"default","_cnpm_publish_time":1696857294825},"11.9.2":{"name":"@reactflow/core","version":"11.9.2","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","exports":{".":{"types":"./dist/esm/index.d.ts","import":"./dist/esm/index.mjs","require":"./dist/umd/index.js"},"./dist/base.css":"./dist/base.css","./dist/style.css":"./dist/style.css"},"sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.4.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4","@reactflow/eslint-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@reactflow/rollup-config":"0.0.0"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"bugs":{"url":"https://github.com/wbkd/react-flow/issues"},"homepage":"https://github.com/wbkd/react-flow#readme","_id":"@reactflow/core@11.9.2","_integrity":"sha512-/tiE8sPShzeWFnshvi8hc1lbp1C5PLgAFl94JQdBstq94uOBTpdoI//1MN4a+fGp1xwAUP7P0IcLuWqIDZgrZg==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/529407e0551c18364c5f29433dab8783/reactflow-core-11.9.2.tgz","_from":"file:reactflow-core-11.9.2.tgz","_nodeVersion":"20.4.0","_npmVersion":"9.7.2","dist":{"shasum":"957f7186e591fe280736f54656be280b8954d471","size":174497,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.9.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.9.2.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.9.2_1695740103601_0.25933064459499544"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-09-26T14:55:03.869Z","publish_time":1695740103869,"_source_registry_name":"default","_cnpm_publish_time":1695740103869},"11.9.1":{"name":"@reactflow/core","version":"11.9.1","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","exports":{".":{"types":"./dist/esm/index.d.ts","import":"./dist/esm/index.mjs","require":"./dist/umd/index.js"},"./dist/base.css":"./dist/base.css","./dist/style.css":"./dist/style.css"},"sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.4.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@reactflow/eslint-config":"0.0.0"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"bugs":{"url":"https://github.com/wbkd/react-flow/issues"},"homepage":"https://github.com/wbkd/react-flow#readme","_id":"@reactflow/core@11.9.1","_integrity":"sha512-qXWwB2KSWkp3MH3fhY1HL4yFBvMZ+7y9mkfk0we7wCuGNgQzWVJDwvVEpPTkyp5xyxX53sSF3UDC+UaFCB4ElA==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/a1e043d812824d861a89422b610108c6/reactflow-core-11.9.1.tgz","_from":"file:reactflow-core-11.9.1.tgz","_nodeVersion":"20.4.0","_npmVersion":"9.7.2","dist":{"shasum":"61557e4d4507d2b194b3bd6b099f76fa8277722e","size":174531,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.9.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.9.1.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.9.1_1695728302931_0.4255660785037729"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-09-26T11:38:23.184Z","publish_time":1695728303184,"_source_registry_name":"default","_cnpm_publish_time":1695728303184},"11.9.0":{"name":"@reactflow/core","version":"11.9.0","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","exports":{".":{"types":"./dist/esm/index.d.ts","import":"./dist/esm/index.mjs","require":"./dist/umd/index.js"},"./dist/base.css":"./dist/base.css","./dist/style.css":"./dist/style.css"},"sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.4.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@reactflow/eslint-config":"0.0.0"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"bugs":{"url":"https://github.com/wbkd/react-flow/issues"},"homepage":"https://github.com/wbkd/react-flow#readme","_id":"@reactflow/core@11.9.0","_integrity":"sha512-oM/gHUsGvtE2i53GGkeWc+xfWBDjKU1Hw9jffU3Zi//4+ZIOHScTQC+G57+Ccu41MVhxd1ENPhhAfQbPkPVV9g==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/a01d4ea559ad96756bbabca8deed70c7/reactflow-core-11.9.0.tgz","_from":"file:reactflow-core-11.9.0.tgz","_nodeVersion":"20.4.0","_npmVersion":"9.7.2","dist":{"shasum":"d5f180eaf6b51a8216835f1369b537feacacc2e2","size":174523,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.9.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.9.0.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.9.0_1695721943138_0.356584703585467"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-09-26T09:52:23.381Z","publish_time":1695721943381,"_source_registry_name":"default","_cnpm_publish_time":1695721943381},"11.8.3":{"name":"@reactflow/core","version":"11.8.3","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","exports":{".":{"types":"./dist/esm/index.d.ts","import":"./dist/esm/index.js","require":"./dist/umd/index.js"},"./dist/base.css":"./dist/base.css","./dist/style.css":"./dist/style.css"},"sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.4.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4","@reactflow/eslint-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@reactflow/rollup-config":"0.0.0"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"bugs":{"url":"https://github.com/wbkd/react-flow/issues"},"homepage":"https://github.com/wbkd/react-flow#readme","_id":"@reactflow/core@11.8.3","_integrity":"sha512-y6DN8Wy4V4KQBGHFqlj9zWRjLJU6CgdnVwWaEA/PdDg/YUkFBMpZnXqTs60czinoA2rAcvsz50syLTPsj5e+Wg==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/6f1d677771e4e2a2504ab42335efe52e/reactflow-core-11.8.3.tgz","_from":"file:reactflow-core-11.8.3.tgz","_nodeVersion":"20.4.0","_npmVersion":"9.7.2","dist":{"shasum":"03ffeb06fbc141b8f786cb4ac8169f8a51a5f00e","size":172944,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.8.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.8.3.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.8.3_1692633264491_0.9172220352459719"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-21T15:54:24.852Z","publish_time":1692633264852,"_source_registry_name":"default","_cnpm_publish_time":1692633264852},"11.8.2":{"name":"@reactflow/core","version":"11.8.2","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","exports":{".":{"types":"./dist/esm/index.d.ts","import":"./dist/esm/index.js","require":"./dist/umd/index.js"},"./dist/base.css":"./dist/base.css","./dist/style.css":"./dist/style.css"},"sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.4.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@reactflow/eslint-config":"0.0.0"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"bugs":{"url":"https://github.com/wbkd/react-flow/issues"},"homepage":"https://github.com/wbkd/react-flow#readme","_id":"@reactflow/core@11.8.2","_integrity":"sha512-Wywa5jDlojorOkET+PxLqlFnIt0PrnbYqrfQEu4I9+ZWII0TWp84YPxF5j63Cd+92vTWAzgFrVMVNwda6nU/rg==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/8e38e3fd2bb8d3b00d8eaed9ca6481c5/reactflow-core-11.8.2.tgz","_from":"file:reactflow-core-11.8.2.tgz","_nodeVersion":"20.4.0","_npmVersion":"9.7.2","dist":{"shasum":"946c8de338d1272d10a1d54207df80b69be762ac","size":172886,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.8.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.8.2.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.8.2_1692094689315_0.4567242298006913"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-15T10:18:09.719Z","publish_time":1692094689719,"_source_registry_name":"default","_cnpm_publish_time":1692094689719},"11.8.1":{"name":"@reactflow/core","version":"11.8.1","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.mjs","types":"dist/esm/index.d.ts","exports":{".":{"types":"./dist/esm/index.d.ts","import":"./dist/esm/index.mjs","require":"./dist/umd/index.js"},"./dist/base.css":"./dist/base.css","./dist/style.css":"./dist/style.css"},"sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.4.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@reactflow/eslint-config":"0.0.0"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"bugs":{"url":"https://github.com/wbkd/react-flow/issues"},"homepage":"https://github.com/wbkd/react-flow#readme","_id":"@reactflow/core@11.8.1","_integrity":"sha512-Ob/21U3Wnugq10zbBESwUxH6NMBoJGvBmJdLJB8ux/w4mzGUMxTR78gFXAsPGsuO3J/pf9MVMPrhTsPA0rApCw==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/f0a8aa012f7734eba5d1b0a56e2a1bfb/reactflow-core-11.8.1.tgz","_from":"file:reactflow-core-11.8.1.tgz","_nodeVersion":"20.4.0","_npmVersion":"9.7.2","dist":{"shasum":"63b6be1b178cdbd8553cee735c6542f9fc41b6fc","size":171512,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.8.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.8.1.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.8.1_1691734657183_0.6307169703303006"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-11T06:17:37.427Z","publish_time":1691734657427,"_source_registry_name":"default","_cnpm_publish_time":1691734657427},"11.8.0":{"name":"@reactflow/core","version":"11.8.0","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.mjs","types":"dist/esm/index.d.ts","exports":{".":{"types":"./dist/esm/index.d.ts","import":"./dist/esm/index.mjs","require":"./dist/umd/index.js"},"./dist/base.css":"./dist/base.css","./dist/style.css":"./dist/style.css"},"sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.4.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4","@reactflow/rollup-config":"0.0.0","@reactflow/eslint-config":"0.0.0","@reactflow/tsconfig":"0.0.0"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"bugs":{"url":"https://github.com/wbkd/react-flow/issues"},"homepage":"https://github.com/wbkd/react-flow#readme","_id":"@reactflow/core@11.8.0","_integrity":"sha512-myTSqVq2HFsxixqwV9Q7rsfPbUN/eY33obLUC1LQyLh7td/42ez80OeInjM+YAR+qnXY1+5CLrxmYl0TvVLeNA==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/29649133122620354bf41cde6c0933f4/reactflow-core-11.8.0.tgz","_from":"file:reactflow-core-11.8.0.tgz","_nodeVersion":"20.4.0","_npmVersion":"9.7.2","dist":{"shasum":"1aed715987017e368e24ce5c99186d39bc316a18","size":172847,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.8.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.8.0.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.8.0_1691657291231_0.41254046968146363"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-10T08:48:11.550Z","publish_time":1691657291550,"_source_registry_name":"default","_cnpm_publish_time":1691657291550},"11.7.4":{"name":"@reactflow/core","version":"11.7.4","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.3.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.7.4","_integrity":"sha512-nt0T8ERp8TE7YCDQViaoEY9lb0StDPrWHVx3zBjhStFYET3wc88t8QRasZdf99xRTmyNtI3U3M40M5EBLNUpMw==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/b5296912b3d9bed8e8bbc2943d558682/reactflow-core-11.7.4.tgz","_from":"file:reactflow-core-11.7.4.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"1a7e4d6cabbd2ea888547133d507f1ab24896520","size":129735,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.7.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.7.4.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.7.4_1687442481065_0.7592152020045015"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-06-22T14:01:21.285Z","publish_time":1687442481285,"_source_registry_name":"default","_cnpm_publish_time":1687442481285},"11.7.3":{"name":"@reactflow/core","version":"11.7.3","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.3.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.7.3","_integrity":"sha512-sqrfB2qu5cF1FOPna/bq9MGHcdLy8b92jBzsAmDhEcdQHS+yg/gMWTnHVseqX4iBj+Ao7nQd9vwMqb5Bn93NUw==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/0b7b0c9f06bcb11b6e1d1f730d216642/reactflow-core-11.7.3.tgz","_from":"file:reactflow-core-11.7.3.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"b6066199120d6574a190af76b8996d889ee80c26","size":129404,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.7.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.7.3.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.7.3_1687185405981_0.9203524046159519"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-06-19T14:36:46.126Z","publish_time":1687185406126,"_source_registry_name":"default","_cnpm_publish_time":1687185406126},"11.7.2":{"name":"@reactflow/core","version":"11.7.2","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.3.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.7.2","_integrity":"sha512-AhszxILp1RNk3SwrnC/eYh1XsOil5yzthYG5k+oTpvLH5H3BtIWIVkeLEJwmL611lPKL3JuScfjliUxBm9128w==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/124443415df786f1661fe674a6991c4b/reactflow-core-11.7.2.tgz","_from":"file:reactflow-core-11.7.2.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"07fcb62e0f33c5463326679f66e79408c9704ee1","size":131072,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.7.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.7.2.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.7.2_1684315583088_0.24451857923653808"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-05-17T09:26:23.279Z","publish_time":1684315583279,"_source_registry_name":"default","_cnpm_publish_time":1684315583279},"11.7.1":{"name":"@reactflow/core","version":"11.7.1","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.3.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.7.1","_integrity":"sha512-kmFigW9BVepmrAtLw6HpIl6bbS4GuOKl+WSUuDCxbSIqHvz0RiQXA5lmtvMOXD50v7H4nnCj9lgYsCI2pLVcXQ==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/a102cf64836806ed7607628f1fffbd84/reactflow-core-11.7.1.tgz","_from":"file:reactflow-core-11.7.1.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"0f7ac63d92b4b696d8454659388acb45aacb6f01","size":131085,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.7.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.7.1.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.7.1_1684161329889_0.5227800842055677"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-05-15T14:35:30.072Z","publish_time":1684161330072,"_source_registry_name":"default","_cnpm_publish_time":1684161330072},"11.7.0":{"name":"@reactflow/core","version":"11.7.0","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.3.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.7.0","_integrity":"sha512-UJcpbNRSupSSoMWh5UmRp6UUr0ug7xVKmMvadnkKKiNi9584q57nz4HMfkqwN3/ESbre7LD043yh2n678d/5FQ==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/46dae3414f63bb54b79aefd59961bcf7/reactflow-core-11.7.0.tgz","_from":"file:reactflow-core-11.7.0.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"6d9bdc0b1de1c9251dd3651135450ab2d42c6562","size":130598,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.7.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.7.0.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.7.0_1680001657483_0.4073636682563879"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-28T11:07:37.704Z","publish_time":1680001657704,"_cnpm_publish_time":1680001657704},"11.6.1":{"name":"@reactflow/core","version":"11.6.1","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.3.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.6.1","_integrity":"sha512-qKmXi9z1n6aycAGv+GYCNHgsGznCAyY73DsvOvPH99V/+2M3FtpOnQf6Am5HHfDsCk+h5vuRiT6hlv7Oi2Xn0w==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/44cf407fbe169f88b348747d52f9a4fa/reactflow-core-11.6.1.tgz","_from":"file:reactflow-core-11.6.1.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"4c845298f4687ca4c2ce825ac06a6983a5813117","size":129352,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.6.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.6.1.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.6.1_1678878252491_0.8176145167450108"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-15T11:04:12.654Z","publish_time":1678878252654,"_cnpm_publish_time":1678878252654},"11.6.0":{"name":"@reactflow/core","version":"11.6.0","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.3.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.6.0","_integrity":"sha512-sxw4X/E8FLPzljcZ9rSdSTbNeN4uvIcdJXXFEpYol98RJluwQG+wajvr75D4tLoRafgJHCGcULjdRI1RVDjV2A==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/b4a7663cd02c2d11c1c95da5b6d91619/reactflow-core-11.6.0.tgz","_from":"file:reactflow-core-11.6.0.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"d73d61cb167bb55199c68838ea04b83ca72a07af","size":129144,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.6.0.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.6.0_1678723258436_0.9819749483634641"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-13T16:00:58.647Z","publish_time":1678723258647,"_cnpm_publish_time":1678723258647},"11.5.5":{"name":"@reactflow/core","version":"11.5.5","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.3.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.5.5","_integrity":"sha512-/FPnpvO9I4E6/mmfZInbsVusR214gzIZ2e2xgl9XJdBo90cWaqHgo0c5F2YPXX19R3mItzxveN+WlENFEOvdPg==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/3d00288d47a5b050b85e80bc885bb2ec/reactflow-core-11.5.5.tgz","_from":"file:reactflow-core-11.5.5.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"bced11d76fc200b4dc301f2f2b882c4f4ec3dad3","size":127228,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.5.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.5.5.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.5.5_1676302244040_0.4885387684272058"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-13T15:30:44.238Z","publish_time":1676302244238,"_cnpm_publish_time":1676302244238},"11.5.4":{"name":"@reactflow/core","version":"11.5.4","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.3.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.5.4","_integrity":"sha512-nrYISMkCa7CdXV2VKqefAQ26hmQCjLfF/K6FBDr2DYM/YvuA7Us3DU1JnxlUB8PU2OmjBW9eU8HXGXSTYX7y8A==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/ba7d2ef30b056025b8be90be007d2d3b/reactflow-core-11.5.4.tgz","_from":"file:reactflow-core-11.5.4.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"a4a6658ce8e6fbd60a4a3d9a3361de92d43bd441","size":126907,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.5.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.5.4.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.5.4_1675645515293_0.7597494153855291"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-06T01:05:15.466Z","publish_time":1675645515466,"_cnpm_publish_time":1675645515466},"11.5.3":{"name":"@reactflow/core","version":"11.5.3","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.3.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.5.3","_integrity":"sha512-JckLAAb3lEc05Q5GlOzmZb6rJygJJL2blIUJk/2ZDichdxfahxmzyXTVy6O2IvlBd3PfV9noXq/QQVkTvRAtQg==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/9e2ffe4c5db44ea3f51be572ad268e36/reactflow-core-11.5.3.tgz","_from":"file:reactflow-core-11.5.3.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"12b79cea9657aaf6b5dcd331234550e997cfc4e8","size":126889,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.5.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.5.3.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.5.3_1675631668467_0.2549158242424756"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-05T21:14:28.647Z","publish_time":1675631668647,"_cnpm_publish_time":1675631668647},"11.5.2":{"name":"@reactflow/core","version":"11.5.2","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.3.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":">=17","@types/react-dom":">=17","react":"^18.2.0","typescript":"^4.9.4"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.5.2","_integrity":"sha512-AZghrSaj2VJzsVm3LhOWK8JVJF2alshibp9aNIV6qtcz4zMTIoyDtYcnKvENdlWAHiVscUzAiA071HUpeVgMOg==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/e0642919f27c9170959d1c66e25c1d6d/reactflow-core-11.5.2.tgz","_from":"file:reactflow-core-11.5.2.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"b56ebc59759a8bb27ff28435293e94816324f841","size":126225,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.5.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.5.2.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.5.2_1675251038091_0.06391183919265941"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-01T11:30:38.263Z","publish_time":1675251038263,"_cnpm_publish_time":1675251038263},"11.5.1":{"name":"@reactflow/core","version":"11.5.1","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.3.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":"^18.0.17","@types/react-dom":"^18.0.6","react":"^18.2.0","typescript":"^4.9.4"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.5.1","_integrity":"sha512-63pXpKNW5YHk8hOWpt7RaftSn7g92BvCCGpsUUaRDDuHvxmcqmMKPrAFkBPVc5JJ+Wubx4drThYJizgVP/j9/w==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/6f459bc826b0f205bddf30d2859682f3/reactflow-core-11.5.1.tgz","_from":"file:reactflow-core-11.5.1.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"1aa8f75b4f1bedbb82618f13eae5ef0145693c51","size":126231,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.5.1.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.5.1_1675076080719_0.9486017775972813"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-30T10:54:40.876Z","publish_time":1675076080876,"_cnpm_publish_time":1675076080876},"11.5.0":{"name":"@reactflow/core","version":"11.5.0","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.3.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":"^18.0.17","@types/react-dom":"^18.0.6","react":"^18.2.0","typescript":"^4.9.4"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.5.0","_integrity":"sha512-3IhqgeuomNYyurgBRB+08+xdS2pjQfYDWVAuJhNW6U4sR0BHRPzPuAhztNXPNpTFk2K75revFB3/uPJ/aZblcw==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/69b0767b28a86937c0171a1b74d0e1ad/reactflow-core-11.5.0.tgz","_from":"file:reactflow-core-11.5.0.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"bd5486c966d976008c41178411a4bd783252b315","size":126062,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.5.0.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.5.0_1674730278974_0.27510165740190984"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-26T10:51:19.076Z","publish_time":1674730279076,"_cnpm_publish_time":1674730279076},"11.4.2":{"name":"@reactflow/core","version":"11.4.2","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.3.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":"^18.0.17","@types/react-dom":"^18.0.6","react":"^18.2.0","typescript":"^4.9.4"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.4.2","_integrity":"sha512-JVKFNJ3LTVyQXkZCnk5X5bGo01k4uCyYLlenkCEHL7HZ65v9k6WjD+tY4mdO/t1LIZ18t3j7wlhEhvTrjupN9Q==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/e6ac8c615dbfb36903339c1a3d442904/reactflow-core-11.4.2.tgz","_from":"file:reactflow-core-11.4.2.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"70d6e7f1d33b93cc8a75a72192a06397bc05c9cf","size":120920,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.4.2.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.4.2_1673446433700_0.35807936968535015"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-11T14:13:53.923Z","publish_time":1673446433923,"_cnpm_publish_time":1673446433923},"11.4.1":{"name":"@reactflow/core","version":"11.4.1","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.1.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"^0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":"^18.0.17","@types/react-dom":"^18.0.6","react":"^18.2.0","typescript":"^4.8.3"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.4.1","_integrity":"sha512-xBAlI7VG/F6X55MlGe+XVjgbBhjiHl1U5IgZAJZPTBBcxwJViMaF38JVdLkUB3wdIZT0OzAdd9LORXgdEANPPA==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/20b01e58645f44fe8c06897243ba9d65/reactflow-core-11.4.1.tgz","_from":"file:reactflow-core-11.4.1.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"a6d675176ecc8a57c437b04ff6dc94a6a9bcbb1d","size":120960,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.4.1.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.4.1_1673367480704_0.8089736837002133"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-10T16:18:00.962Z","publish_time":1673367480962,"_cnpm_publish_time":1673367480962},"11.4.0":{"name":"@reactflow/core","version":"11.4.0","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.1.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"^0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":"^18.0.17","@types/react-dom":"^18.0.6","react":"^18.2.0","typescript":"^4.8.3"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.4.0","_integrity":"sha512-AfFp685kmxWs2Iiq35TatG9Q8u5W+eftXECQ0ea55Oi37nrMe5jfWhjnGnnl3bSFcHqAe6avqNiFDwqugU6kzQ==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/35fc3b94de73dc50128956054ea4d76e/reactflow-core-11.4.0.tgz","_from":"file:reactflow-core-11.4.0.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"9af0c812eb9968b75cf55427c6be4a9205d0db48","size":120766,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.4.0.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.4.0_1671459844978_0.11314518685414465"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-19T14:28:24.272Z","publish_time":1671459845192,"_cnpm_publish_time":1671459845192},"11.4.0-next.1":{"name":"@reactflow/core","version":"11.4.0-next.1","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.1.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"^0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":"^18.0.17","@types/react-dom":"^18.0.6","react":"^18.2.0","typescript":"^4.8.3"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.4.0-next.1","_integrity":"sha512-OgHMl9qs7ZMidoc+pUcZ4O1TxszrpW0jcb2tZQOfB5WpJL40HmwXrGYZdk9IhG1ANo4N0nwS5MBvho2Ddo7aSw==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/bff46e8afc07382caafcd5f533c2d9ea/reactflow-core-11.4.0-next.1.tgz","_from":"file:reactflow-core-11.4.0-next.1.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"62dd75414cdc5198439af5522988bb52ef5751fd","size":120337,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.4.0-next.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.4.0-next.1.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.4.0-next.1_1671105011138_0.11047943950017647"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-15T11:54:31.945Z","publish_time":1671105011373,"_cnpm_publish_time":1671105011373},"11.4.0-next.0":{"name":"@reactflow/core","version":"11.4.0-next.0","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.1.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"^0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":"^18.0.17","@types/react-dom":"^18.0.6","react":"^18.2.0","typescript":"^4.8.3"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.4.0-next.0","_integrity":"sha512-v9oLdCYVIqEZqEzUmej/C1wULotsJeLgwPtfIyjYQJBooO/rlrQZbtKPoNWTANLBVPnRX0jpnSwqEvIfG+Rlpg==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/8a4763af6762b058aca950af488fb4c4/reactflow-core-11.4.0-next.0.tgz","_from":"file:reactflow-core-11.4.0-next.0.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"c1aef3c0e8a5190aa1f6de3c700c72d0db210342","size":120239,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.4.0-next.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.4.0-next.0.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.4.0-next.0_1670948796677_0.3333324775539628"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-13T16:51:35.195Z","publish_time":1670948796857,"_cnpm_publish_time":1670948796857},"11.3.2":{"name":"@reactflow/core","version":"11.3.2","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.1.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"^0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":"^18.0.17","@types/react-dom":"^18.0.6","react":"^18.2.0","typescript":"^4.8.3"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.3.2","_integrity":"sha512-hQXy8Gp5fKqjvHHPbmvBB16NBfzrtBH13ooX2+Ip1F9balUeKZg6TSoDST5H4+6oJC+q2TCQu3bP/d82SeQRBA==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/1842fc45ef3da1cbbf141c91e101aca8/reactflow-core-11.3.2.tgz","_from":"file:reactflow-core-11.3.2.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"21fc9745d1dfe9964b62ce8108e92d96a2fe8337","size":118284,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.3.2.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.3.2_1670348955153_0.08923417776338427"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-06T17:54:34.038Z","publish_time":1670348955354,"_cnpm_publish_time":1670348955354},"11.3.1":{"name":"@reactflow/core","version":"11.3.1","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.1.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"^0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":"^18.0.17","@types/react-dom":"^18.0.6","react":"^18.2.0","typescript":"^4.8.3"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.3.1","_integrity":"sha512-eT+8fyjri4y9GHa5/GsCLZXRJMAEV1gw6wPPAcAB97Xazf/0QdSm50cPSi6xb25BTUNtuuRFAhss9Z5idI4Zwg==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/fee2a601a0b5eaec4a510ba28d9d2178/reactflow-core-11.3.1.tgz","_from":"file:reactflow-core-11.3.1.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"2f9ae2a01aa6de72663a1c42d0d3132a85c64a11","size":117522,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.3.1.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.3.1_1669412736507_0.3138081164445632"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-25T21:45:46.802Z","publish_time":1669412736687,"_cnpm_publish_time":1669412736687},"11.3.0":{"name":"@reactflow/core","version":"11.3.0","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.1.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"^0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":"^18.0.17","@types/react-dom":"^18.0.6","react":"^18.2.0","typescript":"^4.8.3"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.3.0","_integrity":"sha512-RmxP/Vy7aImu4WfFYcvG25zWJirriMupaz25qX+75jbtakTKZHCTurA7jI6NgubUY1OlwcXqG9surCQgSu6+hQ==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/d09c452173f3ec9df71d0f647159fcfb/reactflow-core-11.3.0.tgz","_from":"file:reactflow-core-11.3.0.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"321d47d9edfc15b41e85268563ae0e9407062dac","size":116999,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.3.0.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.3.0_1669038840542_0.5290541835109239"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-21T13:55:52.962Z","publish_time":1669038840707,"_cnpm_publish_time":1669038840707},"11.2.0":{"name":"@reactflow/core","version":"11.2.0","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.1.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"^0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":"^18.0.17","@types/react-dom":"^18.0.6","react":"^18.2.0","typescript":"^4.8.3"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.2.0","_integrity":"sha512-8rYp9bQON7MMtHZ3opU37Bfp4NaGGrJFeu+tcokz9bQZcGo43oCKl8xkURn8HlC8FnpVwpQ7e3DBdsOtnEbaEg==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/7e40921467de383b7b139c60096c2083/reactflow-core-11.2.0.tgz","_from":"file:reactflow-core-11.2.0.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"9cc1c3a23796905070baa77052d7622dc233b59c","size":116806,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.2.0.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.2.0_1667418634630_0.02392561584280628"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-02T20:43:36.369Z","publish_time":1667418634758,"_cnpm_publish_time":1667418634758},"11.1.2":{"name":"@reactflow/core","version":"11.1.2","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.1.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"^0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":"^18.0.17","react":"^18.2.0","typescript":"^4.8.3"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.1.2","_integrity":"sha512-tq3jA88c+uZqLvyBarU6q9v+Yh0l507tb3A2JRKB9ms10EAKlfoZttkquvxXtqeSTpdeWYoenf7yZ34CFLAcdg==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/c118b5da9e0b61c595014f0975106c1b/reactflow-core-11.1.2.tgz","_from":"file:reactflow-core-11.1.2.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"fbd7161393854e406d390eddf7498991ae45be21","size":114864,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.1.2.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.1.2_1666348467259_0.3207548340130548"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-21T11:05:54.575Z","publish_time":1666348467503,"_cnpm_publish_time":1666348467503},"11.1.1":{"name":"@reactflow/core","version":"11.1.1","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":["*.css"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.1.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"^0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":"^18.0.17","react":"^18.2.0","typescript":"^4.8.3"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.1.1","_integrity":"sha512-dyC2YkMOvbKIlnB/ANsvaTX0sjvC5frXSu9sZdD2JwhSY0wDIvwqx3nLYX+34urF+vpSUVDe0LHSuGPY5fvBJA==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/8dae858d6a5a598f5502696160d85ded/reactflow-core-11.1.1.tgz","_from":"file:reactflow-core-11.1.1.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"9fb8f46b95de5e86460f79cc4072cd2b8c532e93","size":113229,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.1.1.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.1.1_1665400666847_0.6241557791973189"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-10T11:18:47.560Z","publish_time":1665400667034,"_cnpm_publish_time":1665400667034},"11.1.0":{"name":"@reactflow/core","version":"11.1.0","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":false,"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.1.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"^0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":"^18.0.17","react":"^18.2.0","typescript":"^4.8.3"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.1.0","_integrity":"sha512-ayGejz54OXiWsIXBon1M4WzydvnfF/aXSbtOMas0Bqn0UWSP21AAcTvCKz6/evX2q3+87OGi9u/IJT6c2P7r0A==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/71c7da1aaf534c7735bb05dd5dd8dc99/reactflow-core-11.1.0.tgz","_from":"file:reactflow-core-11.1.0.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"1a116d0275d9cf87eb96072ba6370360ad279d72","size":112949,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.1.0.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.1.0_1664801376942_0.6715479062390066"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-03T12:49:44.876Z","publish_time":1664801377078,"_cnpm_publish_time":1664801377078},"11.0.0":{"name":"@reactflow/core","version":"11.0.0","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":false,"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.1.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"^0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":"^18.0.17","react":"^18.2.0","typescript":"^4.8.3"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.0.0","_integrity":"sha512-lWCzBuCEob4jlpjZXGBPko1fYqvCX/IyYxg0mrP4YEtwGvAc3fsL62sZ3PDVWF0wzFHD0Jy8Nj7H8dYkP7Zojw==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/f50d52a1b6b844cf70a9c2ccd00517ca/reactflow-core-11.0.0.tgz","_from":"file:reactflow-core-11.0.0.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"c76a43df9c675fface777a6e7f89d13f3fbcdc9c","size":112306,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.0.0.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.0.0_1664371567090_0.9533255724251468"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-28T14:22:27.284Z","publish_time":1664371567307,"_cnpm_publish_time":1664371567307},"11.0.0-next.7":{"name":"@reactflow/core","version":"11.0.0-next.7","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":false,"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.1.1"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"^0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":"^18.0.17","react":"^18.2.0","typescript":"^4.8.3"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3Selection","d3-zoom":"d3Zoom","d3-drag":"d3Drag","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.0.0-next.7","_integrity":"sha512-M9SZicgizGzo5Ud7r1eby5qNkvxDGu2IrM6agtFpN91rUYQEFZzfk6X9LhczgBF5RmvY+m7bmK9dBOzHZGQhQg==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/b35274e29c51177a080688b79a6298bd/reactflow-core-11.0.0-next.7.tgz","_from":"file:reactflow-core-11.0.0-next.7.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"fe4d5bded36267a536aa05ac14ae92822b69f873","size":112225,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.0.0-next.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.0.0-next.7.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.0.0-next.7_1664290328474_0.8922090339482556"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-27T15:04:41.160Z","publish_time":1664290328658,"_cnpm_publish_time":1664290328658},"11.0.0-next.6":{"name":"@reactflow/core","version":"11.0.0-next.6","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":false,"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.0.0"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"@reactflow/eslint-config":"^0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/node":"^18.7.16","@types/react":"^18.0.17","react":"^18.2.0","typescript":"^4.7.4"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3","d3-zoom":"d3","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.0.0-next.6","_integrity":"sha512-0M2gEQeR72guFpANGKyYE1tyU2o7xOtkQLnCapfzfoMiRD2MaJZYx2qVTFv+XWle5pcduOPNLpqTVKy3zVPCAA==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/0ac3b0798e8ae306c52ba9912346a217/reactflow-core-11.0.0-next.6.tgz","_from":"file:reactflow-core-11.0.0-next.6.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"c262328c4c57eeb273577d0423256aed093ed1fb","size":112370,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.0.0-next.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.0.0-next.6.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.0.0-next.6_1663596838353_0.3335684414626574"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-19T14:14:20.372Z","publish_time":1663596838518,"_cnpm_publish_time":1663596838518},"11.0.0-next.5":{"name":"@reactflow/core","version":"11.0.0-next.5","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":false,"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.0.0"},"peerDependencies":{"react":">=18","react-dom":">=18"},"devDependencies":{"@reactflow/eslint-config":"^0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","@types/node":"^18.7.16","@types/react":"^18.0.17","react":"^18.2.0","typescript":"^4.7.4"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3","d3-zoom":"d3","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.0.0-next.5","_integrity":"sha512-+3pYKUjymPtAvBHKvfJVCugtZiPDzCYXyPhW2XdNeAkkx1KbIiBAPH+/SSrSJom7yIv+wIzo93+ToKXL4D0efQ==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/21250b44a3f0e923a4666597e56fceb4/reactflow-core-11.0.0-next.5.tgz","_from":"file:reactflow-core-11.0.0-next.5.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"facbbfe7101d13f1bb5ad13a4cca7c76d76b0ad0","size":111885,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.0.0-next.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.0.0-next.5.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.0.0-next.5_1663073690592_0.3344030895994352"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-13T13:34:32.947Z","publish_time":1663073690812,"_cnpm_publish_time":1663073690812},"11.0.0-next.4":{"name":"@reactflow/core","version":"11.0.0-next.4","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"source":"src/index.ts","main":"dist/umd/index.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","sideEffects":false,"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"dependencies":{"@types/d3":"^7.4.0","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.0.0"},"peerDependencies":{"react":">=18","react-dom":">=18"},"devDependencies":{"@reactflow/eslint-config":"^0.0.0","@reactflow/rollup-config":"0.0.0","@reactflow/tsconfig":"0.0.0","@types/d3-drag":"^3.0.1","@types/d3-selection":"^3.0.3","@types/d3-zoom":"^3.0.1","@types/node":"^18.7.16","@types/react":"^18.0.17","react":"^18.2.0","typescript":"^4.7.4"},"rollup":{"globals":{"classcat":"cc","d3-selection":"d3","d3-zoom":"d3","zustand":"zustand","zustand/shallow":"zustandShallow"},"name":"ReactFlowCore"},"scripts":{"dev":"concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch","build":"rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css","css":"postcss src/styles/{base,style}.css --config ../../postcss-config/index.js --dir dist","css-watch":"pnpm css --watch","lint":"eslint --ext .js,.jsx,.ts,.tsx src","typecheck":"tsc --noEmit"},"_id":"@reactflow/core@11.0.0-next.4","_integrity":"sha512-HGqjMh9iQhHCV6EHQOcygmdUpJPuI7X9CSmK/8VMBkGjyax8uWNj8U20aAf6mFqksj/HnUXzDYekXqPsh9qlzg==","_resolved":"/private/var/folders/t0/8yynz0y94mvdn7nb4yz42qbm0000gn/T/5558352a9e15e8735123a62ec067e6a5/reactflow-core-11.0.0-next.4.tgz","_from":"file:reactflow-core-11.0.0-next.4.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"7107fc6acf3ed186f2e11a805340d2007bb5dee1","size":111804,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.0.0-next.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.0.0-next.4.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.0.0-next.4_1662996313231_0.5178656969422697"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-12T15:25:38.897Z","publish_time":1662996313511,"_cnpm_publish_time":1662996313511},"11.0.0-next.3":{"name":"@reactflow/core","version":"11.0.0-next.3","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"main":"dist/reactflow-core.cjs.js","module":"dist/reactflow-core.esm.js","types":"dist/reactflow-core.cjs.d.ts","sideEffects":false,"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"scripts":{"build":"postcss src/styles/{base,style}.css --config ../../postcss.config.json --dir dist"},"dependencies":{"@babel/runtime":"^7.18.9","@types/d3":"^7.4.0","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.0.0"},"peerDependencies":{"react":">=18","react-dom":">=18"},"devDependencies":{"@types/react":"^18.0.17","autoprefixer":"^10.4.8","postcss":"^8.4.14","postcss-cli":"^10.0.0","postcss-combine-duplicated-selectors":"^10.0.3","postcss-import":"^14.1.0","postcss-nested":"^5.0.6","tsconfig":"*"},"_id":"@reactflow/core@11.0.0-next.3","gitHead":"17dd64166bd63cbfcd01e3bc69e0d70cfa97dfb0","dist":{"shasum":"78da34c1d522095c3d69e1ab2782e412b66fb86b","size":158662,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.0.0-next.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.0.0-next.3.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.0.0-next.3_1662565790327_0.7031857677474795"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-07T15:53:37.761Z","publish_time":1662565790689,"_cnpm_publish_time":1662565790689},"11.0.0-next.2":{"name":"@reactflow/core","version":"11.0.0-next.2","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"main":"dist/reactflow-core.cjs.js","module":"dist/reactflow-core.esm.js","types":"dist/reactflow-core.cjs.d.ts","sideEffects":false,"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"scripts":{"build":"postcss src/styles/{base,style}.css --config ../../postcss.config.json --dir dist"},"dependencies":{"@babel/runtime":"^7.18.9","@types/d3":"^7.4.0","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.0.0"},"peerDependencies":{"react":">=18","react-dom":">=18"},"devDependencies":{"@types/react":"^18.0.17","autoprefixer":"^10.4.8","postcss":"^8.4.14","postcss-cli":"^10.0.0","postcss-combine-duplicated-selectors":"^10.0.3","postcss-import":"^14.1.0","postcss-nested":"^5.0.6"},"_id":"@reactflow/core@11.0.0-next.2","gitHead":"5fc7c4d6e47b48a688dd91421241931588721644","dist":{"shasum":"a414ea7ffb54a72d5895ce5a9611af26f16343f4","size":140912,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.0.0-next.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.0.0-next.2.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.0.0-next.2_1661870318650_0.3050459515937596"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-30T14:47:42.623Z","publish_time":1661870318877,"_cnpm_publish_time":1661870318877},"11.0.0-next.1":{"name":"@reactflow/core","version":"11.0.0-next.1","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"main":"dist/reactflow-core.cjs.js","module":"dist/reactflow-core.esm.js","types":"dist/reactflow-core.cjs.d.ts","sideEffects":false,"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"scripts":{"build":"postcss src/styles/{base,style}.css --config ../../postcss.config.json --dir dist"},"dependencies":{"@babel/runtime":"^7.18.9","@types/d3":"^7.4.0","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.0.0"},"peerDependencies":{"react":">=18","react-dom":">=18"},"devDependencies":{"@types/react":"^18.0.17","autoprefixer":"^10.4.8","postcss":"^8.4.14","postcss-cli":"^10.0.0","postcss-combine-duplicated-selectors":"^10.0.3","postcss-import":"^14.1.0","postcss-nested":"^5.0.6"},"_id":"@reactflow/core@11.0.0-next.1","gitHead":"ba9df1035b4ac38cfb5b38b5b330b558a80c8aee","dist":{"shasum":"5c2a3129e7c9364e256b0f9437c4bbdb8ad38e2e","size":140782,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.0.0-next.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.0.0-next.1.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.0.0-next.1_1661788884687_0.2590754568313349"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-29T16:10:08.059Z","publish_time":1661788884934,"_cnpm_publish_time":1661788884934},"11.0.0-next.0":{"name":"@reactflow/core","version":"11.0.0-next.0","description":"Core components and util functions of React Flow.","keywords":["react","node-based UI","graph","diagram","workflow","react-flow"],"main":"dist/reactflow-core.cjs.js","module":"dist/reactflow-core.esm.js","types":"dist/reactflow-core.cjs.d.ts","sideEffects":false,"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/wbkd/react-flow.git","directory":"packages/core"},"scripts":{"build":"postcss src/styles/{base,style}.css --config ../../postcss.config.json --dir dist"},"dependencies":{"@babel/runtime":"^7.18.9","@types/d3":"^7.4.0","classcat":"^5.0.3","d3-drag":"^3.0.0","d3-selection":"^3.0.0","d3-zoom":"^3.0.0","zustand":"^4.0.0"},"peerDependencies":{"react":">=18","react-dom":">=18"},"devDependencies":{"@types/react":"^18.0.17","autoprefixer":"^10.4.8","postcss":"^8.4.14","postcss-cli":"^10.0.0","postcss-combine-duplicated-selectors":"^10.0.3","postcss-import":"^14.1.0","postcss-nested":"^5.0.6"},"_id":"@reactflow/core@11.0.0-next.0","gitHead":"f113cf4e198345af1d8935552dcbcaef31fbfc3a","dist":{"shasum":"611d49e86da066f29c39cb95fbe9413ce9dcfa4c","size":138104,"noattachment":false,"key":"/@reactflow/core/-/@reactflow/core-11.0.0-next.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@reactflow/core/download/@reactflow/core-11.0.0-next.0.tgz"},"_npmUser":{"name":"webk1d","email":"info@webkid.io"},"directories":{},"maintainers":[{"name":"webk1d","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_11.0.0-next.0_1661784366836_0.23607687095336027"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-29T14:46:13.148Z","publish_time":1661784367196,"_cnpm_publish_time":1661784367196}},"readme":"# @reactflow/core\n\nCore components and util functions of React Flow.\n\n## Installation \n\n```sh \nnpm install @reactflow/core\n```\n\n","_attachments":{},"homepage":"https://github.com/xyflow/xyflow#readme","bugs":{"url":"https://github.com/xyflow/xyflow/issues"},"license":"MIT"}