Changeset 59329aa for trip-planner-front/node_modules/@angular-devkit/build-optimizer/node_modules/tslib/package.json
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular-devkit/build-optimizer/node_modules/tslib/package.json
rceaed42 r59329aa 1 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-optimizer/tslib", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "tslib@2.3.0", 2 19 "name": "tslib", 3 "author": "Microsoft Corp.", 4 "homepage": "https://www.typescriptlang.org/", 5 "version": "2.3.0", 6 "license": "0BSD", 7 "description": "Runtime library for TypeScript helper functions", 8 "keywords": [ 9 "TypeScript", 10 "Microsoft", 11 "compiler", 12 "language", 13 "javascript", 14 "tslib", 15 "runtime" 16 ], 17 "bugs": { 18 "url": "https://github.com/Microsoft/TypeScript/issues" 20 "escapedName": "tslib", 21 "rawSpec": "2.3.0", 22 "saveSpec": null, 23 "fetchSpec": "2.3.0" 24 }, 25 "_requiredBy": [ 26 "/@angular-devkit/build-optimizer" 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" 19 43 }, 20 "repository": { 21 "type": "git", 22 "url": "https://github.com/Microsoft/tslib.git" 23 }, 24 "main": "tslib.js", 25 "module": "tslib.es6.js", 26 "jsnext:main": "tslib.es6.js", 27 "typings": "tslib.d.ts", 28 "sideEffects": false, 29 "exports": { 30 ".": { 31 "module": "./tslib.es6.js", 32 "import": "./modules/index.js", 33 "default": "./tslib.js" 34 }, 35 "./": "./" 36 } 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" 37 68 }
Note:
See TracChangeset
for help on using the changeset viewer.