package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "tslib@1.10.0",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tslib@1.10.0",
  10. "_id": "tslib@1.10.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-w8GflZc/sKYpc/sJ2Q2WHuQ+XIo=",
  13. "_location": "/tslib",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "tslib@1.10.0",
  19. "name": "tslib",
  20. "escapedName": "tslib",
  21. "rawSpec": "1.10.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.10.0"
  24. },
  25. "_requiredBy": [
  26. "/chrome-trace-event"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/tslib/download/tslib-1.10.0.tgz",
  29. "_spec": "1.10.0",
  30. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  31. "author": {
  32. "name": "Microsoft Corp."
  33. },
  34. "bugs": {
  35. "url": "https://github.com/Microsoft/TypeScript/issues"
  36. },
  37. "description": "Runtime library for TypeScript helper functions",
  38. "homepage": "http://typescriptlang.org/",
  39. "jsnext:main": "tslib.es6.js",
  40. "keywords": [
  41. "TypeScript",
  42. "Microsoft",
  43. "compiler",
  44. "language",
  45. "javascript",
  46. "tslib",
  47. "runtime"
  48. ],
  49. "license": "Apache-2.0",
  50. "main": "tslib.js",
  51. "module": "tslib.es6.js",
  52. "name": "tslib",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/Microsoft/tslib.git"
  56. },
  57. "typings": "tslib.d.ts",
  58. "version": "1.10.0"
  59. }