package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "tslib@^2.0.3",
  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.0.3",
  12. "name": "tslib",
  13. "escapedName": "tslib",
  14. "rawSpec": "^2.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.3"
  17. },
  18. "_requiredBy": [
  19. "/camel-case",
  20. "/dot-case",
  21. "/lower-case",
  22. "/no-case",
  23. "/param-case",
  24. "/pascal-case"
  25. ],
  26. "_resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  27. "_shasum": "612efe4ed235d567e8aba5f2a5fab70280ade83f",
  28. "_spec": "tslib@^2.0.3",
  29. "_where": "E:\\vue_project\\el-table-column\\node_modules\\camel-case",
  30. "author": {
  31. "name": "Microsoft Corp."
  32. },
  33. "bugs": {
  34. "url": "https://github.com/Microsoft/TypeScript/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Runtime library for TypeScript helper functions",
  39. "exports": {
  40. ".": {
  41. "module": {
  42. "types": "./modules/index.d.ts",
  43. "default": "./tslib.es6.mjs"
  44. },
  45. "import": {
  46. "node": "./modules/index.js",
  47. "default": {
  48. "types": "./modules/index.d.ts",
  49. "default": "./tslib.es6.mjs"
  50. }
  51. },
  52. "default": "./tslib.js"
  53. },
  54. "./*": "./*",
  55. "./": "./"
  56. },
  57. "homepage": "https://www.typescriptlang.org/",
  58. "jsnext:main": "tslib.es6.js",
  59. "keywords": [
  60. "TypeScript",
  61. "Microsoft",
  62. "compiler",
  63. "language",
  64. "javascript",
  65. "tslib",
  66. "runtime"
  67. ],
  68. "license": "0BSD",
  69. "main": "tslib.js",
  70. "module": "tslib.es6.js",
  71. "name": "tslib",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/Microsoft/tslib.git"
  75. },
  76. "sideEffects": false,
  77. "typings": "tslib.d.ts",
  78. "version": "2.8.1"
  79. }