-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
32 lines (32 loc) · 1015 Bytes
/
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
{
"name": "cql",
"version": "0.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"context-traits": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/context-traits/-/context-traits-0.0.2.tgz",
"integrity": "sha1-58GGRC/wGzaChmDPcs4yyplksv4=",
"requires": {
"traits": "0.4.x",
"underscore": "1.3.x"
}
},
"traits": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/traits/-/traits-0.4.0.tgz",
"integrity": "sha1-QW7cq9yL9kvSkQKnRT3N3YVzcaE="
},
"traits.js": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/traits.js/-/traits.js-1.1.5.tgz",
"integrity": "sha512-5tqYuS65TenmU8JVW2MN5uY5/sHZbcdBjTBbBJviHNkVsGAEP4XTdVQL8VzCtDa1Jg7TvKWr5HPBWWFBMFc/tw=="
},
"underscore": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.3.3.tgz",
"integrity": "sha1-R6xTaD2vgyv6lS4XdEF9pHgXrkI="
}
}
}