package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "tslib@^2.0.3",
  3. "_id": "tslib@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
  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.npmjs.org/tslib/-/tslib-2.3.0.tgz",
  27. "_shasum": "803b8cdab3e12ba581a4ca41c8839bbb0dacb09e",
  28. "_spec": "tslib@^2.0.3",
  29. "_where": "D:\\Code\\ThreeJSProjects\\Journey\\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": "./tslib.es6.js",
  42. "import": "./modules/index.js",
  43. "default": "./tslib.js"
  44. },
  45. "./": "./"
  46. },
  47. "homepage": "https://www.typescriptlang.org/",
  48. "jsnext:main": "tslib.es6.js",
  49. "keywords": [
  50. "TypeScript",
  51. "Microsoft",
  52. "compiler",
  53. "language",
  54. "javascript",
  55. "tslib",
  56. "runtime"
  57. ],
  58. "license": "0BSD",
  59. "main": "tslib.js",
  60. "module": "tslib.es6.js",
  61. "name": "tslib",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/Microsoft/tslib.git"
  65. },
  66. "sideEffects": false,
  67. "typings": "tslib.d.ts",
  68. "version": "2.3.0"
  69. }