package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "address@~0.0.3",
  5. "D:\\work\\im\\node_modules\\utility"
  6. ]
  7. ],
  8. "_from": "address@>=0.0.3 <0.1.0",
  9. "_id": "address@0.0.3",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/address",
  13. "_npmUser": {
  14. "email": "fengmk2@gmail.com",
  15. "name": "fengmk2"
  16. },
  17. "_npmVersion": "1.3.11",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "address",
  21. "raw": "address@~0.0.3",
  22. "rawSpec": "~0.0.3",
  23. "scope": null,
  24. "spec": ">=0.0.3 <0.1.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/utility"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/address/-/address-0.0.3.tgz",
  31. "_shasum": "81c73446c8f5f08758ff5ede5cfab74e4d348f16",
  32. "_shrinkwrap": null,
  33. "_spec": "address@~0.0.3",
  34. "_where": "D:\\work\\im\\node_modules\\utility",
  35. "author": {
  36. "email": "fengmk2@gmail.com",
  37. "name": "fengmk2"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/fengmk2/address/issues"
  41. },
  42. "dependencies": {},
  43. "description": "Get current machine IP, MAC and DNS servers.",
  44. "devDependencies": {
  45. "blanket": "*",
  46. "coveralls": "*",
  47. "mm": "*",
  48. "mocha": "*",
  49. "mocha-lcov-reporter": "*",
  50. "pedding": "*",
  51. "should": "*",
  52. "travis-cov": "*"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "81c73446c8f5f08758ff5ede5cfab74e4d348f16",
  57. "tarball": "https://registry.npmjs.org/address/-/address-0.0.3.tgz"
  58. },
  59. "engines": {
  60. "node": ">= 0.8.0"
  61. },
  62. "homepage": "https://github.com/fengmk2/address#readme",
  63. "keywords": [
  64. "address"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "maintainers": [
  69. {
  70. "email": "fengmk2@gmail.com",
  71. "name": "fengmk2"
  72. }
  73. ],
  74. "name": "address",
  75. "optionalDependencies": {},
  76. "readme": "ERROR: No README data found!",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/fengmk2/address.git"
  80. },
  81. "scripts": {
  82. "test": "make test-all"
  83. },
  84. "version": "0.0.3"
  85. }