This is a playground
to test code. It runs a full Node.js
environment and already has all of npm
’s 1,000,000+ packages pre-installed, including @imtf/panache
with all npm
packages installed. Try it out:
@imtf/panache lists no main file and has no index.js, so it can't be directly required. If this is a mistake, please let us know. It may however contain internal files that you can require manually:
require("lodash-es/package.json"); // lodash-es is a peer dependency.
require("@emotion/styled/package.json"); // @emotion/styled is a peer dependency.
require("@emotion/react/package.json"); // @emotion/react is a peer dependency.
require("cytoscape-fcose/package.json"); // cytoscape-fcose is a peer dependency.
require("clsx/package.json"); // clsx is a peer dependency.
require("react-cytoscapejs/package.json"); // react-cytoscapejs is a peer dependency.
require("react-dom/package.json"); // react-dom is a peer dependency.
require("cytoscape/package.json"); // cytoscape is a peer dependency.
require("@mui/material/package.json"); // @mui/material is a peer dependency.
require("react-error-boundary/package.json"); // react-error-boundary is a peer dependency.
require("react/package.json"); // react is a peer dependency.
// require("@imtf/panache/[??]")
This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.