package.json
2.67 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
93
94
95
96
97
98
99
100
101
102
103
104
{
"_args": [
[
{
"raw": "pluralize@^3.0.0",
"scope": null,
"escapedName": "pluralize",
"name": "pluralize",
"rawSpec": "^3.0.0",
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/bookshelf-api"
]
],
"_from": "pluralize@>=3.0.0 <4.0.0",
"_id": "pluralize@3.1.0",
"_inCache": true,
"_location": "/pluralize",
"_nodeVersion": "6.9.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/pluralize-3.1.0.tgz_1481603755885_0.3670745936688036"
},
"_npmUser": {
"name": "blakeembrey",
"email": "hello@blakeembrey.com"
},
"_npmVersion": "4.0.3",
"_phantomChildren": {},
"_requested": {
"raw": "pluralize@^3.0.0",
"scope": null,
"escapedName": "pluralize",
"name": "pluralize",
"rawSpec": "^3.0.0",
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/bookshelf-api"
],
"_resolved": "https://registry.npmjs.org/pluralize/-/pluralize-3.1.0.tgz",
"_shasum": "84213d0a12356069daa84060c559242633161368",
"_shrinkwrap": null,
"_spec": "pluralize@^3.0.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/bookshelf-api",
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
"url": "http://blakeembrey.me"
},
"bugs": {
"url": "https://github.com/blakeembrey/pluralize/issues"
},
"dependencies": {},
"description": "Pluralize and singularize any word",
"devDependencies": {
"chai": "^3.2.0",
"istanbul": "^0.3.0",
"mocha": "^2.3.2",
"semistandard": "^7.0.2"
},
"directories": {},
"dist": {
"shasum": "84213d0a12356069daa84060c559242633161368",
"tarball": "https://registry.npmjs.org/pluralize/-/pluralize-3.1.0.tgz"
},
"files": [
"pluralize.js"
],
"gitHead": "9b71c461921658ab8b4d5a6d93b8660b9c4efb93",
"homepage": "https://github.com/blakeembrey/pluralize#readme",
"keywords": [
"plural",
"plurals",
"pluralize",
"singular",
"singularize",
"inflection"
],
"license": "MIT",
"main": "pluralize.js",
"maintainers": [
{
"name": "blakeembrey",
"email": "me@blakeembrey.com"
}
],
"name": "pluralize",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/blakeembrey/pluralize.git"
},
"scripts": {
"lint": "semistandard",
"test": "npm run lint && npm run test-cov",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
"test-spec": "mocha -R spec --bail"
},
"version": "3.1.0"
}