package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "address@^1.0.3",
  3. "_id": "address@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==",
  6. "_location": "/address",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "address@^1.0.3",
  12. "name": "address",
  13. "escapedName": "address",
  14. "rawSpec": "^1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/address/-/address-1.1.2.tgz",
  22. "_shasum": "bf1116c9c758c51b7a933d296b72c221ed9428b6",
  23. "_spec": "address@^1.0.3",
  24. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@vue\\cli-service",
  25. "author": {
  26. "name": "fengmk2",
  27. "email": "fengmk2@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/node-modules/address/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Get current machine IP, MAC and DNS servers.",
  36. "devDependencies": {
  37. "@types/node": "^12.7.2",
  38. "beautify-benchmark": "*",
  39. "benchmark": "*",
  40. "contributors": "*",
  41. "istanbul": "*",
  42. "matcha": "*",
  43. "mm": "*",
  44. "mocha": "*",
  45. "pedding": "*",
  46. "runscript": "^1.4.0",
  47. "should": "*",
  48. "typescript": "^3.5.3"
  49. },
  50. "engines": {
  51. "node": ">= 0.12.0"
  52. },
  53. "files": [
  54. "lib"
  55. ],
  56. "homepage": "https://github.com/node-modules/address#readme",
  57. "keywords": [
  58. "address",
  59. "ip",
  60. "ipv4",
  61. "mac"
  62. ],
  63. "license": "MIT",
  64. "main": "lib/address.js",
  65. "name": "address",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/node-modules/address.git"
  69. },
  70. "scripts": {
  71. "autod": "autod -w --prefix '^'",
  72. "benchmark": "matcha",
  73. "contributors": "contributors -f plain -o AUTHORS",
  74. "test": "mocha --check-leaks -R spec -t 5000 test/*.test.js",
  75. "test-cov": "istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 test/*.test.js",
  76. "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 test/*.test.js"
  77. },
  78. "types": "lib/address.d.ts",
  79. "version": "1.1.2"
  80. }