mock-factory
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "mock-factory", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"description": "A jasmine helper for creating mocked classes", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"author": "Chuanqi Sun", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "ng test", | ||
"lint": "ng lint --type-check" | ||
}, | ||
"private": false, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/henrysun918/mockingbird.git" | ||
"url": "https://github.com/henrysun918/mock-factory.git" | ||
}, | ||
"peerDependencies": { | ||
"jasmine-core": "~2.6.2" | ||
}, | ||
"devDependencies": { | ||
"typescript": "~2.3.3", | ||
"jasmine-core": "~2.6.2", | ||
"@types/jasmine": "2.5.45", | ||
"@angular/core": "^4.0.0", | ||
"@angular/platform-browser-dynamic": "^4.0.0", | ||
"@angular/router": "^4.0.0", | ||
"@angular/cli": "1.1.0", | ||
"@angular/compiler-cli": "^4.0.0", | ||
"@angular/language-service": "^4.0.0", | ||
"codelyzer": "~3.0.1", | ||
"jasmine-spec-reporter": "~4.1.0", | ||
"karma": "~1.7.0", | ||
"karma-chrome-launcher": "~2.1.1", | ||
"karma-cli": "~1.0.1", | ||
"karma-jasmine": "~1.1.0", | ||
"karma-jasmine-html-reporter": "^0.2.2", | ||
"ts-node": "~3.0.4", | ||
"tslint": "~5.3.2" | ||
}, | ||
"keywords": [ | ||
@@ -20,9 +46,3 @@ "mock", | ||
"testing" | ||
], | ||
"author": "Chuanqi Sun", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/henrysun918/mockingbird/issues" | ||
}, | ||
"homepage": "https://github.com/henrysun918/mockingbird#readme" | ||
} | ||
] | ||
} |
@@ -1,1 +0,28 @@ | ||
"# mockingbird" | ||
# MockFactory | ||
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.1.0. | ||
## Development server | ||
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. | ||
## Code scaffolding | ||
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|module`. | ||
## Build | ||
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build. | ||
## Running unit tests | ||
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). | ||
## Running end-to-end tests | ||
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). | ||
Before running the tests make sure you are serving the app via `ng serve`. | ||
## Further help | ||
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4261
4
52
1
29
0
1
18
2