package.json
1.77 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
{
"_from": "tiny-jsonrpc@^2.0.1",
"_id": "tiny-jsonrpc@2.0.1",
"_inBundle": false,
"_integrity": "sha1-VAgNXgUNIfOOZ1GpOiNlDmEw6mI=",
"_location": "/tiny-jsonrpc",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tiny-jsonrpc@^2.0.1",
"name": "tiny-jsonrpc",
"escapedName": "tiny-jsonrpc",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/tiny-jsonrpc/-/tiny-jsonrpc-2.0.1.tgz",
"_shasum": "54080d5e050d21f38e6751a93a23650e6130ea62",
"_spec": "tiny-jsonrpc@^2.0.1",
"_where": "D:\\OSS project\\YTMT",
"author": {
"name": "Lon Ingram",
"email": "lawnsea@gmail.com"
},
"bugs": {
"url": "https://github.com/tiny-jsonrpc/tiny-jsonrpc/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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"
},
"homepage": "https://github.com/tiny-jsonrpc/tiny-jsonrpc#readme",
"license": "MIT",
"main": "./lib/tiny-jsonrpc.js",
"name": "tiny-jsonrpc",
"repository": {
"type": "git",
"url": "git+https://github.com/tiny-jsonrpc/tiny-jsonrpc.git"
},
"scripts": {
"test": "karma start --single-run"
},
"version": "2.0.1"
}