package.json
2.65 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"_args": [
[
{
"raw": "tiny-jsonrpc",
"scope": null,
"escapedName": "tiny-jsonrpc",
"name": "tiny-jsonrpc",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/kanghyeontae/IdeaProjects/YTMT"
]
],
"_from": "tiny-jsonrpc@latest",
"_id": "tiny-jsonrpc@2.0.1",
"_inCache": true,
"_location": "/tiny-jsonrpc",
"_nodeVersion": "0.12.7",
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/tiny-jsonrpc-2.0.1.tgz_1456525969781_0.2738976632244885"
},
"_npmUser": {
"name": "lawnsea",
"email": "lawnsea@gmail.com"
},
"_npmVersion": "2.14.7",
"_phantomChildren": {},
"_requested": {
"raw": "tiny-jsonrpc",
"scope": null,
"escapedName": "tiny-jsonrpc",
"name": "tiny-jsonrpc",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/tiny-jsonrpc/-/tiny-jsonrpc-2.0.1.tgz",
"_shasum": "54080d5e050d21f38e6751a93a23650e6130ea62",
"_shrinkwrap": null,
"_spec": "tiny-jsonrpc",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT",
"author": {
"name": "Lon Ingram",
"email": "lawnsea@gmail.com"
},
"bugs": {
"url": "https://github.com/tiny-jsonrpc/tiny-jsonrpc/issues"
},
"dependencies": {},
"description": "JavaScript JSON-RPC 2.0 client and server with no runtime dependencies",
"devDependencies": {
"expose-loader": "^0.7.1",
"grunt": "^0.4.5",
"grunt-webpack": "^1.0.11",
"gruntify-eslint": "^1.3.0",
"imports-loader": "^0.6.5",
"istanbul-instrumenter-loader": "^0.1.3",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-tap": "^1.0.3",
"karma-webpack": "^1.7.0",
"sinon": "^1.17.3",
"tape": "^4.4.0",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.14.1"
},
"directories": {},
"dist": {
"shasum": "54080d5e050d21f38e6751a93a23650e6130ea62",
"tarball": "https://registry.npmjs.org/tiny-jsonrpc/-/tiny-jsonrpc-2.0.1.tgz"
},
"gitHead": "99c7ae3eb5cda0850b25ced37f14b30e008c0b0d",
"homepage": "https://github.com/tiny-jsonrpc/tiny-jsonrpc#readme",
"license": "MIT",
"main": "./lib/tiny-jsonrpc.js",
"maintainers": [
{
"name": "lawnsea",
"email": "lawnsea@gmail.com"
}
],
"name": "tiny-jsonrpc",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/tiny-jsonrpc/tiny-jsonrpc.git"
},
"scripts": {
"test": "karma start --single-run"
},
"version": "2.0.1"
}