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

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "_from": "extsprintf@1.2.0",
  3. "_id": "extsprintf@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-WtlGwi9bMrp/jNdCZxHG6KP8JSk=",
  6. "_location": "/extsprintf",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "extsprintf@1.2.0",
  12. "name": "extsprintf",
  13. "escapedName": "extsprintf",
  14. "rawSpec": "1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/vasync/verror",
  20. "/verror"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.2.0.tgz",
  23. "_shasum": "5ad946c22f5b32ba7f8cd7426711c6e8a3fc2529",
  24. "_spec": "extsprintf@1.2.0",
  25. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/vasync/node_modules/verror",
  26. "bugs": {
  27. "url": "https://github.com/davepacheco/node-extsprintf/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "extended POSIX-style sprintf",
  32. "engines": [
  33. "node >=0.6.0"
  34. ],
  35. "homepage": "https://github.com/davepacheco/node-extsprintf#readme",
  36. "license": "MIT",
  37. "main": "./lib/extsprintf.js",
  38. "name": "extsprintf",
  39. "repository": {
  40. "type": "git",
  41. "url": "git://github.com/davepacheco/node-extsprintf.git"
  42. },
  43. "version": "1.2.0"
  44. }