forked from JJack27/activate-power-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 3.19 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "activate-power-mode",
"main": "./lib/activate-power-mode",
"version": "0.3.2",
"description": "Activate POWER MODE to write your code in style.",
"keywords": [],
"activationCommands": {
"atom-workspace": "activate-power-mode:toggle"
},
"repository": {
"type": "git",
"url": "https://github.com/JJack27/activate-power-mode"
},
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"lodash.throttle": "^3.0.4"
},
"readme": "# activate-power-mode atom package\nA work in progress package for Atom to replicate https://github.com/codeinthedark/editor/pull/1 by popular demand.\n\nActivate with `ctrl-alt-o` or through the command panel with `Activate Power Mode: Toggle`. In this\nearly version it only affects the current tab, to run it in a new tab you need to run `Window: Reload` first.\n\n**NOTE THAT THIS VERSION IS VERY BUGGY RIGHT NOW**\n\n![activate-power-mode](https://cloud.githubusercontent.com/assets/688415/11453297/b8f249ec-9605-11e5-978c-eb3bb21eecd8.gif)\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/JoelBesada/activate-power-mode/issues"
},
"homepage": "https://github.com/JJack27/activate-power-mode#readme",
"_id": "[email protected]",
"_shasum": "4f832638f75311688cdf4912b46a9af9048dc0df",
"_resolved": "file:..\\d-1151030-4852-igd3k0\\package.tgz",
"_from": "..\\d-1151030-4852-igd3k0\\package.tgz",
"_atomModuleCache": {
"version": 1,
"dependencies": [
{
"name": "lodash.throttle",
"version": "3.0.4",
"path": "node_modules\\lodash.throttle\\index.js"
},
{
"name": "lodash.debounce",
"version": "3.1.1",
"path": "node_modules\\lodash.throttle\\node_modules\\lodash.debounce\\index.js"
},
{
"name": "lodash._getnative",
"version": "3.9.1",
"path": "node_modules\\lodash.throttle\\node_modules\\lodash.debounce\\node_modules\\lodash._getnative\\index.js"
}
],
"extensions": {
".coffee": [
"lib\\activate-power-mode.coffee"
],
".js": [
"node_modules\\lodash.throttle\\index.js",
"node_modules\\lodash.throttle\\node_modules\\lodash.debounce\\index.js",
"node_modules\\lodash.throttle\\node_modules\\lodash.debounce\\node_modules\\lodash._getnative\\index.js"
],
".json": [
"node_modules\\lodash.throttle\\node_modules\\lodash.debounce\\node_modules\\lodash._getnative\\package.json",
"node_modules\\lodash.throttle\\node_modules\\lodash.debounce\\package.json",
"node_modules\\lodash.throttle\\package.json",
"package.json"
]
},
"folders": [
{
"paths": [
"lib",
"",
"spec"
],
"dependencies": {
"lodash.throttle": "^3.0.4"
}
},
{
"paths": [
"node_modules\\lodash.throttle"
],
"dependencies": {
"lodash.debounce": "^3.0.0"
}
},
{
"paths": [
"node_modules\\lodash.throttle\\node_modules\\lodash.debounce"
],
"dependencies": {
"lodash._getnative": "^3.0.0"
}
}
]
}
}