package.json
1.55 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
{
"_from": "source-map-support@^0.2.10",
"_id": "source-map-support@0.2.10",
"_inBundle": false,
"_integrity": "sha1-6lo5AKHByyUJagrozFwrSxDe09w=",
"_location": "/source-map-support",
"_phantomChildren": {
"amdefine": "1.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "source-map-support@^0.2.10",
"name": "source-map-support",
"escapedName": "source-map-support",
"rawSpec": "^0.2.10",
"saveSpec": null,
"fetchSpec": "^0.2.10"
},
"_requiredBy": [
"/babel-core"
],
"_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz",
"_shasum": "ea5a3900a1c1cb25096a0ae8cc5c2b4b10ded3dc",
"_spec": "source-map-support@^0.2.10",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\babel-core",
"bugs": {
"url": "https://github.com/evanw/node-source-map-support/issues"
},
"bundleDependencies": false,
"dependencies": {
"source-map": "0.1.32"
},
"deprecated": false,
"description": "Fixes stack traces for files with source maps",
"devDependencies": {
"browserify": "3.44.2",
"coffee-script": "1.7.1",
"mocha": "1.18.2"
},
"homepage": "https://github.com/evanw/node-source-map-support#readme",
"licenses": [
{
"type": "MIT"
}
],
"main": "./source-map-support.js",
"name": "source-map-support",
"repository": {
"type": "git",
"url": "git+https://github.com/evanw/node-source-map-support.git"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha"
},
"version": "0.2.10"
}