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
|
{
"_from": "i@0.3.x",
"_id": "i@0.3.6",
"_inBundle": false,
"_integrity": "sha1-2WyScyB28HJxG2sQ/X1PZa2O4j0=",
"_location": "/i",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "i@0.3.x",
"name": "i",
"escapedName": "i",
"rawSpec": "0.3.x",
"saveSpec": null,
"fetchSpec": "0.3.x"
},
"_requiredBy": [
"/utile"
],
"_resolved": "https://registry.npmjs.org/i/-/i-0.3.6.tgz",
"_shasum": "d96c92732076f072711b6b10fd7d4f65ad8ee23d",
"_spec": "i@0.3.x",
"_where": "/data/dev/Projets/Bingoloto Remote/node_modules/utile",
"author": {
"name": "Pavan Kumar Sunkara",
"email": "pavan.sss1991@gmail.com",
"url": "pksunkara.github.com"
},
"bugs": {
"url": "https://github.com/pksunkara/inflect/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Pavan Kumar Sunkara",
"email": "pavan.sss1991@gmail.com"
}
],
"dependencies": {},
"deprecated": false,
"description": "custom inflections for nodejs",
"devDependencies": {
"vows": "0.7.0"
},
"engines": {
"node": ">=0.4"
},
"homepage": "http://pksunkara.github.com/inflect",
"keywords": [
"singular",
"plural",
"camelize",
"underscore",
"dasherize",
"demodulize",
"ordinalize",
"uncountable",
"pluralize",
"singularize",
"titleize",
"tableize",
"classify",
"foreign_key"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/pksunkara/inflect/raw/master/LICENSE"
}
],
"main": "./lib/inflect",
"name": "i",
"repository": {
"type": "git",
"url": "git://github.com/pksunkara/inflect.git"
},
"scripts": {
"test": "vows --spec $(find test -name '*-test.js')"
},
"version": "0.3.6"
}
|