# webpack-core

> The core of webpack and enhanced-require.

Latest version **0.6.9** (published 2016-12-07) · 0 weekly downloads

## Install

```sh
npm install webpack-core
pnpm add webpack-core
yarn add webpack-core
bun add webpack-core
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.6.9 |
| Published | 2016-12-07 |
| First published | 2013-01-30 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.6 |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 27 |
| Author | Tobias Koppers @sokra |
| Maintainers | sokra |

## Links

- npm: https://www.npmjs.com/package/webpack-core
- Repository: https://github.com/webpack/core
- Homepage: http://github.com/webpack/core
- Issues: https://github.com/webpack/core/issues
- npm.io page: https://npm.io/package/webpack-core

## Dependencies (2)

- [source-map](https://npm.io/package/source-map.md) ~0.4.1
- [source-list-map](https://npm.io/package/source-list-map.md) ~0.1.7

## Recent versions

- 0.6.9 (latest) — 2016-12-07
- 0.6.8 — 2015-10-31
- 0.6.7 — 2015-09-16
- 0.6.6 — 2015-07-18
- 0.6.5 — 2015-04-21
- 0.6.4 — 2015-04-20
- 0.6.3 — 2015-04-07
- 0.6.2 — 2015-04-07
- 0.6.1 — 2015-04-04
- 0.6.0 — 2015-04-04
- 0.5.0 — 2015-03-03
- 0.4.8 — 2014-08-03
- 0.4.7 — 2014-08-03
- 0.4.6 — 2014-07-27
- 0.4.5 — 2014-07-27
- … 31 more at https://npm.io/package/webpack-core/versions

## README

# webpack-core

The shared core of [webpack](https://github.com/webpack/webpack) and [enhanced-require](https://github.com/webpack/enhanced-require).

It mainly encapsulate

* the loader stuff
* SourceMap stuff

Not useable as standalone module, but this may change in the future.

# License

Copyright (c) 2012 - 2013 Tobias Koppers

MIT (http://www.opensource.org/licenses/mit-license.php)

---
_Source: https://npm.io/package/webpack-core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
