package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "tslib@2.4.0",
  5. "F:\\cocorobo\\CocoRoboDesktop\\node"
  6. ]
  7. ],
  8. "_from": "tslib@2.4.0",
  9. "_id": "tslib@2.4.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
  12. "_location": "/tslib",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "tslib@2.4.0",
  18. "name": "tslib",
  19. "escapedName": "tslib",
  20. "rawSpec": "2.4.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.4.0"
  23. },
  24. "_requiredBy": [
  25. "/cheerio"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.4.0.tgz",
  28. "_spec": "2.4.0",
  29. "_where": "F:\\cocorobo\\CocoRoboDesktop\\node",
  30. "author": {
  31. "name": "Microsoft Corp."
  32. },
  33. "bugs": {
  34. "url": "https://github.com/Microsoft/TypeScript/issues"
  35. },
  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.4.0"
  68. }