Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "tslib@^1.9.0",
  3. "_id": "tslib@1.14.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
  6. "_location": "/tslib",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tslib@^1.9.0",
  12. "name": "tslib",
  13. "escapedName": "tslib",
  14. "rawSpec": "^1.9.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.9.0"
  17. },
  18. "_requiredBy": [
  19. "/rxjs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
  22. "_shasum": "cf2d38bdc34a134bcaf1091c41f6619e2f672d00",
  23. "_spec": "tslib@^1.9.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/rxjs",
  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": "./tslib.es6.js",
  37. "import": "./modules/index.js",
  38. "default": "./tslib.js"
  39. },
  40. "./": "./"
  41. },
  42. "homepage": "https://www.typescriptlang.org/",
  43. "jsnext:main": "tslib.es6.js",
  44. "keywords": [
  45. "TypeScript",
  46. "Microsoft",
  47. "compiler",
  48. "language",
  49. "javascript",
  50. "tslib",
  51. "runtime"
  52. ],
  53. "license": "0BSD",
  54. "main": "tslib.js",
  55. "module": "tslib.es6.js",
  56. "name": "tslib",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/Microsoft/tslib.git"
  60. },
  61. "sideEffects": false,
  62. "typings": "tslib.d.ts",
  63. "version": "1.14.1"
  64. }