package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. "/echarts",
  20. "/less",
  21. "/zrender"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
  24. "_shasum": "803b8cdab3e12ba581a4ca41c8839bbb0dacb09e",
  25. "_spec": "tslib@2.3.0",
  26. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\echarts",
  27. "author": {
  28. "name": "Microsoft Corp."
  29. },
  30. "bugs": {
  31. "url": "https://github.com/Microsoft/TypeScript/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Runtime library for TypeScript helper functions",
  36. "exports": {
  37. ".": {
  38. "module": "./tslib.es6.js",
  39. "import": "./modules/index.js",
  40. "default": "./tslib.js"
  41. },
  42. "./": "./"
  43. },
  44. "homepage": "https://www.typescriptlang.org/",
  45. "jsnext:main": "tslib.es6.js",
  46. "keywords": [
  47. "TypeScript",
  48. "Microsoft",
  49. "compiler",
  50. "language",
  51. "javascript",
  52. "tslib",
  53. "runtime"
  54. ],
  55. "license": "0BSD",
  56. "main": "tslib.js",
  57. "module": "tslib.es6.js",
  58. "name": "tslib",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/Microsoft/tslib.git"
  62. },
  63. "sideEffects": false,
  64. "typings": "tslib.d.ts",
  65. "version": "2.3.0"
  66. }