package.json 1.9 KB

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