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
|
{
"_from": "cordova-plugin-app-name",
"_id": "cordova-plugin-app-name@1.0.4",
"_inBundle": false,
"_integrity": "sha1-FruwzRrwdAumNH66QPIgM0HU+z0=",
"_location": "/cordova-plugin-app-name",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "cordova-plugin-app-name",
"name": "cordova-plugin-app-name",
"escapedName": "cordova-plugin-app-name",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/cordova-plugin-app-name/-/cordova-plugin-app-name-1.0.4.tgz",
"_shasum": "16bbb0cd1af0740ba6347eba40f2203341d4fb3d",
"_spec": "cordova-plugin-app-name",
"_where": "/Users/user/Sites/stone-island/StoneIsland/node_modules",
"bugs": {
"url": "https://github.com/blakgeek/cordova-plugin-app-name/issues"
},
"bundleDependencies": false,
"cordova": {
"id": "cordova-plugin-app-name",
"platforms": [
"ios",
"android"
]
},
"dependencies": {
"xml2js": "^0.4.16"
},
"deprecated": false,
"description": "A Cordova/PhoneGap plugin that allows you to give you app a name with spaces and special characters and stuff.",
"devDependencies": {
"libxmljs": "^0.18.4"
},
"homepage": "https://github.com/blakgeek/cordova-plugin-app-name",
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova:plugin",
"spaces",
"app",
"name",
"rename"
],
"license": "MIT",
"name": "cordova-plugin-app-name",
"repository": {
"type": "git",
"url": "git+https://github.com/blakgeek/cordova-plugin-app-name.git"
},
"scripts": {
"postversion": "node scripts/sync-plugin-version.js; git add plugin.xml; git commit plugin.xml -m \"v${npm_package_version}\""
},
"version": "1.0.4"
}
|