Ohm-Management - Projektarbeit B-ME
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 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. ],
  21. "_resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  22. "_shasum": "590c61156b0ae2f4f0255732a158b266bc56b21d",
  23. "_spec": "ee-first@1.1.1",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/on-finished",
  25. "author": {
  26. "name": "Jonathan Ong",
  27. "email": "me@jongleberry.com",
  28. "url": "http://jongleberry.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jonathanong/ee-first/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. }
  39. ],
  40. "deprecated": false,
  41. "description": "return the first event in a set of ee/event pairs",
  42. "devDependencies": {
  43. "istanbul": "0.3.9",
  44. "mocha": "2.2.5"
  45. },
  46. "files": [
  47. "index.js",
  48. "LICENSE"
  49. ],
  50. "homepage": "https://github.com/jonathanong/ee-first#readme",
  51. "license": "MIT",
  52. "name": "ee-first",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/jonathanong/ee-first.git"
  56. },
  57. "scripts": {
  58. "test": "mocha --reporter spec --bail --check-leaks test/",
  59. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  60. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  61. },
  62. "version": "1.1.1"
  63. }