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
|
{
"_from": "revalidator@0.1.x",
"_id": "revalidator@0.1.8",
"_inBundle": false,
"_integrity": "sha1-/s5hv6DBtSoga9axgZgYS91SOjs=",
"_location": "/revalidator",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "revalidator@0.1.x",
"name": "revalidator",
"escapedName": "revalidator",
"rawSpec": "0.1.x",
"saveSpec": null,
"fetchSpec": "0.1.x"
},
"_requiredBy": [
"/prompt"
],
"_resolved": "https://registry.npmjs.org/revalidator/-/revalidator-0.1.8.tgz",
"_shasum": "fece61bfa0c1b52a206bd6b18198184bdd523a3b",
"_spec": "revalidator@0.1.x",
"_where": "/data/dev/Projets/Bingoloto Remote/node_modules/prompt",
"author": {
"name": "Nodejitsu Inc.",
"email": "info@nodejitsu.com"
},
"bugs": {
"url": "https://github.com/flatiron/revalidator/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A cross-browser / node.js validator used by resourceful",
"devDependencies": {
"vows": "0.7.0"
},
"engines": {
"node": ">= 0.4.0"
},
"homepage": "https://github.com/flatiron/revalidator#readme",
"license": "Apache 2.0",
"main": "./lib/revalidator",
"maintainers": [
{
"name": "indexzero",
"email": "charlie@nodejitsu.com"
},
{
"name": "indutny",
"email": "fedor.indutny@gmail.com"
}
],
"name": "revalidator",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/flatiron/revalidator.git"
},
"scripts": {
"test": "vows test/*-test.js --spec"
},
"version": "0.1.8"
}
|