package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "ee-first@1.1.1",
  6. "scope": null,
  7. "escapedName": "ee-first",
  8. "name": "ee-first",
  9. "rawSpec": "1.1.1",
  10. "spec": "1.1.1",
  11. "type": "version"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/on-finished"
  14. ]
  15. ],
  16. "_from": "ee-first@1.1.1",
  17. "_id": "ee-first@1.1.1",
  18. "_inCache": true,
  19. "_location": "/ee-first",
  20. "_npmUser": {
  21. "name": "dougwilson",
  22. "email": "doug@somethingdoug.com"
  23. },
  24. "_npmVersion": "1.4.28",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "ee-first@1.1.1",
  28. "scope": null,
  29. "escapedName": "ee-first",
  30. "name": "ee-first",
  31. "rawSpec": "1.1.1",
  32. "spec": "1.1.1",
  33. "type": "version"
  34. },
  35. "_requiredBy": [
  36. "/on-finished"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  39. "_shasum": "590c61156b0ae2f4f0255732a158b266bc56b21d",
  40. "_shrinkwrap": null,
  41. "_spec": "ee-first@1.1.1",
  42. "_where": "/home/conte/data/reveal.js/node_modules/on-finished",
  43. "author": {
  44. "name": "Jonathan Ong",
  45. "email": "me@jongleberry.com",
  46. "url": "http://jongleberry.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/jonathanong/ee-first/issues"
  50. },
  51. "contributors": [
  52. {
  53. "name": "Douglas Christopher Wilson",
  54. "email": "doug@somethingdoug.com"
  55. }
  56. ],
  57. "dependencies": {},
  58. "description": "return the first event in a set of ee/event pairs",
  59. "devDependencies": {
  60. "istanbul": "0.3.9",
  61. "mocha": "2.2.5"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "590c61156b0ae2f4f0255732a158b266bc56b21d",
  66. "tarball": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz"
  67. },
  68. "files": [
  69. "index.js",
  70. "LICENSE"
  71. ],
  72. "gitHead": "512e0ce4cc3643f603708f965a97b61b1a9c0441",
  73. "homepage": "https://github.com/jonathanong/ee-first",
  74. "license": "MIT",
  75. "maintainers": [
  76. {
  77. "name": "jongleberry",
  78. "email": "jonathanrichardong@gmail.com"
  79. },
  80. {
  81. "name": "dougwilson",
  82. "email": "doug@somethingdoug.com"
  83. }
  84. ],
  85. "name": "ee-first",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/jonathanong/ee-first.git"
  91. },
  92. "scripts": {
  93. "test": "mocha --reporter spec --bail --check-leaks test/",
  94. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  95. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  96. },
  97. "version": "1.1.1"
  98. }