package.json 1.6 KB

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