{ "name": "porter", "lockfileVersion": 3, "requires": true, "packages": { "": { "dependencies": { "@tanstack/react-table": "^8.15.3" } }, "node_modules/@tanstack/react-table": { "version": "8.15.3", "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.15.3.tgz", "integrity": "sha512-aocQ4WpWiAh7R+yxNp+DGQYXeVACh5lv2kk96DjYgFiHDCB0cOFoYMT/pM6eDOzeMXR9AvPoLeumTgq8/0qX+w==", "dependencies": { "@tanstack/table-core": "8.15.3" }, "engines": { "node": ">=12" }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { "react": ">=16.8", "react-dom": ">=16.8" } }, "node_modules/@tanstack/table-core": { "version": "8.15.3", "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.15.3.tgz", "integrity": "sha512-wOgV0HfEvuMOv8RlqdR9MdNNqq0uyvQtP39QOvGlggHvIObOE4exS+D5LGO8LZ3LUXxId2IlUKcHDHaGujWhUg==", "engines": { "node": ">=12" }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } } } }