package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "tslib@2.5.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tslib@2.5.0",
  10. "_id": "tslib@2.5.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==",
  13. "_location": "/tslib",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "tslib@2.5.0",
  19. "name": "tslib",
  20. "escapedName": "tslib",
  21. "rawSpec": "2.5.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.5.0"
  24. },
  25. "_requiredBy": [
  26. "/ast-types"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz",
  29. "_spec": "2.5.0",
  30. "_where": "E:\\2023\\5\\myjadmin",
  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"
  43. },
  44. "./*": "./*",
  45. "./": "./"
  46. },
  47. "homepage": "https://www.typescriptlang.org/",
  48. "jsnext:main": "tslib.es6.js",
  49. "keywords": [
  50. "TypeScript",
  51. "Microsoft",
  52. "compiler",
  53. "language",
  54. "javascript",
  55. "tslib",
  56. "runtime"
  57. ],
  58. "license": "0BSD",
  59. "main": "tslib.js",
  60. "module": "tslib.es6.js",
  61. "name": "tslib",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/Microsoft/tslib.git"
  65. },
  66. "sideEffects": false,
  67. "typings": "tslib.d.ts",
  68. "version": "2.5.0"
  69. }