script@0.1.3
automatic bundling of nodejs modules for the browser
2013-02-01
安装 (0.1.3)
npm install script@0.1.3
yarn add script@0.1.3
pnpm add script@0.1.3
bun add script@0.1.3
dependencies (5)
| 包名 | 版本要求 |
|---|---|
| http-browserify | 0.1.2 |
| merge | 1.0.0 |
| optimist | 0.3.4 |
| process | 0.5.0 |
| required | 0.0.8 |
版本列表
0.1.4
2013-02-01
0.1.3
2013-02-01
0.1.2
2013-01-01
0.1.1
2012-12-23
0.1.0
2012-12-13
0.1.0-pre7
2012-12-07
0.1.0-pre6
2012-12-07
0.1.0-pre5
2012-11-30
0.1.0-pre4
2012-11-28
0.1.0-pre3
2012-11-26
0.1.0-pre2
2012-11-26
0.1.0-pre
2012-10-31
0.0.12
2012-07-02
0.0.11
2012-05-11
0.0.10
2012-05-05
0.0.9
2012-05-05
0.0.8
2012-05-04
相关教程
PyScript Python in Browser
PyScript 在浏览器中运行 Python 使用 Pyodide 和 WASM。Python 操作 DOM 并处理数据。适合教学和交互式文档。本文在页面中嵌入实时 Python 代码。
TypeORM Node ORM
TypeORM 是 TypeScript ORM 用装饰器定义实体。Active Record 和 Data Mapper 两种模式。Migration 管理数据库变更。本文创建用户订单实体。
Godot 游戏引擎 GDScript
Godot 是开源游戏引擎 GDScript 类似 Python 的脚本语言。节点和场景的组织方式。适合 2D 和 3D 游戏。本文用 Godot 做一个躲避小球的游戏。
K6 浏览器测试 Performance 和 Frontend
k6 的浏览器模块在浏览器中运行测试测量 LCP CLS 等指标。用同一个脚本做负载测试和浏览器测试。本文用 k6 测量前端性能指标。
TypeScript 条件类型 infer
TypeScript 条件类型根据条件选择不同的类型。infer 关键字从类型中提取子类型。ReturnType 内置条件类型。本文用条件类型实现 Flatten 类型。