package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "tslib@2.6.2",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_from": "tslib@2.6.2",
  9. "_id": "tslib@2.6.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
  12. "_location": "/tslib",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "tslib@2.6.2",
  18. "name": "tslib",
  19. "escapedName": "tslib",
  20. "rawSpec": "2.6.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.6.2"
  23. },
  24. "_requiredBy": [
  25. "/camel-case",
  26. "/dot-case",
  27. "/less",
  28. "/lower-case",
  29. "/no-case",
  30. "/param-case",
  31. "/pascal-case"
  32. ],
  33. "_resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.6.2.tgz",
  34. "_spec": "2.6.2",
  35. "_where": "/Users/mac/projects/mime/mine",
  36. "author": {
  37. "name": "Microsoft Corp."
  38. },
  39. "bugs": {
  40. "url": "https://github.com/Microsoft/TypeScript/issues"
  41. },
  42. "description": "Runtime library for TypeScript helper functions",
  43. "exports": {
  44. ".": {
  45. "module": {
  46. "types": "./modules/index.d.ts",
  47. "default": "./tslib.es6.mjs"
  48. },
  49. "import": {
  50. "node": "./modules/index.js",
  51. "default": {
  52. "types": "./modules/index.d.ts",
  53. "default": "./tslib.es6.mjs"
  54. }
  55. },
  56. "default": "./tslib.js"
  57. },
  58. "./*": "./*",
  59. "./": "./"
  60. },
  61. "homepage": "https://www.typescriptlang.org/",
  62. "jsnext:main": "tslib.es6.js",
  63. "keywords": [
  64. "TypeScript",
  65. "Microsoft",
  66. "compiler",
  67. "language",
  68. "javascript",
  69. "tslib",
  70. "runtime"
  71. ],
  72. "license": "0BSD",
  73. "main": "tslib.js",
  74. "module": "tslib.es6.js",
  75. "name": "tslib",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/Microsoft/tslib.git"
  79. },
  80. "sideEffects": false,
  81. "typings": "tslib.d.ts",
  82. "version": "2.6.2"
  83. }