package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "rx-lite@4.0.8",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "rx-lite@4.0.8",
  10. "_id": "rx-lite@4.0.8",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Cun9QucwK6MIrp3mry/Y7hqD1oFqTYLQ4pGxaHTjIdaFDWRGGLikqp6u8LcWJnzpoALg9hap+JGk8sFIUuEGNA==",
  13. "_location": "/rx-lite",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "rx-lite@4.0.8",
  19. "name": "rx-lite",
  20. "escapedName": "rx-lite",
  21. "rawSpec": "4.0.8",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.8"
  24. },
  25. "_requiredBy": [
  26. "/inquirer",
  27. "/rx-lite-aggregates"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz",
  30. "_spec": "4.0.8",
  31. "_where": "E:\\2023\\5\\myjadmin",
  32. "author": {
  33. "name": "Cloud Programmability Team",
  34. "url": "https://github.com/Reactive-Extensions/RxJS/blob/master/authors.txt"
  35. },
  36. "browser": {
  37. "index.js": "rx.lite.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/Reactive-Extensions/RxJS/issues"
  41. },
  42. "dependencies": {},
  43. "description": "Lightweight library for composing asynchronous and event-based operations in JavaScript",
  44. "devDependencies": {},
  45. "homepage": "https://github.com/Reactive-Extensions/RxJS",
  46. "jam": {
  47. "main": "rx.lite.js"
  48. },
  49. "keywords": [
  50. "React",
  51. "Reactive",
  52. "Events",
  53. "Rx",
  54. "RxJS"
  55. ],
  56. "licenses": [
  57. {
  58. "type": "Apache License, Version 2.0",
  59. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  60. }
  61. ],
  62. "main": "rx.lite.js",
  63. "name": "rx-lite",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/Reactive-Extensions/RxJS.git"
  67. },
  68. "title": "Reactive Extensions for JavaScript (RxJS) Lite",
  69. "version": "4.0.8"
  70. }