package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "tslib@^2.0.1",
  3. "_id": "tslib@2.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
  6. "_location": "/tslib",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tslib@^2.0.1",
  12. "name": "tslib",
  13. "escapedName": "tslib",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/ast-types"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
  22. "_shasum": "7cecaa7f073ce680a05847aa77be941098f36dc3",
  23. "_spec": "tslib@^2.0.1",
  24. "_where": "D:\\2022\\3\\Mazui\\node_modules\\ast-types",
  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": "./tslib.es6.js",
  37. "import": "./modules/index.js",
  38. "default": "./tslib.js"
  39. },
  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.4.0"
  65. }