package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "ultron@~1.1.0",
  3. "_id": "ultron@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==",
  6. "_location": "/ultron",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ultron@~1.1.0",
  12. "name": "ultron",
  13. "escapedName": "ultron",
  14. "rawSpec": "~1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/engine.io/ws",
  20. "/socket.io/ws"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz",
  23. "_shasum": "9fe1536a10a664a65266a1e3ccf85fd36302bc9c",
  24. "_spec": "ultron@~1.1.0",
  25. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/engine.io/node_modules/ws",
  26. "author": {
  27. "name": "Arnout Kazemier"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/unshiftio/ultron/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary design",
  35. "devDependencies": {
  36. "assume": "~1.5.0",
  37. "eventemitter3": "2.0.x",
  38. "istanbul": "0.4.x",
  39. "mocha": "~4.0.0",
  40. "pre-commit": "~1.2.0"
  41. },
  42. "homepage": "https://github.com/unshiftio/ultron",
  43. "keywords": [
  44. "Ultron",
  45. "robot",
  46. "gather",
  47. "intelligence",
  48. "event",
  49. "events",
  50. "eventemitter",
  51. "emitter",
  52. "cleanup"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "ultron",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/unshiftio/ultron.git"
  60. },
  61. "scripts": {
  62. "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
  63. "coverage": "istanbul cover _mocha -- test.js",
  64. "test": "mocha test.js",
  65. "test-travis": "istanbul cover _mocha --report lcovonly -- test.js",
  66. "watch": "mocha --watch test.js"
  67. },
  68. "version": "1.1.1"
  69. }