package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "emissary@^1.2.0",
  6. "scope": null,
  7. "escapedName": "emissary",
  8. "name": "emissary",
  9. "rawSpec": "^1.2.0",
  10. "spec": ">=1.2.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/loredan13/projects/atom/qsp/node_modules/grim"
  14. ]
  15. ],
  16. "_from": "emissary@>=1.2.0 <2.0.0",
  17. "_id": "[email protected]",
  18. "_inCache": true,
  19. "_location": "/emissary",
  20. "_npmUser": {
  21. "name": "kevinsawicki",
  22. "email": "[email protected]"
  23. },
  24. "_npmVersion": "1.4.28",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "emissary@^1.2.0",
  28. "scope": null,
  29. "escapedName": "emissary",
  30. "name": "emissary",
  31. "rawSpec": "^1.2.0",
  32. "spec": ">=1.2.0 <2.0.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/grim"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/emissary/-/emissary-1.3.3.tgz",
  39. "_shasum": "a618d92d682b232d31111dc3625a5df661799606",
  40. "_shrinkwrap": null,
  41. "_spec": "emissary@^1.2.0",
  42. "_where": "/home/loredan13/projects/atom/qsp/node_modules/grim",
  43. "author": {
  44. "name": "Nathan Sobo"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/atom/emissary/issues"
  48. },
  49. "dependencies": {
  50. "es6-weak-map": "^0.1.2",
  51. "mixto": "1.x",
  52. "property-accessors": "^1.1",
  53. "underscore-plus": "1.x"
  54. },
  55. "description": "Utility mixins for subscribing to and emitting events.",
  56. "devDependencies": {
  57. "grunt": "~0.4.1",
  58. "grunt-cli": "~0.1.8",
  59. "grunt-coffeelint": "0.0.6",
  60. "grunt-contrib-coffee": "~0.7.0",
  61. "grunt-shell": "~0.2.2",
  62. "jasmine-focused": "1.x",
  63. "rimraf": "~2.2.2"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "a618d92d682b232d31111dc3625a5df661799606",
  68. "tarball": "https://registry.npmjs.org/emissary/-/emissary-1.3.3.tgz"
  69. },
  70. "gitHead": "13170d3e1f8b1cd4396d6dceb3c3bccf0887dae2",
  71. "homepage": "http://atom.github.io/emissary",
  72. "keywords": [
  73. "event-emitter",
  74. "events",
  75. "subscribe",
  76. "subscriber"
  77. ],
  78. "licenses": [
  79. {
  80. "type": "MIT",
  81. "url": "http://github.com/atom/emissary/raw/master/LICENSE.md"
  82. }
  83. ],
  84. "main": "lib/emissary.js",
  85. "maintainers": [
  86. {
  87. "name": "nathansobo",
  88. "email": "[email protected]"
  89. },
  90. {
  91. "name": "kevinsawicki",
  92. "email": "[email protected]"
  93. },
  94. {
  95. "name": "benogle",
  96. "email": "[email protected]"
  97. }
  98. ],
  99. "name": "emissary",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+ssh://[email protected]/atom/emissary.git"
  105. },
  106. "scripts": {
  107. "prepublish": "grunt clean lint coffee",
  108. "test": "grunt test"
  109. },
  110. "version": "1.3.3"
  111. }