-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
61 lines (61 loc) · 1.92 KB
/
package-lock.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
{
"name": "jms-regexp",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "jms-regexp",
"version": "1.0.0",
"license": "Apache-2.0",
"dependencies": {
"fecha": "^4.2.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"jms-engine": "github:0LEG0/jms-engine"
}
},
"../jms-engine": {
"version": "0.1.1",
"extraneous": true,
"license": "Apache-2.0"
},
"node_modules/fecha": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz",
"integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw=="
},
"node_modules/jms-engine": {
"version": "0.1.1",
"resolved": "git+ssh://git@github.com/0LEG0/jms-engine.git#9fd4d4c54a89947ac66a30b09a6dfcb5d61a982b",
"dev": true,
"license": "Apache-2.0"
},
"node_modules/uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"bin": {
"uuid": "dist/bin/uuid"
}
}
},
"dependencies": {
"fecha": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz",
"integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw=="
},
"jms-engine": {
"version": "git+ssh://git@github.com/0LEG0/jms-engine.git#9fd4d4c54a89947ac66a30b09a6dfcb5d61a982b",
"dev": true,
"from": "jms-engine@github:0LEG0/jms-engine"
},
"uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
}
}
}