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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "vasync@^1.6.4",
  3. "_id": "vasync@1.6.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-3+k2Fq0OeugBszKp2Iv8XNyOHR8=",
  6. "_location": "/vasync",
  7. "_phantomChildren": {
  8. "extsprintf": "1.2.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "vasync@^1.6.4",
  14. "name": "vasync",
  15. "escapedName": "vasync",
  16. "rawSpec": "^1.6.4",
  17. "saveSpec": null,
  18. "fetchSpec": "^1.6.4"
  19. },
  20. "_requiredBy": [
  21. "/ldapjs"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/vasync/-/vasync-1.6.4.tgz",
  24. "_shasum": "dfe93616ad0e7ae801b332a9d88bfc5cdc8e1d1f",
  25. "_spec": "vasync@^1.6.4",
  26. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/ldapjs",
  27. "bugs": {
  28. "url": "https://github.com/davepacheco/node-vasync/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "verror": "1.6.0"
  33. },
  34. "deprecated": false,
  35. "description": "utilities for observable asynchronous control flow",
  36. "devDependencies": {
  37. "nodeunit": "0.8.7",
  38. "tap": "~0.4.8"
  39. },
  40. "engines": [
  41. "node >=0.6.0"
  42. ],
  43. "homepage": "https://github.com/davepacheco/node-vasync#readme",
  44. "license": "MIT",
  45. "main": "./lib/vasync.js",
  46. "name": "vasync",
  47. "repository": {
  48. "type": "git",
  49. "url": "git://github.com/davepacheco/node-vasync.git"
  50. },
  51. "scripts": {
  52. "test": "tap tests/ && ./node_modules/.bin/nodeunit tests/compat.js"
  53. },
  54. "version": "1.6.4"
  55. }