-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 2.91 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 2.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"_from": "git+https://github.com/c4off/rewire-webpack.git",
"_id": "rewire-webpack@1.0.1",
"_inBundle": false,
"_integrity": "sha1-eTCTM7k8TgeBW6gaQDFaJOXjjg0=",
"_location": "/rewire-webpack",
"_phantomChildren": {
"acorn": "5.2.1",
"acorn-dynamic-import": "2.0.2",
"ajv-keywords": "1.5.1",
"camelcase": "1.2.1",
"cliui": "2.1.0",
"co": "4.6.0",
"decamelize": "1.2.0",
"enhanced-resolve": "3.4.1",
"get-caller-file": "1.0.2",
"interpret": "1.0.4",
"json-loader": "0.5.7",
"json-stable-stringify": "1.0.1",
"json5": "0.5.1",
"loader-runner": "2.3.0",
"loader-utils": "0.2.17",
"lodash": "4.17.4",
"memory-fs": "0.4.1",
"mkdirp": "0.5.0",
"node-libs-browser": "2.0.0",
"os-locale": "1.4.0",
"read-pkg-up": "1.0.1",
"require-directory": "2.1.1",
"require-main-filename": "1.0.1",
"set-blocking": "2.0.0",
"string-width": "1.0.2",
"strip-ansi": "3.0.1",
"supports-color": "3.2.3",
"tapable": "0.2.8",
"uglify-to-browserify": "1.0.2",
"watchpack": "1.4.0",
"webpack-sources": "1.0.2",
"which-module": "1.0.0",
"window-size": "0.1.0",
"wrap-ansi": "2.1.0",
"y18n": "3.2.1",
"yargs-parser": "4.2.1"
},
"_requested": {
"type": "git",
"raw": "rewire-webpack@git+https://github.com/c4off/rewire-webpack.git",
"name": "rewire-webpack",
"escapedName": "rewire-webpack",
"rawSpec": "git+https://github.com/c4off/rewire-webpack.git",
"saveSpec": "git+https://github.com/c4off/rewire-webpack.git",
"fetchSpec": "https://github.com/c4off/rewire-webpack.git",
"gitCommittish": "master"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "git+https://github.com/c4off/rewire-webpack.git#b9cb088ad103955b496ce1e2b24a59d0a2c8eb68",
"_spec": "rewire-webpack@git+https://github.com/c4off/rewire-webpack.git",
"_where": "/home/asychyov/projects/tradingview/tests/unittests",
"author": {
"name": "Johannes Ewald",
"email": "mail@johannesewald.de"
},
"bugs": {
"url": "https://github.com/jhnns/rewire-webpack/issues"
},
"bundleDependencies": false,
"dependencies": {
"enhanced-resolve": "^3.1.0",
"webpack": "^2.2.1"
},
"deprecated": false,
"description": "Dependency injection for webpack bundles",
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^3.2.0",
"mocha-loader": "^1.1.0",
"rewire": "^2.5.0",
"webpack-dev-server": "^2.3.0"
},
"homepage": "https://github.com/jhnns/rewire-webpack",
"keywords": [
"dependency",
"injection",
"mock",
"unit",
"test",
"leak",
"webpack",
"browser",
"inspect"
],
"license": "Unlicense",
"main": "lib/RewirePlugin.js",
"name": "rewire-webpack",
"repository": {
"type": "git",
"url": "git://github.com/jhnns/rewire-webpack.git"
},
"scripts": {
"test": "webpack-dev-server --config ./test/webpack.config.js"
},
"version": "1.0.1"
}