|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "_args": [
- [
- "tslib@1.14.1",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_from": "tslib@1.14.1",
- "_id": "tslib@1.14.1",
- "_inBundle": false,
- "_integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
- "_location": "/tslib",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "tslib@1.14.1",
- "name": "tslib",
- "escapedName": "tslib",
- "rawSpec": "1.14.1",
- "saveSpec": null,
- "fetchSpec": "1.14.1"
- },
- "_requiredBy": [
- "/rrule",
- "/tsutils"
- ],
- "_resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
- "_spec": "1.14.1",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Microsoft Corp."
- },
- "bugs": {
- "url": "https://github.com/Microsoft/TypeScript/issues"
- },
- "description": "Runtime library for TypeScript helper functions",
- "exports": {
- ".": {
- "module": "./tslib.es6.js",
- "import": "./modules/index.js",
- "default": "./tslib.js"
- },
- "./": "./"
- },
- "homepage": "https://www.typescriptlang.org/",
- "jsnext:main": "tslib.es6.js",
- "keywords": [
- "TypeScript",
- "Microsoft",
- "compiler",
- "language",
- "javascript",
- "tslib",
- "runtime"
- ],
- "license": "0BSD",
- "main": "tslib.js",
- "module": "tslib.es6.js",
- "name": "tslib",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/Microsoft/tslib.git"
- },
- "sideEffects": false,
- "typings": "tslib.d.ts",
- "version": "1.14.1"
- }
|