tis-cli前端项目快速搭建命令行工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
1.4 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "tslib@2.1.0",
  5. "E:\\work\\code\\tis-cli"
  6. ]
  7. ],
  8. "_from": "tslib@2.1.0",
  9. "_id": "tslib@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-2mCGDxwuyqVwOrfTm8Bba/mIuXo=",
  12. "_location": "/tslib",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "tslib@2.1.0",
  18. "name": "tslib",
  19. "escapedName": "tslib",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/rxjs"
  26. ],
  27. "_resolved": "https://r.cnpmjs.org/tslib/download/tslib-2.1.0.tgz",
  28. "_spec": "2.1.0",
  29. "_where": "E:\\work\\code\\tis-cli",
  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. "homepage": "https://www.typescriptlang.org/",
  46. "jsnext:main": "tslib.es6.js",
  47. "keywords": [
  48. "TypeScript",
  49. "Microsoft",
  50. "compiler",
  51. "language",
  52. "javascript",
  53. "tslib",
  54. "runtime"
  55. ],
  56. "license": "0BSD",
  57. "main": "tslib.js",
  58. "module": "tslib.es6.js",
  59. "name": "tslib",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/Microsoft/tslib.git"
  63. },
  64. "sideEffects": false,
  65. "typings": "tslib.d.ts",
  66. "version": "2.1.0"
  67. }