[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "streamroller@2.2.4",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "streamroller@2.2.4",
|
---|
| 10 | "_id": "streamroller@2.2.4",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-OG79qm3AujAM9ImoqgWEY1xG4HX+Lw+yY6qZj9R1K2mhF5bEmQ849wvrb+4vt4jLMLzwXttJlQbOdPOQVRv7DQ==",
|
---|
| 13 | "_location": "/streamroller",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "streamroller@2.2.4",
|
---|
| 19 | "name": "streamroller",
|
---|
| 20 | "escapedName": "streamroller",
|
---|
| 21 | "rawSpec": "2.2.4",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "2.2.4"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 25 | "_requiredBy": [
|
---|
| 26 | "/log4js"
|
---|
| 27 | ],
|
---|
| 28 | "_resolved": "https://registry.npmjs.org/streamroller/-/streamroller-2.2.4.tgz",
|
---|
| 29 | "_spec": "2.2.4",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 31 | "author": {
|
---|
| 32 | "name": "Gareth Jones",
|
---|
| 33 | "email": "gareth.nomiddlename@gmail.com"
|
---|
[6a3a178] | 34 | },
|
---|
[59329aa] | 35 | "bugs": {
|
---|
| 36 | "url": "https://github.com/nomiddlename/streamroller/issues"
|
---|
[6a3a178] | 37 | },
|
---|
[59329aa] | 38 | "commitlint": {
|
---|
| 39 | "extends": [
|
---|
| 40 | "@commitlint/config-conventional"
|
---|
| 41 | ]
|
---|
| 42 | },
|
---|
| 43 | "dependencies": {
|
---|
| 44 | "date-format": "^2.1.0",
|
---|
| 45 | "debug": "^4.1.1",
|
---|
| 46 | "fs-extra": "^8.1.0"
|
---|
| 47 | },
|
---|
| 48 | "description": "file streams that roll over when size limits, or dates are reached",
|
---|
[6a3a178] | 49 | "devDependencies": {
|
---|
| 50 | "@commitlint/cli": "^8.1.0",
|
---|
| 51 | "@commitlint/config-conventional": "^8.1.0",
|
---|
| 52 | "eslint": "^6.0.1",
|
---|
| 53 | "husky": "^3.0.0",
|
---|
| 54 | "mocha": "^6.1.4",
|
---|
| 55 | "nyc": "^14.1.1",
|
---|
| 56 | "proxyquire": "^2.1.1",
|
---|
| 57 | "should": "^13.2.3"
|
---|
| 58 | },
|
---|
[59329aa] | 59 | "directories": {
|
---|
| 60 | "test": "test"
|
---|
[6a3a178] | 61 | },
|
---|
| 62 | "engines": {
|
---|
| 63 | "node": ">=8.0"
|
---|
| 64 | },
|
---|
| 65 | "eslintConfig": {
|
---|
| 66 | "env": {
|
---|
| 67 | "browser": false,
|
---|
| 68 | "node": true,
|
---|
| 69 | "es6": true,
|
---|
| 70 | "mocha": true
|
---|
| 71 | },
|
---|
| 72 | "parserOptions": {
|
---|
| 73 | "ecmaVersion": 8
|
---|
| 74 | },
|
---|
| 75 | "extends": "eslint:recommended",
|
---|
| 76 | "rules": {
|
---|
| 77 | "no-console": "off"
|
---|
| 78 | }
|
---|
| 79 | },
|
---|
[59329aa] | 80 | "gitHead": "ece35d7d86c87c04ff09e8604accae81cf36a0ce",
|
---|
| 81 | "homepage": "https://github.com/nomiddlename/streamroller#readme",
|
---|
[6a3a178] | 82 | "husky": {
|
---|
| 83 | "hooks": {
|
---|
| 84 | "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
|
---|
| 85 | }
|
---|
[59329aa] | 86 | },
|
---|
| 87 | "keywords": [
|
---|
| 88 | "stream",
|
---|
| 89 | "rolling"
|
---|
| 90 | ],
|
---|
| 91 | "license": "MIT",
|
---|
| 92 | "main": "lib/index.js",
|
---|
| 93 | "name": "streamroller",
|
---|
| 94 | "repository": {
|
---|
| 95 | "type": "git",
|
---|
| 96 | "url": "git+https://github.com/nomiddlename/streamroller.git"
|
---|
| 97 | },
|
---|
| 98 | "scripts": {
|
---|
| 99 | "clean": "rm -rf node_modules/",
|
---|
| 100 | "codecheck": "eslint \"lib/*.js\" \"test/*.js\"",
|
---|
| 101 | "html-report": "nyc report --reporter=html",
|
---|
| 102 | "prepublishOnly": "npm test",
|
---|
| 103 | "pretest": "npm run codecheck",
|
---|
| 104 | "test": "nyc --check-coverage --lines 100 --branches 100 --functions 100 mocha"
|
---|
| 105 | },
|
---|
| 106 | "version": "2.2.4"
|
---|
[6a3a178] | 107 | }
|
---|