package.json 2.1 KB

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