package.json
3.41 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
{
"_args": [
[
{
"raw": "source-map-loader@^0.1.5",
"scope": null,
"escapedName": "source-map-loader",
"name": "source-map-loader",
"rawSpec": "^0.1.5",
"spec": ">=0.1.5 <0.2.0",
"type": "range"
},
"D:\\100-Projects\\100-AIAHTML5\\400-SOURCECODE\\AIAHTML5.Admin\\node_modules\\@angular\\cli"
]
],
"_from": "source-map-loader@>=0.1.5 <0.2.0",
"_id": "source-map-loader@0.1.6",
"_inCache": true,
"_location": "/source-map-loader",
"_nodeVersion": "6.9.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/source-map-loader-0.1.6.tgz_1484131081883_0.7961399266496301"
},
"_npmUser": {
"name": "sokra",
"email": "tobias.koppers@googlemail.com"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {
"amdefine": "1.0.1",
"big.js": "3.1.3",
"emojis-list": "2.1.0",
"json5": "0.5.1",
"object-assign": "4.1.0"
},
"_requested": {
"raw": "source-map-loader@^0.1.5",
"scope": null,
"escapedName": "source-map-loader",
"name": "source-map-loader",
"rawSpec": "^0.1.5",
"spec": ">=0.1.5 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/@angular/cli"
],
"_resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-0.1.6.tgz",
"_shasum": "c09903da6d73b9e53b7ed8ee5245597051e98e91",
"_shrinkwrap": null,
"_spec": "source-map-loader@^0.1.5",
"_where": "D:\\100-Projects\\100-AIAHTML5\\400-SOURCECODE\\AIAHTML5.Admin\\node_modules\\@angular\\cli",
"author": {
"name": "Tobias Koppers @sokra"
},
"bugs": {
"url": "https://github.com/webpack/source-map-loader/issues"
},
"dependencies": {
"async": "^0.9.0",
"loader-utils": "~0.2.2",
"source-map": "~0.1.33"
},
"description": "extracts inlined source map and offers it to webpack",
"devDependencies": {
"mocha": "^1.18.2",
"should": "^3.3.1"
},
"directories": {},
"dist": {
"shasum": "c09903da6d73b9e53b7ed8ee5245597051e98e91",
"tarball": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-0.1.6.tgz"
},
"gitHead": "00c324ceb61f4f849b43b6b9c5b723879ca65559",
"homepage": "https://github.com/webpack/source-map-loader#readme",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"maintainers": [
{
"name": "sokra",
"email": "tobias.koppers@googlemail.com"
}
],
"name": "source-map-loader",
"optionalDependencies": {},
"readme": "# source map loader for webpack\r\n\r\nExtracts SourceMaps for source files that as added as `sourceMappingURL` comment.\r\n\r\n## Usage\r\n\r\n[Documentation: Using loaders](https://webpack.js.org/concepts/#loaders)\r\n\r\n\r\n### Example webpack config\r\n\r\n``` javascript\r\nmodule.exports = {\r\n module: {\r\n rules: [\r\n {\r\n test: /\\.js$/,\r\n use: [\"source-map-loader\"],\r\n enforce: \"pre\"\r\n }\r\n ]\r\n }\r\n};\r\n```\r\n\r\nThis extracts all SourceMaps from all files. That's not so performance-wise so you may only want to apply the loader to relevant files.\r\n\r\n## License\r\n\r\nMIT (http://www.opensource.org/licenses/mit-license.php)\r\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/webpack/source-map-loader.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "0.1.6"
}