package.json 1.7 KB

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