Ohm-Management - Projektarbeit B-ME
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.

package.json 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "tslib@^1.9.0",
  3. "_id": "tslib@1.10.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==",
  6. "_location": "/tslib",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tslib@^1.9.0",
  12. "name": "tslib",
  13. "escapedName": "tslib",
  14. "rawSpec": "^1.9.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.9.0"
  17. },
  18. "_requiredBy": [
  19. "/rxjs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz",
  22. "_shasum": "c3c19f95973fb0a62973fb09d90d961ee43e5c8a",
  23. "_spec": "tslib@^1.9.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/rxjs",
  25. "author": {
  26. "name": "Microsoft Corp."
  27. },
  28. "bugs": {
  29. "url": "https://github.com/Microsoft/TypeScript/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Runtime library for TypeScript helper functions",
  34. "homepage": "http://typescriptlang.org/",
  35. "jsnext:main": "tslib.es6.js",
  36. "keywords": [
  37. "TypeScript",
  38. "Microsoft",
  39. "compiler",
  40. "language",
  41. "javascript",
  42. "tslib",
  43. "runtime"
  44. ],
  45. "license": "Apache-2.0",
  46. "main": "tslib.js",
  47. "module": "tslib.es6.js",
  48. "name": "tslib",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/Microsoft/tslib.git"
  52. },
  53. "typings": "tslib.d.ts",
  54. "version": "1.10.0"
  55. }