package.json
2.59 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
102
103
{
"_args": [
[
{
"raw": "process@^0.11.1",
"scope": null,
"escapedName": "process",
"name": "process",
"rawSpec": "^0.11.1",
"spec": ">=0.11.1 <0.12.0",
"type": "range"
},
"C:\\Users\\SangWonLee\\Desktop\\OSS\\Project2013104098\\node_modules\\path"
]
],
"_from": "process@>=0.11.1 <0.12.0",
"_id": "process@0.11.10",
"_inCache": true,
"_location": "/process",
"_nodeVersion": "6.10.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/process-0.11.10.tgz_1493210065468_0.9640797527972609"
},
"_npmUser": {
"name": "cwmma",
"email": "calvin.metcalf@gmail.com"
},
"_npmVersion": "4.0.5",
"_phantomChildren": {},
"_requested": {
"raw": "process@^0.11.1",
"scope": null,
"escapedName": "process",
"name": "process",
"rawSpec": "^0.11.1",
"spec": ">=0.11.1 <0.12.0",
"type": "range"
},
"_requiredBy": [
"/path"
],
"_resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
"_shasum": "7332300e840161bda3e69a1d1d91a7d4bc16f182",
"_shrinkwrap": null,
"_spec": "process@^0.11.1",
"_where": "C:\\Users\\SangWonLee\\Desktop\\OSS\\Project2013104098\\node_modules\\path",
"author": {
"name": "Roman Shtylman",
"email": "shtylman@gmail.com"
},
"browser": "./browser.js",
"bugs": {
"url": "https://github.com/shtylman/node-process/issues"
},
"dependencies": {},
"description": "process information for node.js and browsers",
"devDependencies": {
"mocha": "2.2.1",
"zuul": "^3.10.3"
},
"directories": {},
"dist": {
"shasum": "7332300e840161bda3e69a1d1d91a7d4bc16f182",
"tarball": "https://registry.npmjs.org/process/-/process-0.11.10.tgz"
},
"engines": {
"node": ">= 0.6.0"
},
"gitHead": "557aa46f283caccce603dbb9c376b3d81067c510",
"homepage": "https://github.com/shtylman/node-process#readme",
"keywords": [
"process"
],
"license": "MIT",
"main": "./index.js",
"maintainers": [
{
"name": "coolaj86",
"email": "coolaj86@gmail.com"
},
{
"name": "cwmma",
"email": "calvin.metcalf@gmail.com"
},
{
"name": "defunctzombie",
"email": "shtylman@gmail.com"
}
],
"name": "process",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/shtylman/node-process.git"
},
"scripts": {
"browser": "zuul --no-coverage --ui mocha-bdd --local 8080 -- test.js",
"test": "mocha test.js"
},
"version": "0.11.10"
}