package.json 1.4 KB

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