This commit is contained in:
MishaBagger
2023-10-25 09:15:21 +03:00
commit b6c10cc93f
9828 changed files with 1446743 additions and 0 deletions

33
6/node_modules/jasmine-growl-reporter/package.json generated vendored Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "jasmine-growl-reporter",
"version": "2.0.0",
"main": "./index.js",
"scripts": {
"test": "grunt"
},
"dependencies": {
"growl": "^1.10.5"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jasmine-node": "~0.3.1",
"lodash": "^4.17.4"
},
"files": [
"index.js",
"lib",
"LICENSE.txt",
"README.md",
"res"
],
"homepage": "https://github.com/AlphaHydrae/jasmine-growl-reporter",
"bugs": "https://github.com/AlphaHydrae/jasmine-growl-reporter/issues",
"author": "Alpha Hydrae (https://github.com/AlphaHydrae)",
"repository": {
"type": "git",
"url": "https://github.com/AlphaHydrae/jasmine-growl-reporter"
},
"license": "MIT"
}