2020-06-12 16:25:08 +00:00
|
|
|
{
|
|
|
|
|
"name": "angular-in-memory-web-api",
|
2022-11-24 09:10:24 +00:00
|
|
|
"version": "0.15.0",
|
2020-06-12 16:25:08 +00:00
|
|
|
"description": "An in-memory web api for Angular demos and tests",
|
|
|
|
|
"author": "angular",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"peerDependencies": {
|
2022-11-24 09:10:24 +00:00
|
|
|
"@angular/core": "^15.0.0",
|
|
|
|
|
"@angular/common": "^15.0.0",
|
2021-10-06 21:29:30 +00:00
|
|
|
"rxjs": "^6.5.3 || ^7.4.0"
|
2021-03-23 10:35:13 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2021-09-22 18:50:59 +00:00
|
|
|
"tslib": "^2.3.0"
|
2020-06-12 16:25:08 +00:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/angular/angular.git",
|
|
|
|
|
"directory": "packages/misc/angular-in-memory-web-api"
|
|
|
|
|
},
|
|
|
|
|
"sideEffects": false,
|
|
|
|
|
"publishConfig": {
|
2021-10-06 21:29:30 +00:00
|
|
|
"registry": "https://wombat-dressing-room.appspot.com"
|
2020-06-12 16:25:08 +00:00
|
|
|
}
|
2022-11-24 09:10:24 +00:00
|
|
|
}
|