package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "rx@4.1.0",
  3. "_id": "rx@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-pfE/957zt0D+MKqAP7CfmIBdR4I=",
  6. "_location": "/rx",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "rx@4.1.0",
  12. "name": "rx",
  13. "escapedName": "rx",
  14. "rawSpec": "4.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "4.1.0"
  17. },
  18. "_requiredBy": [
  19. "/browser-sync"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/rx/-/rx-4.1.0.tgz",
  22. "_shasum": "a5f13ff79ef3b740fe30aa803fb09f98805d4782",
  23. "_spec": "rx@4.1.0",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browser-sync",
  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": "./dist/rx.all.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/Reactive-Extensions/RxJS/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {},
  37. "deprecated": false,
  38. "description": "Library for composing asynchronous and event-based operations in JavaScript",
  39. "devDependencies": {
  40. "benchmark": "*",
  41. "grunt": "*",
  42. "grunt-cli": "*",
  43. "grunt-contrib-concat": "*",
  44. "grunt-contrib-connect": "*",
  45. "grunt-contrib-copy": "*",
  46. "grunt-contrib-jshint": "*",
  47. "grunt-contrib-qunit": "*",
  48. "grunt-contrib-uglify": "*",
  49. "grunt-contrib-watch": "*",
  50. "grunt-jscs": "*",
  51. "grunt-saucelabs": "*",
  52. "load-grunt-tasks": "*"
  53. },
  54. "homepage": "https://github.com/Reactive-Extensions/RxJS",
  55. "jam": {
  56. "main": "dist/rx.all.js"
  57. },
  58. "keywords": [
  59. "LINQ",
  60. "FRP",
  61. "Reactive",
  62. "Events",
  63. "Rx",
  64. "RxJS"
  65. ],
  66. "license": "Apache-2.0",
  67. "main": "index.js",
  68. "name": "rx",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/Reactive-Extensions/RxJS.git"
  72. },
  73. "scripts": {
  74. "test": "grunt"
  75. },
  76. "title": "Reactive Extensions for JavaScript (RxJS)",
  77. "version": "4.1.0"
  78. }