package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "tslib@^2.1.0",
  3. "_id": "tslib@2.8.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  6. "_location": "/tslib",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tslib@^2.1.0",
  12. "name": "tslib",
  13. "escapedName": "tslib",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/wangeditor"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  22. "_shasum": "612efe4ed235d567e8aba5f2a5fab70280ade83f",
  23. "_spec": "tslib@^2.1.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\wangeditor",
  25. "author": {
  26. "name": "Microsoft Corp."
  27. },
  28. "bugs": {
  29. "url": "https://github.com/Microsoft/TypeScript/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Runtime library for TypeScript helper functions",
  34. "exports": {
  35. ".": {
  36. "module": {
  37. "types": "./modules/index.d.ts",
  38. "default": "./tslib.es6.mjs"
  39. },
  40. "import": {
  41. "node": "./modules/index.js",
  42. "default": {
  43. "types": "./modules/index.d.ts",
  44. "default": "./tslib.es6.mjs"
  45. }
  46. },
  47. "default": "./tslib.js"
  48. },
  49. "./*": "./*",
  50. "./": "./"
  51. },
  52. "homepage": "https://www.typescriptlang.org/",
  53. "jsnext:main": "tslib.es6.js",
  54. "keywords": [
  55. "TypeScript",
  56. "Microsoft",
  57. "compiler",
  58. "language",
  59. "javascript",
  60. "tslib",
  61. "runtime"
  62. ],
  63. "license": "0BSD",
  64. "main": "tslib.js",
  65. "module": "tslib.es6.js",
  66. "name": "tslib",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/Microsoft/tslib.git"
  70. },
  71. "sideEffects": false,
  72. "typings": "tslib.d.ts",
  73. "version": "2.8.1"
  74. }