Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
945 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "circular-dependency-plugin",
|
---|
| 3 | "main": "index.js",
|
---|
| 4 | "devDependencies": {
|
---|
| 5 | "jest": "^22.4.2",
|
---|
| 6 | "memory-fs": "^0.4.1",
|
---|
| 7 | "ts-loader": "^8.0.7",
|
---|
| 8 | "typescript": "^4.0.5",
|
---|
| 9 | "webpack": "^4.0.1",
|
---|
| 10 | "webpack5": "npm:webpack@^5.0.0"
|
---|
| 11 | },
|
---|
| 12 | "peerDependencies": {
|
---|
| 13 | "webpack": ">=4.0.1"
|
---|
| 14 | },
|
---|
| 15 | "description": "Detect modules with circular dependencies when bundling with webpack.",
|
---|
| 16 | "version": "5.2.2",
|
---|
| 17 | "engines": {
|
---|
| 18 | "node": ">=6.0.0"
|
---|
| 19 | },
|
---|
| 20 | "scripts": {
|
---|
| 21 | "test": "jest"
|
---|
| 22 | },
|
---|
| 23 | "files": [
|
---|
| 24 | "index.js"
|
---|
| 25 | ],
|
---|
| 26 | "repository": {
|
---|
| 27 | "type": "git",
|
---|
| 28 | "url": "git+https://github.com/aackerman/circular-dependency-plugin.git"
|
---|
| 29 | },
|
---|
| 30 | "author": "",
|
---|
| 31 | "license": "ISC",
|
---|
| 32 | "bugs": {
|
---|
| 33 | "url": "https://github.com/aackerman/circular-dependency-plugin/issues"
|
---|
| 34 | },
|
---|
| 35 | "homepage": "https://github.com/aackerman/circular-dependency-plugin#readme",
|
---|
| 36 | "jest": {
|
---|
| 37 | "testMatch": [
|
---|
| 38 | "**/?(*.)(spec|test).js?(x)"
|
---|
| 39 | ]
|
---|
| 40 | }
|
---|
| 41 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.