-
Notifications
You must be signed in to change notification settings - Fork 3
/
manifest.yml
84 lines (84 loc) · 2.15 KB
/
manifest.yml
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
---
language: nodejs
default_versions:
- name: node
version: 4.8.3
exclude_files:
- ".git/"
- ".gitignore"
- ".gitmodules"
- cf_spec/
- log/
- test/
- bin/package
- buildpack-packager/
- nodejs_buildpack-*v*.zip
url_to_dependency_map:
- match: node\/v(\d+\.\d+\.\d+)
name: node
version: "$1"
dependency_deprecation_dates:
- match: 4\.\d+\.\d+
version_line: '4'
name: node
date: 2018-04-01
link: https://github.com/nodejs/LTS
- match: 6\.\d+\.\d+
version_line: '6'
name: node
date: 2019-04-18
link: https://github.com/nodejs/LTS
- match: 7\.\d+\.\d+
version_line: '7'
name: node
date: 2017-06-30
link: https://github.com/nodejs/LTS
dependencies:
- name: node
version: 6.10.2
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-6.10.2-linux-x64-9f48b587.tgz
md5: 9f48b58738d33e263789c30f9d1a044b
cf_stacks:
- cflinuxfs2
- name: node
version: 4.8.2
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-4.8.2-linux-x64-09d53abc.tgz
md5: 09d53abca4f08cf63b9eb88b7175266f
cf_stacks:
- cflinuxfs2
- name: node
version: 7.9.0
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-7.9.0-linux-x64-5d69c9a3.tgz
md5: 5d69c9a326c4eb6f83bbc1d8993b4fc1
cf_stacks:
- cflinuxfs2
- name: node
version: 4.8.3
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-4.8.3-linux-x64-0622641b.tgz
md5: 0622641b64386fdfcaa82da4987a1105
cf_stacks:
- cflinuxfs2
- name: node
version: 6.10.3
uri: https://nodejs.org/dist/v6.10.3/node-v6.10.3-linux-x64.tar.xz
md5: 084edbf2b4c2eb1c5620c283c377ed87
cf_stacks:
- cflinuxfs2
- name: node
version: 6.9.4
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-6.9.4-linux-x64-34d4554a.tgz
md5: 374ad90048055f1d11bc2ffb70ce08a7
cf_stacks:
- cflinuxfs2
- name: node
version: 7.10.0
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-7.10.0-linux-x64-a608be81.tgz
md5: a608be8101ca3523405f37fa4ace16bc
cf_stacks:
- cflinuxfs2
- name: node
version: 8.0.0
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-8.0.0-linux-x64-ade5a8e5.tgz
md5: ade5a8e572f779a2fa9e8cc1d0e873b7
cf_stacks:
- cflinuxfs2