package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "ee-first@~1.1.1",
  3. "_id": "ee-first@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  6. "_location": "/ee-first",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  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. "/body-parser/on-finished",
  20. "/on-finished",
  21. "/urllib"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  24. "_shasum": "590c61156b0ae2f4f0255732a158b266bc56b21d",
  25. "_spec": "ee-first@~1.1.1",
  26. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\urllib",
  27. "author": {
  28. "name": "Jonathan Ong",
  29. "email": "me@jongleberry.com",
  30. "url": "http://jongleberry.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jonathanong/ee-first/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Douglas Christopher Wilson",
  39. "email": "doug@somethingdoug.com"
  40. }
  41. ],
  42. "deprecated": false,
  43. "description": "return the first event in a set of ee/event pairs",
  44. "devDependencies": {
  45. "istanbul": "0.3.9",
  46. "mocha": "2.2.5"
  47. },
  48. "files": [
  49. "index.js",
  50. "LICENSE"
  51. ],
  52. "homepage": "https://github.com/jonathanong/ee-first#readme",
  53. "license": "MIT",
  54. "name": "ee-first",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/jonathanong/ee-first.git"
  58. },
  59. "scripts": {
  60. "test": "mocha --reporter spec --bail --check-leaks test/",
  61. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  62. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  63. },
  64. "version": "1.1.1"
  65. }