package.json
2.49 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
{
"_args": [
[
"source-map-support@~0.4.0",
"D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\protractor"
]
],
"_from": "source-map-support@>=0.4.0 <0.5.0",
"_id": "source-map-support@0.4.11",
"_inCache": true,
"_installable": true,
"_location": "/source-map-support",
"_nodeVersion": "7.4.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/source-map-support-0.4.11.tgz_1485541672964_0.37963404692709446"
},
"_npmUser": {
"email": "linus@folkdatorn.se",
"name": "linusu"
},
"_npmVersion": "4.0.5",
"_phantomChildren": {},
"_requested": {
"name": "source-map-support",
"raw": "source-map-support@~0.4.0",
"rawSpec": "~0.4.0",
"scope": null,
"spec": ">=0.4.0 <0.5.0",
"type": "range"
},
"_requiredBy": [
"/protractor"
],
"_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.11.tgz",
"_shasum": "647f939978b38535909530885303daf23279f322",
"_shrinkwrap": null,
"_spec": "source-map-support@~0.4.0",
"_where": "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\protractor",
"bugs": {
"url": "https://github.com/evanw/node-source-map-support/issues"
},
"dependencies": {
"source-map": "^0.5.3"
},
"description": "Fixes stack traces for files with source maps",
"devDependencies": {
"browserify": "3.44.2",
"coffee-script": "1.7.1",
"http-server": "^0.8.5",
"mocha": "1.18.2",
"webpack": "^1.13.3"
},
"directories": {},
"dist": {
"shasum": "647f939978b38535909530885303daf23279f322",
"tarball": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.11.tgz"
},
"gitHead": "84473223d1101e6bb7d8c166ca9ef53e544e76f3",
"homepage": "https://github.com/evanw/node-source-map-support#readme",
"license": "MIT",
"main": "./source-map-support.js",
"maintainers": [
{
"email": "evan.exe@gmail.com",
"name": "evanw"
},
{
"email": "julien.fontanet@isonoe.net",
"name": "julien-f"
},
{
"email": "linus@folkdatorn.se",
"name": "linusu"
}
],
"name": "source-map-support",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/evanw/node-source-map-support.git"
},
"scripts": {
"build": "node build.js",
"prepublish": "npm run build",
"serve-tests": "http-server -p 1336",
"test": "mocha"
},
"version": "0.4.11"
}