source: imaps-frontend/node_modules/tslib/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_from": "tslib@^2.1.0",
3 "_id": "tslib@2.8.1",
4 "_inBundle": false,
5 "_integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
6 "_location": "/tslib",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "tslib@^2.1.0",
12 "name": "tslib",
13 "escapedName": "tslib",
14 "rawSpec": "^2.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^2.1.0"
17 },
18 "_requiredBy": [
19 "/react-use"
20 ],
21 "_resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
22 "_shasum": "612efe4ed235d567e8aba5f2a5fab70280ade83f",
23 "_spec": "tslib@^2.1.0",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/react-use",
25 "author": {
26 "name": "Microsoft Corp."
27 },
28 "bugs": {
29 "url": "https://github.com/Microsoft/TypeScript/issues"
30 },
31 "bundleDependencies": false,
32 "deprecated": false,
33 "description": "Runtime library for TypeScript helper functions",
34 "exports": {
35 ".": {
36 "module": {
37 "types": "./modules/index.d.ts",
38 "default": "./tslib.es6.mjs"
39 },
40 "import": {
41 "node": "./modules/index.js",
42 "default": {
43 "types": "./modules/index.d.ts",
44 "default": "./tslib.es6.mjs"
45 }
46 },
47 "default": "./tslib.js"
48 },
49 "./*": "./*",
50 "./": "./"
51 },
52 "homepage": "https://www.typescriptlang.org/",
53 "jsnext:main": "tslib.es6.js",
54 "keywords": [
55 "TypeScript",
56 "Microsoft",
57 "compiler",
58 "language",
59 "javascript",
60 "tslib",
61 "runtime"
62 ],
63 "license": "0BSD",
64 "main": "tslib.js",
65 "module": "tslib.es6.js",
66 "name": "tslib",
67 "repository": {
68 "type": "git",
69 "url": "git+https://github.com/Microsoft/tslib.git"
70 },
71 "sideEffects": false,
72 "typings": "tslib.d.ts",
73 "version": "2.8.1"
74}
Note: See TracBrowser for help on using the repository browser.