-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.43 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
{
"_from": "caching@*",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-tumQ+cfrPnfWcZDMrKPtSF69s00=",
"_location": "/caching",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "caching@*",
"name": "caching",
"escapedName": "caching",
"rawSpec": "*",
"saveSpec": null,
"fetchSpec": "*"
},
"_requiredBy": [
"/node_sip_server"
],
"_resolved": "https://registry.npmjs.org/caching/-/caching-0.1.4.tgz",
"_shasum": "b6e990f9c7eb3e77d67190ccaca3ed485ebdb34d",
"_spec": "caching@*",
"_where": "C:\\projects\\mars_test_2911\\node_modules\\node_sip_server",
"author": {
"name": "Mathias Pettersson",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/mape/node-caching/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Easier caching in node.js",
"devDependencies": {
"expresso": "~0.8.1"
},
"directories": {
"lib": "./lib"
},
"engines": [
"node"
],
"homepage": "https://github.com/mape/node-caching#readme",
"main": "./lib/caching",
"name": "caching",
"repositories": [
{
"type": "git",
"url": "git+ssh://[email protected]/mape/node-caching.git"
}
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/mape/node-caching.git"
},
"scripts": {
"test": "expresso"
},
"version": "0.1.4"
}