package.json
1.78 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
{
"_from": "adjust-sourcemap-loader@3.0.0",
"_id": "adjust-sourcemap-loader@3.0.0",
"_inBundle": false,
"_integrity": "sha512-YBrGyT2/uVQ/c6Rr+t6ZJXniY03YtHGMJQYal368burRGYKqhx9qGTWqcBU5s1CwYY9E/ri63RYyG1IacMZtqw==",
"_location": "/adjust-sourcemap-loader",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "adjust-sourcemap-loader@3.0.0",
"name": "adjust-sourcemap-loader",
"escapedName": "adjust-sourcemap-loader",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/resolve-url-loader"
],
"_resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-3.0.0.tgz",
"_shasum": "5ae12fb5b7b1c585e80bbb5a63ec163a1a45e61e",
"_spec": "adjust-sourcemap-loader@3.0.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\resolve-url-loader",
"author": {
"name": "bholloway"
},
"bugs": {
"url": "https://github.com/bholloway/adjust-sourcemap-loader/issues"
},
"bundleDependencies": false,
"dependencies": {
"loader-utils": "^2.0.0",
"regex-parser": "^2.2.11"
},
"deprecated": false,
"description": "Webpack loader that adjusts source maps",
"devDependencies": {
"jshint": "^2.12.0"
},
"engines": {
"node": ">=8.9"
},
"homepage": "https://github.com/bholloway/adjust-sourcemap-loader",
"keywords": [
"webpack",
"loader",
"source-map",
"sourcemap",
"sources",
"resolve",
"adjust"
],
"license": "MIT",
"main": "index.js",
"name": "adjust-sourcemap-loader",
"repository": {
"type": "git",
"url": "git+https://github.com/bholloway/adjust-sourcemap-loader.git"
},
"scripts": {
"lint": "jshint index.js lib codec"
},
"version": "3.0.0"
}