package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "tslib@1.14.1",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tslib@1.14.1",
  10. "_id": "tslib@1.14.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-zy04vcNKE0vK8QkcQfZhni9nLQA=",
  13. "_location": "/tslib",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "tslib@1.14.1",
  19. "name": "tslib",
  20. "escapedName": "tslib",
  21. "rawSpec": "1.14.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.14.1"
  24. },
  25. "_requiredBy": [
  26. "/chrome-trace-event",
  27. "/rxjs"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/tslib/download/tslib-1.14.1.tgz?cache=0&sync_timestamp=1609887438976&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftslib%2Fdownload%2Ftslib-1.14.1.tgz",
  30. "_spec": "1.14.1",
  31. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  32. "author": {
  33. "name": "Microsoft Corp."
  34. },
  35. "bugs": {
  36. "url": "https://github.com/Microsoft/TypeScript/issues"
  37. },
  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": "1.14.1"
  69. }