package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "ee-first@1.1.1",
  3. "_id": "ee-first@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=",
  6. "_location": "/ee-first",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "ee-first@1.1.1",
  12. "name": "ee-first",
  13. "escapedName": "ee-first",
  14. "rawSpec": "1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/on-finished",
  20. "/send/on-finished"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  23. "_shasum": "590c61156b0ae2f4f0255732a158b266bc56b21d",
  24. "_spec": "ee-first@1.1.1",
  25. "_where": "H:\\gs_nuxt\\node_modules\\on-finished",
  26. "author": {
  27. "name": "Jonathan Ong",
  28. "email": "me@jongleberry.com",
  29. "url": "http://jongleberry.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonathanong/ee-first/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Douglas Christopher Wilson",
  38. "email": "doug@somethingdoug.com"
  39. }
  40. ],
  41. "deprecated": false,
  42. "description": "return the first event in a set of ee/event pairs",
  43. "devDependencies": {
  44. "istanbul": "0.3.9",
  45. "mocha": "2.2.5"
  46. },
  47. "files": [
  48. "index.js",
  49. "LICENSE"
  50. ],
  51. "homepage": "https://github.com/jonathanong/ee-first#readme",
  52. "license": "MIT",
  53. "name": "ee-first",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/jonathanong/ee-first.git"
  57. },
  58. "scripts": {
  59. "test": "mocha --reporter spec --bail --check-leaks test/",
  60. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  61. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  62. },
  63. "version": "1.1.1"
  64. }