- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/streamroller/package.json
rceaed42 r59329aa 1 1 { 2 "name": "streamroller", 3 "version": "2.2.4", 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" 24 }, 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" 34 }, 35 "bugs": { 36 "url": "https://github.com/nomiddlename/streamroller/issues" 37 }, 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 }, 4 48 "description": "file streams that roll over when size limits, or dates are reached", 5 "main": "lib/index.js",6 "directories": {7 "test": "test"8 },9 "scripts": {10 "codecheck": "eslint \"lib/*.js\" \"test/*.js\"",11 "prepublishOnly": "npm test",12 "pretest": "npm run codecheck",13 "clean": "rm -rf node_modules/",14 "test": "nyc --check-coverage --lines 100 --branches 100 --functions 100 mocha",15 "html-report": "nyc report --reporter=html"16 },17 "repository": {18 "type": "git",19 "url": "https://github.com/nomiddlename/streamroller.git"20 },21 "keywords": [22 "stream",23 "rolling"24 ],25 "author": "Gareth Jones <gareth.nomiddlename@gmail.com>, Huang Yichao <ihuangyichao@outlook.com>",26 "license": "MIT",27 "readmeFilename": "README.md",28 "gitHead": "ece35d7d86c87c04ff09e8604accae81cf36a0ce",29 49 "devDependencies": { 30 50 "@commitlint/cli": "^8.1.0", … … 37 57 "should": "^13.2.3" 38 58 }, 39 "dependencies": { 40 "date-format": "^2.1.0", 41 "debug": "^4.1.1", 42 "fs-extra": "^8.1.0" 59 "directories": { 60 "test": "test" 43 61 }, 44 62 "engines": { 45 63 "node": ">=8.0" 46 },47 "commitlint": {48 "extends": [49 "@commitlint/config-conventional"50 ]51 64 }, 52 65 "eslintConfig": { … … 65 78 } 66 79 }, 80 "gitHead": "ece35d7d86c87c04ff09e8604accae81cf36a0ce", 81 "homepage": "https://github.com/nomiddlename/streamroller#readme", 67 82 "husky": { 68 83 "hooks": { 69 84 "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS" 70 85 } 71 } 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" 72 107 }
Note:
See TracChangeset
for help on using the changeset viewer.