package.json
3.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"_args": [
[
"angular-in-memory-web-api@~0.2.4",
"D:\\100-PROJECTS\\Angular\\quickstart"
]
],
"_from": "angular-in-memory-web-api@>=0.2.4 <0.3.0",
"_id": "angular-in-memory-web-api@0.2.4",
"_inCache": true,
"_installable": true,
"_location": "/angular-in-memory-web-api",
"_nodeVersion": "6.5.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/angular-in-memory-web-api-0.2.4.tgz_1483386675145_0.5331380774732679"
},
"_npmUser": {
"email": "filipematossilva@gmail.com",
"name": "filipesilva"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"name": "angular-in-memory-web-api",
"raw": "angular-in-memory-web-api@~0.2.4",
"rawSpec": "~0.2.4",
"scope": null,
"spec": ">=0.2.4 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/angular-in-memory-web-api/-/angular-in-memory-web-api-0.2.4.tgz",
"_shasum": "313c92545c23dbd051178185602ee16313e94a58",
"_shrinkwrap": null,
"_spec": "angular-in-memory-web-api@~0.2.4",
"_where": "D:\\100-PROJECTS\\Angular\\quickstart",
"author": "",
"bugs": {
"url": "https://github.com/angular/in-memory-web-api/issues"
},
"dependencies": {},
"description": "An in-memory web api for Angular demos and tests",
"devDependencies": {
"@angular/common": "~2.4.0",
"@angular/compiler": "~2.4.0",
"@angular/compiler-cli": "~2.4.0",
"@angular/core": "~2.4.0",
"@angular/http": "~2.4.0",
"@angular/platform-browser": "~2.4.0",
"@angular/platform-server": "~2.4.0",
"@types/jasmine": "^2.5.36",
"@types/node": "^6.0.46",
"canonical-path": "0.0.2",
"concurrently": "^3.0.0",
"core-js": "^2.4.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-bump": "^2.4.0",
"gulp-load-plugins": "^1.3.0",
"gulp-task-listing": "^1.0.1",
"gulp-util": "^3.0.7",
"http-server": "^0.9.0",
"jasmine-core": "~2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-htmlfile-reporter": "^0.3.4",
"karma-jasmine": "^1.0.2",
"karma-jasmine-html-reporter": "^0.2.2",
"lite-server": "^2.2.2",
"lodash": "^4.16.2",
"rimraf": "^2.5.4",
"rollup": "^0.36.0",
"rollup-stream": "^1.14.0",
"rxjs": "^5.0.1",
"tslint": "^3.15.1",
"typescript": "~2.0.10",
"vinyl-source-stream": "^1.1.0",
"yargs": "^5.0.0",
"zone.js": "^0.7.2"
},
"directories": {},
"dist": {
"shasum": "313c92545c23dbd051178185602ee16313e94a58",
"tarball": "https://registry.npmjs.org/angular-in-memory-web-api/-/angular-in-memory-web-api-0.2.4.tgz"
},
"gitHead": "75185eb46eeccce9ba81c81ae1149cd8b99c794c",
"homepage": "https://github.com/angular/in-memory-web-api#readme",
"keywords": [],
"license": "MIT",
"main": "bundles/in-memory-web-api.umd.js",
"maintainers": [
{
"email": "filipematossilva@gmail.com",
"name": "filipesilva"
},
{
"email": "Foxandxss@gmail.com",
"name": "foxandxss"
},
{
"email": "wardbell@hotmail.com",
"name": "wardbell"
}
],
"module": "index.js",
"name": "angular-in-memory-web-api",
"optionalDependencies": {},
"peerDependencies": {
"@angular/core": "^2.0.0",
"@angular/http": "^2.0.0",
"rxjs": "^5.0.1"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/angular/in-memory-web-api.git"
},
"scripts": {
"build-and-test": "concurrently \"npm run tsc\" \"npm run test\"",
"http-server": "tsc && http-server",
"lint": "tslint ./src/*.ts -t verbose -e ./src/*.d.ts",
"lite": "lite-server",
"live": "live-server",
"ngc": "ngc",
"start": "concurrently \"npm run tsc:w\" \"npm run lite\" ",
"test": "karma start karma.conf.js",
"tsc": "tsc",
"tsc:w": "tsc -w"
},
"version": "0.2.4"
}