source: trip-planner-front/node_modules/@angular-devkit/build-angular/node_modules/tslib/package.json@ 59329aa

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

adding photos

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