package.json
1.95 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
{
"_args": [
[
"tmp@0.0.28",
"D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\karma"
]
],
"_from": "tmp@0.0.28",
"_id": "tmp@0.0.28",
"_inCache": true,
"_installable": true,
"_location": "/tmp",
"_nodeVersion": "4.1.1",
"_npmUser": {
"email": "npm@spam.raszi.hu",
"name": "raszi"
},
"_npmVersion": "2.14.4",
"_phantomChildren": {},
"_requested": {
"name": "tmp",
"raw": "tmp@0.0.28",
"rawSpec": "0.0.28",
"scope": null,
"spec": "0.0.28",
"type": "version"
},
"_requiredBy": [
"/karma"
],
"_resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.28.tgz",
"_shasum": "172735b7f614ea7af39664fa84cf0de4e515d120",
"_shrinkwrap": null,
"_spec": "tmp@0.0.28",
"_where": "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\karma",
"author": {
"email": "github@spam.raszi.hu",
"name": "KARASZI István",
"url": "http://raszi.hu/"
},
"bugs": {
"url": "http://github.com/raszi/node-tmp/issues"
},
"dependencies": {
"os-tmpdir": "~1.0.1"
},
"description": "Temporary file and directory creator",
"devDependencies": {
"vows": "~0.7.0"
},
"directories": {},
"dist": {
"shasum": "172735b7f614ea7af39664fa84cf0de4e515d120",
"tarball": "https://registry.npmjs.org/tmp/-/tmp-0.0.28.tgz"
},
"engines": {
"node": ">=0.4.0"
},
"gitHead": "9fe2a507d8b041c92c83ce1045b83e7283834431",
"homepage": "http://github.com/raszi/node-tmp",
"keywords": [
"temporary",
"tmp",
"temp",
"tempdir",
"tempfile",
"tmpdir",
"tmpfile"
],
"license": "MIT",
"main": "lib/tmp.js",
"maintainers": [
{
"email": "npm@spam.raszi.hu",
"name": "raszi"
}
],
"name": "tmp",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/raszi/node-tmp.git"
},
"scripts": {
"test": "vows test/*-test.js"
},
"version": "0.0.28"
}