package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "tslib@~1.8.1",
  3. "_id": "tslib@1.8.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-aUavLR1lGnsYY7Ux1uWvpBqkTqw=",
  6. "_location": "/tslib",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tslib@~1.8.1",
  12. "name": "tslib",
  13. "escapedName": "tslib",
  14. "rawSpec": "~1.8.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.8.1"
  17. },
  18. "_requiredBy": [
  19. "/@dojo/core",
  20. "/@dojo/i18n",
  21. "/@dojo/shim"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/tslib/-/tslib-1.8.1.tgz",
  24. "_shasum": "6946af2d1d651a7b1863b531d6e5afa41aa44eac",
  25. "_spec": "tslib@~1.8.1",
  26. "_where": "C:\\Users\\xiao2192\\.jenkins\\workspace\\hydra\\node_modules\\@dojo\\core",
  27. "author": {
  28. "name": "Microsoft Corp."
  29. },
  30. "bugs": {
  31. "url": "https://github.com/Microsoft/TypeScript/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Runtime library for TypeScript helper functions",
  36. "homepage": "http://typescriptlang.org/",
  37. "jsnext:main": "tslib.es6.js",
  38. "keywords": [
  39. "TypeScript",
  40. "Microsoft",
  41. "compiler",
  42. "language",
  43. "javascript",
  44. "tslib",
  45. "runtime"
  46. ],
  47. "license": "Apache-2.0",
  48. "main": "tslib.js",
  49. "module": "tslib.es6.js",
  50. "name": "tslib",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/Microsoft/tslib.git"
  54. },
  55. "typings": "tslib.d.ts",
  56. "version": "1.8.1"
  57. }