-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.13 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.13 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"_from": "https://www.atom.io/api/packages/recents/versions/1.4.1/tarball",
"_id": "recents@1.4.1",
"_inBundle": false,
"_integrity": "sha512-DvHgALgNJkn5AC9b0Zuknd1tN+JcYzUq7k1Sc93z1rXfgNpvKOvRdsmMGbO9VtQtWTz4QlXyWpSCyaGojJYlCw==",
"_location": "/recents",
"_phantomChildren": {},
"_requested": {
"type": "remote",
"raw": "https://www.atom.io/api/packages/recents/versions/1.4.1/tarball",
"rawSpec": "https://www.atom.io/api/packages/recents/versions/1.4.1/tarball",
"saveSpec": "https://www.atom.io/api/packages/recents/versions/1.4.1/tarball",
"fetchSpec": "https://www.atom.io/api/packages/recents/versions/1.4.1/tarball"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://www.atom.io/api/packages/recents/versions/1.4.1/tarball",
"_shasum": "8bcd7cccfc8e565e45e8d6ee872465faa64632bb",
"_spec": "https://www.atom.io/api/packages/recents/versions/1.4.1/tarball",
"_where": "C:\\Users\\Tasos\\AppData\\Local\\Temp\\apm-install-dir-2020223-5240-1g7g5nr.oiv8",
"bugs": {
"url": "https://github.com/sht/atom-recents/issues"
},
"bundleDependencies": false,
"configSchema": {
"showOnStartup": {
"type": "boolean",
"default": true,
"description": "Show recent projects tab when launching Atom."
}
},
"consumedServices": {
"metrics-reporter": {
"versions": {
"^1.1.0": "consumeReporter"
}
}
},
"dependencies": {
"atom-project-util": "^4.2.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-standard": "^4.0.1",
"etch": "0.14.0"
},
"deprecated": false,
"description": "View your recent projects on Atom's startup",
"deserializers": {
"RecentsView": "createView"
},
"devDependencies": {
"standard": "^14.3.3"
},
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"homepage": "https://github.com/sht/atom-recents#readme",
"license": "MIT",
"main": "./lib/recents",
"name": "recents",
"repository": {
"type": "git",
"url": "https://github.com/sht/atom-recents"
},
"scripts": {
"lint": "standard"
},
"standard": {
"globals": [
"atom"
]
},
"version": "1.5.0"
}