-
Notifications
You must be signed in to change notification settings - Fork 18
/
package-lock.json
45 lines (45 loc) · 1.71 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
{
"name": "pyret-docs",
"version": "0.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.0.0",
"license": "Apache-2.0",
"dependencies": {
"codemirror": "^5.58.2",
"pyret-codemirror-mode": "git+https://github.com/brownplt/pyret-codemirror-mode.git#horizon"
}
},
"node_modules/codemirror": {
"version": "5.58.2",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.58.2.tgz",
"integrity": "sha512-K/hOh24cCwRutd1Mk3uLtjWzNISOkm4fvXiMO7LucCrqbh6aJDdtqUziim3MZUI6wOY0rvY1SlL1Ork01uMy6w=="
},
"node_modules/pyret-codemirror-mode": {
"version": "0.0.0",
"resolved": "git+ssh://git@github.com/brownplt/pyret-codemirror-mode.git#d5337cdf5588004c0d2f5153d83088fe69702001",
"integrity": "sha512-rUnoWmeLEJTUwGw56Yfh+I2qjo5cMjSSkL9S9fW9HvCV5KCSoOvYw1gE6HGgfcH/a9Pw5dPlv/o3u908NFMLaw==",
"license": "Apache-2.0",
"dependencies": {
"codemirror": "^5.x"
}
}
},
"dependencies": {
"codemirror": {
"version": "5.58.2",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.58.2.tgz",
"integrity": "sha512-K/hOh24cCwRutd1Mk3uLtjWzNISOkm4fvXiMO7LucCrqbh6aJDdtqUziim3MZUI6wOY0rvY1SlL1Ork01uMy6w=="
},
"pyret-codemirror-mode": {
"version": "git+ssh://git@github.com/brownplt/pyret-codemirror-mode.git#d5337cdf5588004c0d2f5153d83088fe69702001",
"integrity": "sha512-rUnoWmeLEJTUwGw56Yfh+I2qjo5cMjSSkL9S9fW9HvCV5KCSoOvYw1gE6HGgfcH/a9Pw5dPlv/o3u908NFMLaw==",
"from": "pyret-codemirror-mode@git+https://github.com/brownplt/pyret-codemirror-mode.git#horizon",
"requires": {
"codemirror": "^5.x"
}
}
}
}