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.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "run-async@^2.2.0",
  3. "_id": "run-async@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-A3GrSuC91yDUFm19/aZP96RFpsA=",
  6. "_location": "/run-async",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "run-async@^2.2.0",
  12. "name": "run-async",
  13. "escapedName": "run-async",
  14. "rawSpec": "^2.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.0"
  17. },
  18. "_requiredBy": [
  19. "/inquirer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz",
  22. "_shasum": "0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0",
  23. "_spec": "run-async@^2.2.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/inquirer",
  25. "author": {
  26. "name": "Simon Boudrias",
  27. "email": "admin@simonboudrias.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/SBoudrias/run-async/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "is-promise": "^2.1.0"
  35. },
  36. "deprecated": false,
  37. "description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
  38. "devDependencies": {
  39. "mocha": "^3.1.2"
  40. },
  41. "engines": {
  42. "node": ">=0.12.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/SBoudrias/run-async#readme",
  48. "keywords": [
  49. "flow",
  50. "flow-control",
  51. "async"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "run-async",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/SBoudrias/run-async.git"
  59. },
  60. "scripts": {
  61. "test": "mocha -R spec"
  62. },
  63. "version": "2.3.0"
  64. }