You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.3KB

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