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
|
{
"_from": "utile@0.3.x",
"_id": "utile@0.3.0",
"_inBundle": false,
"_integrity": "sha1-E1LDQOuCDk2N26A5pPv6oy7U7zo=",
"_location": "/utile",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "utile@0.3.x",
"name": "utile",
"escapedName": "utile",
"rawSpec": "0.3.x",
"saveSpec": null,
"fetchSpec": "0.3.x"
},
"_requiredBy": [
"/prompt"
],
"_resolved": "https://registry.npmjs.org/utile/-/utile-0.3.0.tgz",
"_shasum": "1352c340eb820e4d8ddba039a4fbfaa32ed4ef3a",
"_spec": "utile@0.3.x",
"_where": "/data/dev/Projets/Bingoloto Remote/node_modules/prompt",
"author": {
"name": "Nodejitsu Inc.",
"email": "info@nodejitsu.com"
},
"bugs": {
"url": "https://github.com/flatiron/utile/issues"
},
"bundleDependencies": false,
"dependencies": {
"async": "~0.9.0",
"deep-equal": "~0.2.1",
"i": "0.3.x",
"mkdirp": "0.x.x",
"ncp": "1.0.x",
"rimraf": "2.x.x"
},
"deprecated": false,
"description": "A drop-in replacement for `util` with some additional advantageous functions",
"devDependencies": {
"vows": "0.8.x"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/flatiron/utile#readme",
"main": "./lib/index",
"maintainers": [
{
"name": "indexzero",
"email": "charlie@nodejitsu.com"
}
],
"name": "utile",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/flatiron/utile.git"
},
"scripts": {
"test": "vows --spec"
},
"version": "0.3.0"
}
|