-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
79 lines (79 loc) · 3.14 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "ParsissCrm",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"accordion-js": "^3.3.0",
"autonumeric": "^4.6.0",
"jquery": "^3.6.0",
"persian-datepicker": "^1.2.0"
},
"devDependencies": {
"persian-date": "^1.1.0"
}
},
"node_modules/accordion-js": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/accordion-js/-/accordion-js-3.3.0.tgz",
"integrity": "sha512-p3Flu2J4vACdxQlBIBvhbXQJopKGVIPb1CgTCbl7Hl+BwvPNpuoEAYyzVH6gSYcGFO1urlUkBBwER9wr29efXw=="
},
"node_modules/autonumeric": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/autonumeric/-/autonumeric-4.6.0.tgz",
"integrity": "sha512-bYnD2oD9UMZBTxSWcvXH1MTcp0w+CUBfXe4HI1QJLGzJu+O27Ny5gqzRcFuDsZB9jrZ5SJjqAG0PieJsaUdTcg==",
"hasInstallScript": true
},
"node_modules/jquery": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz",
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw=="
},
"node_modules/persian-date": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/persian-date/-/persian-date-1.1.0.tgz",
"integrity": "sha512-YwV3703jLTTJFFQfP3RvMfvKZc5Z1yE++Deywox+hkVLuVN81VsTaZFma9k5P9SgfSUvXjiylbQVuf4YYLGOow=="
},
"node_modules/persian-datepicker": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/persian-datepicker/-/persian-datepicker-1.2.0.tgz",
"integrity": "sha512-o0krgZQsLDxaADui8rVL7G4P1MXXi2IWFseFhgE7RahdaTqAcBj6C5fhwePMqOTJazl1PwB6dAQnKZ9VGKhItA==",
"dependencies": {
"jquery": "^3.3.1",
"persian-date": "next"
}
}
},
"dependencies": {
"accordion-js": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/accordion-js/-/accordion-js-3.3.0.tgz",
"integrity": "sha512-p3Flu2J4vACdxQlBIBvhbXQJopKGVIPb1CgTCbl7Hl+BwvPNpuoEAYyzVH6gSYcGFO1urlUkBBwER9wr29efXw=="
},
"autonumeric": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/autonumeric/-/autonumeric-4.6.0.tgz",
"integrity": "sha512-bYnD2oD9UMZBTxSWcvXH1MTcp0w+CUBfXe4HI1QJLGzJu+O27Ny5gqzRcFuDsZB9jrZ5SJjqAG0PieJsaUdTcg=="
},
"jquery": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz",
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw=="
},
"persian-date": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/persian-date/-/persian-date-1.1.0.tgz",
"integrity": "sha512-YwV3703jLTTJFFQfP3RvMfvKZc5Z1yE++Deywox+hkVLuVN81VsTaZFma9k5P9SgfSUvXjiylbQVuf4YYLGOow=="
},
"persian-datepicker": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/persian-datepicker/-/persian-datepicker-1.2.0.tgz",
"integrity": "sha512-o0krgZQsLDxaADui8rVL7G4P1MXXi2IWFseFhgE7RahdaTqAcBj6C5fhwePMqOTJazl1PwB6dAQnKZ9VGKhItA==",
"requires": {
"jquery": "^3.3.1",
"persian-date": "next"
}
}
}
}