forked from CacheControl/json-rules-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
53 lines (53 loc) · 2.02 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
{
"name": "examples",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"clone": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
"integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18="
},
"curriable": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/curriable/-/curriable-1.3.0.tgz",
"integrity": "sha512-7kfjDPRSF+pguU0TlfSFBMCd8XlmF29ZAiXcq/zaN4LhZvWdvV0Y72AvaWFqInXZG9Yg1kA1UMkpE9lFBKMpQA=="
},
"eventemitter2": {
"version": "6.4.3",
"resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-6.4.3.tgz",
"integrity": "sha512-t0A2msp6BzOf+QAcI6z9XMktLj52OjGQg+8SJH6v5+3uxNpWYRR3wQmfA+6xtMU9kOC59qk9licus5dYcrYkMQ=="
},
"hash-it": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/hash-it/-/hash-it-4.0.5.tgz",
"integrity": "sha512-bVZPdJn9GqaAkmGXcBoWG0MKn99VJYYC1X17UWQUPKFxsUSTYMhzz+RdBzCgtG61iT5IwfunE3NKVFZWkAc/OQ==",
"requires": {
"curriable": "^1.1.0"
}
},
"json-rules-engine": {
"version": "6.0.0-alpha-3",
"resolved": "https://registry.npmjs.org/json-rules-engine/-/json-rules-engine-6.0.0-alpha-3.tgz",
"integrity": "sha512-P575ORK6cKlzAH7UXlRZ7TxWVdBm+eBVhW3MxkehbP+k/mwB+npobFJZp8R5ZHwROhSp+QwgltOne0H4jJQOow==",
"requires": {
"clone": "^2.1.2",
"eventemitter2": "^6.4.3",
"hash-it": "^4.0.5",
"jsonpath-plus": "^4.0.0",
"lodash.isobjectlike": "^4.0.0"
}
},
"jsonpath-plus": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-4.0.0.tgz",
"integrity": "sha512-e0Jtg4KAzDJKKwzbLaUtinCn0RZseWBVRTRGihSpvFlM3wTR7ExSp+PTdeTsDrLNJUe7L7JYJe8mblHX5SCT6A=="
},
"lodash.isobjectlike": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/lodash.isobjectlike/-/lodash.isobjectlike-4.0.0.tgz",
"integrity": "sha1-dCxfxlrdJ5JNPSQZFoGqmheytg0="
}
}
}