package.json
2.23 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
{
"_args": [
[
{
"raw": "revalidator@0.1.x",
"scope": null,
"escapedName": "revalidator",
"name": "revalidator",
"rawSpec": "0.1.x",
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"/root/junhukang/node_modules/prompt"
]
],
"_from": "revalidator@>=0.1.0 <0.2.0",
"_id": "revalidator@0.1.8",
"_inCache": true,
"_installable": true,
"_location": "/revalidator",
"_npmUser": {
"name": "julianduque",
"email": "julianduquej@gmail.com"
},
"_npmVersion": "1.4.10",
"_phantomChildren": {},
"_requested": {
"raw": "revalidator@0.1.x",
"scope": null,
"escapedName": "revalidator",
"name": "revalidator",
"rawSpec": "0.1.x",
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/prompt"
],
"_resolved": "https://registry.npmjs.org/revalidator/-/revalidator-0.1.8.tgz",
"_shasum": "fece61bfa0c1b52a206bd6b18198184bdd523a3b",
"_shrinkwrap": null,
"_spec": "revalidator@0.1.x",
"_where": "/root/junhukang/node_modules/prompt",
"author": {
"name": "Nodejitsu Inc.",
"email": "info@nodejitsu.com"
},
"bugs": {
"url": "https://github.com/flatiron/revalidator/issues"
},
"dependencies": {},
"description": "A cross-browser / node.js validator used by resourceful",
"devDependencies": {
"vows": "0.7.0"
},
"directories": {},
"dist": {
"shasum": "fece61bfa0c1b52a206bd6b18198184bdd523a3b",
"tarball": "https://registry.npmjs.org/revalidator/-/revalidator-0.1.8.tgz"
},
"engines": {
"node": ">= 0.4.0"
},
"homepage": "https://github.com/flatiron/revalidator",
"license": "Apache 2.0",
"main": "./lib/revalidator",
"maintainers": [
{
"name": "indexzero",
"email": "charlie.robbins@gmail.com"
},
{
"name": "fedor.indutny",
"email": "fedor.indutny@gmail.com"
},
{
"name": "julianduque",
"email": "julianduquej@gmail.com"
}
],
"name": "revalidator",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/flatiron/revalidator.git"
},
"scripts": {
"test": "vows test/*-test.js --spec"
},
"version": "0.1.8"
}