package.json
2.33 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
{
"_args": [
[
"decamelize@^1.0.0",
"/root/nodejs/myapp/node_modules/yargs"
]
],
"_from": "decamelize@>=1.0.0 <2.0.0",
"_id": "decamelize@1.2.0",
"_inCache": true,
"_installable": true,
"_location": "/decamelize",
"_nodeVersion": "4.3.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/decamelize-1.2.0.tgz_1457167749082_0.9810893186368048"
},
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "3.8.0",
"_phantomChildren": {},
"_requested": {
"name": "decamelize",
"raw": "decamelize@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/yargs"
],
"_resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
"_shasum": "f6534d15148269b20352e7bee26f501f9a191290",
"_shrinkwrap": null,
"_spec": "decamelize@^1.0.0",
"_where": "/root/nodejs/myapp/node_modules/yargs",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/decamelize/issues"
},
"dependencies": {},
"description": "Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "f6534d15148269b20352e7bee26f501f9a191290",
"tarball": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "95980ab6fb44c40eaca7792bdf93aff7c210c805",
"homepage": "https://github.com/sindresorhus/decamelize#readme",
"keywords": [
"camelcase",
"case",
"convert",
"dash",
"decamelcase",
"decamelize",
"hyphen",
"lowercase",
"str",
"string",
"text"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "decamelize",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/decamelize.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.2.0"
}