package.json
1.89 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
{
"_from": "streamroller@0.7.0",
"_id": "streamroller@0.7.0",
"_inBundle": false,
"_integrity": "sha512-WREzfy0r0zUqp3lGO096wRuUp7ho1X6uo/7DJfTlEi0Iv/4gT7YHqXDjKC2ioVGBZtE8QzsQD9nx1nIuoZ57jQ==",
"_location": "/streamroller",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "streamroller@0.7.0",
"name": "streamroller",
"escapedName": "streamroller",
"rawSpec": "0.7.0",
"saveSpec": null,
"fetchSpec": "0.7.0"
},
"_requiredBy": [
"/log4js"
],
"_resolved": "https://registry.npmjs.org/streamroller/-/streamroller-0.7.0.tgz",
"_shasum": "a1d1b7cf83d39afb0d63049a5acbf93493bdf64b",
"_spec": "streamroller@0.7.0",
"_where": "C:\\Users\\admin\\Documents\\express-project\\node_modules\\log4js",
"author": {
"name": "Gareth Jones",
"email": "gareth.nomiddlename@gmail.com"
},
"bugs": {
"url": "https://github.com/nomiddlename/streamroller/issues"
},
"bundleDependencies": false,
"dependencies": {
"date-format": "^1.2.0",
"debug": "^3.1.0",
"mkdirp": "^0.5.1",
"readable-stream": "^2.3.0"
},
"deprecated": false,
"description": "file streams that roll over when size limits, or dates are reached",
"devDependencies": {
"async": "^2.6.0",
"jshint": "^2.9.5",
"mocha": "^4.0.1",
"sandboxed-module": "^2.0.3",
"should": "^11.2.1"
},
"directories": {
"test": "test"
},
"engines": {
"node": ">=0.12.0"
},
"gitHead": "ece35d7d86c87c04ff09e8604accae81cf36a0ce",
"homepage": "https://github.com/nomiddlename/streamroller#readme",
"keywords": [
"stream",
"rolling"
],
"license": "MIT",
"main": "lib/index.js",
"name": "streamroller",
"repository": {
"type": "git",
"url": "git+https://github.com/nomiddlename/streamroller.git"
},
"scripts": {
"pretest": "jshint lib/ test/",
"test": "mocha"
},
"version": "0.7.0"
}