package.json 2.7 KB

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