-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
66 lines (66 loc) · 2.21 KB
/
package.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"_args": [
[
{
"raw": "/tmp/d-1161112-4352-1ytg8j8/package.tgz",
"scope": null,
"escapedName": null,
"name": null,
"rawSpec": "/tmp/d-1161112-4352-1ytg8j8/package.tgz",
"spec": "/tmp/d-1161112-4352-1ytg8j8/package.tgz",
"type": "local"
},
"/tmp/apm-install-dir-1161112-4352-1o7pwa5"
]
],
"_from": "../d-1161112-4352-1ytg8j8/package.tgz",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/youtube-pane",
"_phantomChildren": {},
"_requested": {
"raw": "/tmp/d-1161112-4352-1ytg8j8/package.tgz",
"scope": null,
"escapedName": null,
"name": null,
"rawSpec": "/tmp/d-1161112-4352-1ytg8j8/package.tgz",
"spec": "/tmp/d-1161112-4352-1ytg8j8/package.tgz",
"type": "local"
},
"_requiredBy": [
"#USER"
],
"_resolved": "file:../d-1161112-4352-1ytg8j8/package.tgz",
"_shasum": "3d3f1b40ff56e6413db9e25ab42e16398eb50267",
"_shrinkwrap": null,
"_spec": "/tmp/d-1161112-4352-1ytg8j8/package.tgz",
"_where": "/tmp/apm-install-dir-1161112-4352-1o7pwa5",
"activationCommands": {
"atom-workspace": "youtube-pane:toggle"
},
"bugs": {
"url": "https://github.com/alexandruionascu/youtube-pane/issues"
},
"dependencies": {
"atom-space-pen-views": "2.1.0"
},
"description": "Youtube pane embedded into atom editor. Watch videos or play music from YouTube.",
"devDependencies": {},
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"homepage": "https://github.com/alexandruionascu/youtube-pane#readme",
"keywords": [],
"license": "MIT",
"main": "./lib/youtube-pane",
"name": "youtube-pane",
"optionalDependencies": {},
"readme": "# Youtube Pane Package for Atom\n\nWith this package you can watch YouTube Videos or Play Music easily right into Atom editor.\n\n### Ctrl + Alt + Y to show/hide the YouTube Pane\n\n### Ctrl + Alt + L to enlarge/shorten the pane\n\n![A screenshot of YouTube Pane Package](https://raw.githubusercontent.com/alexandruionascu/youtube-pane/master/youtube_pane.png)\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/alexandruionascu/youtube-pane.git"
},
"version": "2.0.0"
}