🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

bare-stow-target-pear-runtime

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bare-stow-target-pear-runtime

Pear Runtime target for bare-stow

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

bare-stow-target-pear-runtime

The Pear Runtime target for bare-stow (https://github.com/holepunchto/bare-stow). It generates a harness that boots a stowed bundle with pear.run().

npm i bare-stow-target-pear-runtime

Usage

Pass the target to stow():

const stow = require('bare-stow')
const target = require('bare-stow-target-pear-runtime')

const entry = new URL('file:///app/core.js')
const out = new URL('file:///app/out/index.js')

for await (const artifact of stow(entry, target, out)) {
  console.log(artifact.url.href)
}

On the command line, bare-stow resolves --target pear-runtime to this package:

$ bare-stow --target pear-runtime --out ./out/index.js ./core.js

License

Apache-2.0

FAQs

Package last updated on 30 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts