-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
72 lines (72 loc) · 2.29 KB
/
package.json
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
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"_from": "angularx-qrcode",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-GvsFDQtTsH+gtl1IRjXTbMeBVrXRA8CbZ9tBnvT6uD+z63mQEF+3KlKsa262qJrZnnPR60TXW/Ma9/jYcC7EYg==",
"_location": "/angularx-qrcode",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "angularx-qrcode",
"name": "angularx-qrcode",
"escapedName": "angularx-qrcode",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/angularx-qrcode/-/angularx-qrcode-2.3.4.tgz",
"_shasum": "6c09356785e035bc43a21e21a166ba753586ee8f",
"_spec": "angularx-qrcode",
"_where": "/media/javauser/914fa200-2352-479a-be3f-039edc4d1f6a/home/javauser/angular projects/angular-example-with-routing",
"author": "Weblineindia",
"bundleDependencies": false,
"dependencies": {
"qrcode": "1.4.4"
},
"deprecated": false,
"description": "angular-weblineindia-qrcode-generator is a fast and easy-to-use Ionic 3 and AngularJS 9.0 based QR Code component / module library to generate QR Codes in your Ionic and Angular 9 app with support for AOT and the Ivy compiler and runtime.",
"es2015": "fesm2015/angularx-qrcode.js",
"esm2015": "esm2015/angularx-qrcode.js",
"esm5": "esm5/angularx-qrcode.js",
"fesm2015": "fesm2015/angularx-qrcode.js",
"fesm5": "fesm5/angularx-qrcode.js",
"homepage": "https://www.weblineindia.com/software-development-resources.html",
"keywords": [
"angular-weblineindia-qrcode",
"angular-qrcode",
"ng-qrcode",
"ngx-qrcode",
"angular9",
"ionic",
"ionic3",
"ionic4",
"aot",
"aot-compatible",
"aot-compilation",
"library",
"ng",
"typescript"
],
"license": "MIT",
"main": "bundles/angularx-qrcode.umd.js",
"metadata": "angularx-qrcode.metadata.json",
"module": "fesm5/angularx-qrcode.js",
"name": "angular-weblineindia-qrcode-generator",
"peerDependencies": {
"@angular/core": ">= 9.0.0 < 10.0.0",
"tslib": "^1.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/weblineindia/AngularJS-QRCode-Generator"
},
"sideEffects": false,
"typings": "angularx-qrcode.d.ts",
"version": "1.0.1"
}