package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "tslib@^2.0.3",
  3. "_id": "tslib@2.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==",
  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. "/lower-case",
  21. "/no-case",
  22. "/pascal-case"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.5.0.tgz",
  25. "_shasum": "42bfed86f5787aeb41d031866c8f402429e0fddf",
  26. "_spec": "tslib@^2.0.3",
  27. "_where": "/var/www/AfterAales/node_modules/camel-case",
  28. "author": {
  29. "name": "Microsoft Corp."
  30. },
  31. "bugs": {
  32. "url": "https://github.com/Microsoft/TypeScript/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Runtime library for TypeScript helper functions",
  37. "exports": {
  38. ".": {
  39. "module": "./tslib.es6.js",
  40. "import": "./modules/index.js",
  41. "default": "./tslib.js"
  42. },
  43. "./*": "./*",
  44. "./": "./"
  45. },
  46. "homepage": "https://www.typescriptlang.org/",
  47. "jsnext:main": "tslib.es6.js",
  48. "keywords": [
  49. "TypeScript",
  50. "Microsoft",
  51. "compiler",
  52. "language",
  53. "javascript",
  54. "tslib",
  55. "runtime"
  56. ],
  57. "license": "0BSD",
  58. "main": "tslib.js",
  59. "module": "tslib.es6.js",
  60. "name": "tslib",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/Microsoft/tslib.git"
  64. },
  65. "sideEffects": false,
  66. "typings": "tslib.d.ts",
  67. "version": "2.5.0"
  68. }