-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.2 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
{
"name": "repl-here",
"version": "0.6.1",
"description": "Start the REPL and load the entire ./node_modules/ into it",
"author": "Eugene Sharygin <eush77@gmail.com>",
"license": "MIT",
"preferGlobal": true,
"bin": {
"repl-here": "cli.js"
},
"scripts": {
"test": "tape test/*.js"
},
"files": [
"cli.js",
"index.js"
],
"homepage": "https://github.com/eush77/repl-here",
"repository": {
"type": "git",
"url": "https://github.com/eush77/repl-here"
},
"bugs": {
"url": "https://github.com/eush77/repl-here/issues"
},
"keywords": [
"repl",
"require",
"node_modules",
"load",
"module",
"package",
"autoload",
"quick"
],
"dependencies": {
"acquire": "^0.4.0",
"camel-case": "^1.1.1",
"chalk": "^1.0.0",
"cmpby": "^0.1.0",
"find-root": "^0.1.1",
"help-version": "^0.2.0",
"home-dir": "^1.0.0",
"map-keys": "^1.0.0",
"minimist": "^1.1.1",
"object-pairs": "^0.1.0",
"repl.history": "^0.1.3",
"string-length": "^1.0.0",
"table-header": "^0.2.0",
"text-table": "^0.2.0"
},
"devDependencies": {
"object.assign": "^3.0.0",
"tape": "^4.0.0",
"through2": "^0.6.5"
}
}