package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "tslib@^1.10.0",
  3. "_id": "tslib@1.14.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-zy04vcNKE0vK8QkcQfZhni9nLQA=",
  6. "_location": "/tslib",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tslib@^1.10.0",
  12. "name": "tslib",
  13. "escapedName": "tslib",
  14. "rawSpec": "^1.10.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.10.0"
  17. },
  18. "_requiredBy": [
  19. "/less",
  20. "/rxjs"
  21. ],
  22. "_resolved": "https://registry.npm.taobao.org/tslib/download/tslib-1.14.1.tgz",
  23. "_shasum": "cf2d38bdc34a134bcaf1091c41f6619e2f672d00",
  24. "_spec": "tslib@^1.10.0",
  25. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\less",
  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": "1.14.1"
  65. }