UI for Zipcoin Blue

package.json 1.9KB

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