package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "macaddress@0.2.8",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "macaddress@0.2.8",
  9. "_id": "macaddress@0.2.8",
  10. "_inBundle": false,
  11. "_integrity": "sha1-WQTcU3w57G2+/q6QIycTX6hRHxI=",
  12. "_location": "/macaddress",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "macaddress@0.2.8",
  18. "name": "macaddress",
  19. "escapedName": "macaddress",
  20. "rawSpec": "0.2.8",
  21. "saveSpec": null,
  22. "fetchSpec": "0.2.8"
  23. },
  24. "_requiredBy": [
  25. "/uniqid"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/macaddress/-/macaddress-0.2.8.tgz",
  28. "_spec": "0.2.8",
  29. "_where": "D:\\projects\\dealer_front",
  30. "author": {
  31. "name": "Julian Fleischer"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/scravy/node-macaddress/issues"
  35. },
  36. "description": "Get the MAC addresses (hardware addresses) of the hosts network interfaces.",
  37. "homepage": "https://github.com/scravy/node-macaddress",
  38. "keywords": [
  39. "mac",
  40. "mac-address",
  41. "hardware-address",
  42. "network",
  43. "system"
  44. ],
  45. "license": "MIT",
  46. "main": "index.js",
  47. "name": "macaddress",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/scravy/node-macaddress.git"
  51. },
  52. "scripts": {
  53. "test": "node test.js"
  54. },
  55. "version": "0.2.8"
  56. }