package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "tslib@^2.0.3",
  3. "_id": "tslib@2.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==",
  6. "_location": "/tslib",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tslib@^2.0.3",
  12. "name": "tslib",
  13. "escapedName": "tslib",
  14. "rawSpec": "^2.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.3"
  17. },
  18. "_requiredBy": [
  19. "/@endemolshinegroup/cosmiconfig-typescript-loader",
  20. "/camel-case",
  21. "/dot-case",
  22. "/listr2/rxjs",
  23. "/lower-case",
  24. "/no-case",
  25. "/param-case",
  26. "/pascal-case",
  27. "/style-resources-loader"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
  30. "_shasum": "e8a335add5ceae51aa261d32a490158ef042ef01",
  31. "_spec": "tslib@^2.0.3",
  32. "_where": "H:\\gs_nuxt\\node_modules\\camel-case",
  33. "author": {
  34. "name": "Microsoft Corp."
  35. },
  36. "bugs": {
  37. "url": "https://github.com/Microsoft/TypeScript/issues"
  38. },
  39. "bundleDependencies": false,
  40. "deprecated": false,
  41. "description": "Runtime library for TypeScript helper functions",
  42. "exports": {
  43. ".": {
  44. "module": "./tslib.es6.js",
  45. "import": "./modules/index.js",
  46. "default": "./tslib.js"
  47. },
  48. "./": "./"
  49. },
  50. "homepage": "https://www.typescriptlang.org/",
  51. "jsnext:main": "tslib.es6.js",
  52. "keywords": [
  53. "TypeScript",
  54. "Microsoft",
  55. "compiler",
  56. "language",
  57. "javascript",
  58. "tslib",
  59. "runtime"
  60. ],
  61. "license": "0BSD",
  62. "main": "tslib.js",
  63. "module": "tslib.es6.js",
  64. "name": "tslib",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/Microsoft/tslib.git"
  68. },
  69. "sideEffects": false,
  70. "typings": "tslib.d.ts",
  71. "version": "2.3.1"
  72. }