-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage-lock.json
More file actions
31 lines (31 loc) · 969 Bytes
/
package-lock.json
File metadata and controls
31 lines (31 loc) · 969 Bytes
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
{
"name": "wiki-plugin-code",
"version": "0.5.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "wiki-plugin-code",
"version": "0.5.0",
"license": "MIT",
"devDependencies": {
"grunt-git-authors": "~3"
}
},
"node_modules/grunt-git-authors": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/grunt-git-authors/-/grunt-git-authors-3.2.0.tgz",
"integrity": "sha512-uDJGPKoO7H93wUnnDPsNIdIrfhifyhQln2tG1ulH25ceFeKuKTrTKYytzTUuxeaspss2t66amQlgaqUS9yo+2w==",
"dev": true,
"dependencies": {
"spawnback": "~1.0.0"
}
},
"node_modules/grunt-git-authors/node_modules/spawnback": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/spawnback/-/spawnback-1.0.1.tgz",
"integrity": "sha512-340ZqtqJzWAZtHwaCC2gx4mdQOnkUWAWNDp7y0bCEatdjmgQ4j7b0qQ7qO5WIJWx/luNrKcrYzpKbH3NTR030A==",
"dev": true
}
}
}