-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 3.85 KB
/
package.json
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "@titanium/bluebird",
"description": "⭐ Axway Amplify module for using Promises with Appcelerator Titanium using bluebird.js",
"version": "3.7.48",
"main": "./bluebird.js",
"readmeFilename": "readme.md",
"scripts": {
"download": "npm install --save-dev $npm_package_source_name@$npm_package_version",
"commit": "git add -A && git commit -m \":checkered_flag: v$npm_package_version :heavy_minus_sign: Repackaging from: $npm_package_source_url\"",
"tag": "git tag v$npm_package_version",
"push": "git push && git push --tags",
"update:version": "npm --no-git-tag-version --allow-same-version version --",
"update:download": "npm run download",
"update:copy": "cp ./node_modules/bluebird/js/browser/bluebird.js .",
"update:commit": "",
"update:push2": "npm run update:version --",
"update:push": "npm run update:version --",
"update:publish": "npm run update:version --",
"postupdate:download": "npm run update:copy",
"postupdate:commit": "npm run commit && npm run tag",
"postupdate:push": "npm run postupdate:commit && npm run push",
"postupdate:push2": "npm run postupdate:download && npm run postupdate:commit && npm run push",
"postupdate:publish": "npm run postupdate:push && npm publish",
"lint": "eslint . --fix",
"list": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
"prep": "npm install --ignore-scripts",
"test": "npm run prep",
"prepublishOnly": "git pull && npm test && bump insane",
"prepublishOnly2": "git pull && npm test && npm audit fix && bump insane"
},
"source": {
"name": "bluebird",
"url": "https://www.npmjs.com/package/bluebird"
},
"devDependencies": {
"bluebird": "^3.7.2",
"eslint": "^8.13.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.1.0",
"eslint-plugin-promise": "^6.0.0"
},
"homepage": "https://brenton.house/saying-goodbye-to-axway-amplify-titanium-31a44f3671de",
"repository": {
"type": "git",
"url": "github:mobilehero-archive/titanium-bluebird"
},
"license": "MIT",
"author": {
"name": "Petka Antonov",
"email": "[email protected]",
"url": "http://github.com/petkaantonov/"
},
"maintainers": [
{
"name": "Brenton House",
"url": "https://brenton.house"
}
],
"keywords": [
"promise",
"performance",
"promises",
"promises-a",
"promises-aplus",
"async",
"await",
"deferred",
"deferreds",
"future",
"flow control",
"dsl",
"fluent interface",
"mobile",
"titanium",
"appcelerator",
"axway",
"plugin",
"amplify",
"api-builder",
"appcelerator-titanium",
"titanium-sdk",
"titanium-mobile",
"titanium-module",
"axway-sdk",
"axway-amplify",
"brenton-house"
],
"publishConfig": {
"access": "public"
},
"titanium": {
"aliases": {
"bluebird": "./bluebird.js"
}
},
"dependencies": {
"@geek/cache": "^1.0.2",
"@geek/config": "^1.0.1",
"@geek/dotenv": "^0.0.9",
"@geek/eslint-config": "^1.0.3",
"@geek/jsonc": "^1.0.8",
"@geek/jwt": "^1.0.1",
"@geek/logger": "^1.0.19",
"@geek/retry": "^1.0.0",
"@geek/spawn": "^1.0.2",
"@geek/spinner": "^1.0.2",
"@geek/tld": "^2.0.1-1",
"@nativeloop/mobile": "^1.0.43",
"@titanium/appcelerator": "^6.0.44",
"@titanium/authentication": "^1.0.53",
"@titanium/authentication-mock": "^1.0.38",
"@titanium/authentication-oauth": "^1.0.60",
"@titanium/bluebird": "^3.7.47",
"@titanium/errors": "^1.0.46",
"@titanium/essentials": "^1.0.76",
"@titanium/events": "^1.0.53",
"@titanium/eventsource": "^1.0.48",
"@titanium/identity": "^2.0.47",
"@titanium/json5": "^1.0.37",
"@titanium/jsonc": "^1.0.40",
"@titanium/jwt": "^1.0.46",
"@titanium/module-copier": "^1.0.51",
"@titanium/please": "^1.0.54",
"@titanium/polyfill": "^1.0.52",
"@titanium/querystring": "^1.0.43",
"@titanium/tiapp-xml": "^1.0.53",
"@titanium/titanium": "^5.4.52",
"@titanium/turbo": "^2.2.70",
"nativeloop": "^1.0.39",
"tiapp-dir": "^1.0.43"
}
}