package.json 1.7 KB

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