-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage-lock.json
46 lines (46 loc) · 1.42 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
{
"name": "lastfm",
"version": "0.9.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "lastfm",
"version": "0.9.3",
"license": "MIT",
"dependencies": {
"underscore": "~1.13.6"
},
"devDependencies": {
"gently": "^0.10.0"
}
},
"node_modules/gently": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/gently/-/gently-0.10.0.tgz",
"integrity": "sha512-bWfstBTq/A73upQJ5zaJONPlYwhpD1K7s3YwHY5kyHbcTgr2A0/SBpn0NxtEhktgRtRMGEfC9zDZ/QHPvhzQ1Q==",
"dev": true,
"engines": {
"node": "*"
}
},
"node_modules/underscore": {
"version": "1.13.6",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.6.tgz",
"integrity": "sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A=="
}
},
"dependencies": {
"gently": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/gently/-/gently-0.10.0.tgz",
"integrity": "sha512-bWfstBTq/A73upQJ5zaJONPlYwhpD1K7s3YwHY5kyHbcTgr2A0/SBpn0NxtEhktgRtRMGEfC9zDZ/QHPvhzQ1Q==",
"dev": true
},
"underscore": {
"version": "1.13.6",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.6.tgz",
"integrity": "sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A=="
}
}
}