package.json
3.2 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
106
107
108
109
110
111
112
113
114
115
116
117
{
"_args": [
[
{
"raw": "copy-webpack-plugin@^4.0.1",
"scope": null,
"escapedName": "copy-webpack-plugin",
"name": "copy-webpack-plugin",
"rawSpec": "^4.0.1",
"spec": ">=4.0.1 <5.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming"
]
],
"_from": "copy-webpack-plugin@>=4.0.1 <5.0.0",
"_id": "copy-webpack-plugin@4.0.1",
"_inCache": true,
"_location": "/copy-webpack-plugin",
"_nodeVersion": "6.0.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/copy-webpack-plugin-4.0.1.tgz_1479085838474_0.2435299465432763"
},
"_npmUser": {
"name": "kevlened",
"email": "boyettel@gmail.com"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {
"inflight": "1.0.6",
"inherits": "2.0.3",
"minimatch": "3.0.3",
"once": "1.4.0",
"path-is-absolute": "1.0.1"
},
"_requested": {
"raw": "copy-webpack-plugin@^4.0.1",
"scope": null,
"escapedName": "copy-webpack-plugin",
"name": "copy-webpack-plugin",
"rawSpec": "^4.0.1",
"spec": ">=4.0.1 <5.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-4.0.1.tgz",
"_shasum": "9728e383b94316050d0c7463958f2b85c0aa8200",
"_shrinkwrap": null,
"_spec": "copy-webpack-plugin@^4.0.1",
"_where": "/Users/admin/Documents/workspace/programming",
"author": {
"name": "Len Boyette"
},
"bugs": {
"url": "https://github.com/kevlened/copy-webpack-plugin/issues"
},
"dependencies": {
"bluebird": "^2.10.2",
"fs-extra": "^0.26.4",
"glob": "^6.0.4",
"is-glob": "^3.1.0",
"loader-utils": "^0.2.15",
"lodash": "^4.3.0",
"minimatch": "^3.0.0",
"node-dir": "^0.1.10"
},
"description": "Copy files and directories in webpack",
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"chai": "^3.4.0",
"eslint": "^2.9.0",
"mocha": "^2.4.5",
"ncp": "^2.0.0"
},
"directories": {},
"dist": {
"shasum": "9728e383b94316050d0c7463958f2b85c0aa8200",
"tarball": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-4.0.1.tgz"
},
"gitHead": "de4ff3231646548e9b524cde45cc1655cbb3373d",
"homepage": "https://github.com/kevlened/copy-webpack-plugin",
"keywords": [
"webpack",
"plugin",
"transfer",
"move",
"copy"
],
"license": "MIT",
"main": "dist/index.js",
"maintainers": [
{
"name": "kevlened",
"email": "boyettel@gmail.com"
}
],
"name": "copy-webpack-plugin",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/kevlened/copy-webpack-plugin.git"
},
"scripts": {
"build": "babel src/ --out-dir dist/",
"build:tests": "babel tests/ --out-dir compiled_tests/ && ncp tests/helpers compiled_tests/helpers",
"lint": "eslint src/ tests/",
"pretest": "npm run lint && npm run build && npm run build:tests",
"test": "mocha compiled_tests/",
"test:nolint": "npm run build && npm run build:tests && mocha compiled_tests/"
},
"version": "4.0.1"
}