package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "ultron@1.0.x",
  5. "D:\\work\\im\\node_modules\\ws"
  6. ]
  7. ],
  8. "_from": "ultron@>=1.0.0 <1.1.0",
  9. "_id": "ultron@1.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/ultron",
  13. "_nodeVersion": "0.12.3",
  14. "_npmUser": {
  15. "email": "npm@3rd-Eden.com",
  16. "name": "3rdeden"
  17. },
  18. "_npmVersion": "2.9.1",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "ultron",
  22. "raw": "ultron@1.0.x",
  23. "rawSpec": "1.0.x",
  24. "scope": null,
  25. "spec": ">=1.0.0 <1.1.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/socket.io/engine.io-client/ws",
  30. "/socket.io/ws",
  31. "/ws"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz",
  34. "_shasum": "ace116ab557cd197386a4e88f4685378c8b2e4fa",
  35. "_shrinkwrap": null,
  36. "_spec": "ultron@1.0.x",
  37. "_where": "D:\\work\\im\\node_modules\\ws",
  38. "author": {
  39. "name": "Arnout Kazemier"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/unshiftio/ultron/issues"
  43. },
  44. "dependencies": {},
  45. "description": "Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary design",
  46. "devDependencies": {
  47. "assume": "1.2.x",
  48. "eventemitter3": "1.1.x",
  49. "istanbul": "0.3.x",
  50. "mocha": "2.2.x",
  51. "pre-commit": "1.0.x"
  52. },
  53. "directories": {},
  54. "dist": {
  55. "shasum": "ace116ab557cd197386a4e88f4685378c8b2e4fa",
  56. "tarball": "https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz"
  57. },
  58. "gitHead": "a10482ae98a09120821545456c90c6d60d540f7c",
  59. "homepage": "https://github.com/unshiftio/ultron",
  60. "keywords": [
  61. "Ultron",
  62. "robot",
  63. "gather",
  64. "intelligence",
  65. "event",
  66. "events",
  67. "eventemitter",
  68. "emitter",
  69. "cleanup"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "maintainers": [
  74. {
  75. "email": "npm@unshift.io",
  76. "name": "unshift"
  77. },
  78. {
  79. "email": "info@3rd-Eden.com",
  80. "name": "v1"
  81. },
  82. {
  83. "email": "npm@3rd-Eden.com",
  84. "name": "3rdeden"
  85. }
  86. ],
  87. "name": "ultron",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/unshiftio/ultron.git"
  93. },
  94. "scripts": {
  95. "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
  96. "coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js",
  97. "test": "mocha test.js",
  98. "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js",
  99. "watch": "mocha --watch test.js"
  100. },
  101. "version": "1.0.2"
  102. }