package.json
2.04 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": [
[
"tmp@0.0.24",
"D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\selenium-webdriver"
]
],
"_from": "tmp@0.0.24",
"_id": "tmp@0.0.24",
"_inCache": true,
"_installable": true,
"_location": "/selenium-webdriver/tmp",
"_npmUser": {
"email": "npm@spam.raszi.hu",
"name": "raszi"
},
"_npmVersion": "1.4.16",
"_phantomChildren": {},
"_requested": {
"name": "tmp",
"raw": "tmp@0.0.24",
"rawSpec": "0.0.24",
"scope": null,
"spec": "0.0.24",
"type": "version"
},
"_requiredBy": [
"/selenium-webdriver"
],
"_resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.24.tgz",
"_shasum": "d6a5e198d14a9835cc6f2d7c3d9e302428c8cf12",
"_shrinkwrap": null,
"_spec": "tmp@0.0.24",
"_where": "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\selenium-webdriver",
"author": {
"email": "github@spam.raszi.hu",
"name": "KARASZI István",
"url": "http://raszi.hu/"
},
"bugs": {
"url": "http://github.com/raszi/node-tmp/issues"
},
"dependencies": {},
"description": "Temporary file and directory creator",
"devDependencies": {
"vows": "~0.7.0"
},
"directories": {},
"dist": {
"shasum": "d6a5e198d14a9835cc6f2d7c3d9e302428c8cf12",
"tarball": "https://registry.npmjs.org/tmp/-/tmp-0.0.24.tgz"
},
"engines": {
"node": ">=0.4.0"
},
"gitHead": "6864655f13a11c6043c119a0cb60385f072bcecf",
"homepage": "http://github.com/raszi/node-tmp",
"keywords": [
"temporary",
"tmp",
"temp",
"tempdir",
"tempfile",
"tmpdir",
"tmpfile"
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/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.24"
}