source: trip-planner-front/node_modules/tslib/package.json

Last change on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_args": [
3 [
4 "tslib@2.3.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_from": "tslib@2.3.1",
9 "_id": "tslib@2.3.1",
10 "_inBundle": false,
11 "_integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==",
12 "_location": "/tslib",
13 "_phantomChildren": {},
14 "_requested": {
15 "type": "version",
16 "registry": true,
17 "raw": "tslib@2.3.1",
18 "name": "tslib",
19 "escapedName": "tslib",
20 "rawSpec": "2.3.1",
21 "saveSpec": null,
22 "fetchSpec": "2.3.1"
23 },
24 "_requiredBy": [
25 "/",
26 "/@angular/animations",
27 "/@angular/common",
28 "/@angular/compiler",
29 "/@angular/compiler-cli",
30 "/@angular/core",
31 "/@angular/forms",
32 "/@angular/material",
33 "/@angular/platform-browser",
34 "/@angular/platform-browser-dynamic",
35 "/@angular/router",
36 "/primeng",
37 "/zone.js"
38 ],
39 "_resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
40 "_spec": "2.3.1",
41 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
42 "author": {
43 "name": "Microsoft Corp."
44 },
45 "bugs": {
46 "url": "https://github.com/Microsoft/TypeScript/issues"
47 },
48 "description": "Runtime library for TypeScript helper functions",
49 "exports": {
50 ".": {
51 "module": "./tslib.es6.js",
52 "import": "./modules/index.js",
53 "default": "./tslib.js"
54 },
55 "./": "./"
56 },
57 "homepage": "https://www.typescriptlang.org/",
58 "jsnext:main": "tslib.es6.js",
59 "keywords": [
60 "TypeScript",
61 "Microsoft",
62 "compiler",
63 "language",
64 "javascript",
65 "tslib",
66 "runtime"
67 ],
68 "license": "0BSD",
69 "main": "tslib.js",
70 "module": "tslib.es6.js",
71 "name": "tslib",
72 "repository": {
73 "type": "git",
74 "url": "git+https://github.com/Microsoft/tslib.git"
75 },
76 "sideEffects": false,
77 "typings": "tslib.d.ts",
78 "version": "2.3.1"
79}
Note: See TracBrowser for help on using the repository browser.