package.json
2.66 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
{
"_from": "enhanced-resolve@^4.3.0",
"_id": "enhanced-resolve@4.3.0",
"_inBundle": false,
"_integrity": "sha512-3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ==",
"_location": "/enhanced-resolve",
"_phantomChildren": {
"core-util-is": "1.0.2",
"errno": "0.1.7",
"inherits": "2.0.4",
"isarray": "1.0.0",
"process-nextick-args": "2.0.1",
"safe-buffer": "5.1.2",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "enhanced-resolve@^4.3.0",
"name": "enhanced-resolve",
"escapedName": "enhanced-resolve",
"rawSpec": "^4.3.0",
"saveSpec": null,
"fetchSpec": "^4.3.0"
},
"_requiredBy": [
"/webpack"
],
"_resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.3.0.tgz",
"_shasum": "3b806f3bfafc1ec7de69551ef93cca46c1704126",
"_spec": "enhanced-resolve@^4.3.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\webpack",
"author": {
"name": "Tobias Koppers @sokra"
},
"bugs": {
"url": "https://github.com/webpack/enhanced-resolve/issues"
},
"bundleDependencies": false,
"dependencies": {
"graceful-fs": "^4.1.2",
"memory-fs": "^0.5.0",
"tapable": "^1.0.0"
},
"deprecated": false,
"description": "Offers a async require.resolve function. It's highly configurable.",
"devDependencies": {
"codecov.io": "^0.1.6",
"coveralls": "^2.11.6",
"eslint": "^5.9.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-prettier": "^3.0.0",
"husky": "^1.2.0",
"istanbul": "^0.4.1",
"lint-staged": "^8.1.0",
"mocha": "^2.3.4",
"prettier": "^1.15.2",
"should": "^8.0.2"
},
"engines": {
"node": ">=6.9.0"
},
"files": [
"lib",
"LICENSE"
],
"homepage": "http://github.com/webpack/enhanced-resolve",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"lint-staged": {
"*.js": [
"eslint --cache"
]
},
"main": "lib/node.js",
"name": "enhanced-resolve",
"repository": {
"type": "git",
"url": "git://github.com/webpack/enhanced-resolve.git"
},
"scripts": {
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
"lint": "eslint lib test",
"precover": "yarn lint",
"pretest": "yarn lint",
"pretty": "prettier --loglevel warn --write \"{lib,test}/**/*.{js,json}\"",
"test": "mocha --full-trace --check-leaks",
"travis": "yarn cover --report lcovonly"
},
"version": "4.3.0"
}