package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "address@1.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "address@1.1.0",
  10. "_id": "address@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-744EeEf80sW29QwWll+ST9mf5wk=",
  13. "_location": "/address",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "address@1.1.0",
  19. "name": "address",
  20. "escapedName": "address",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/address/download/address-1.1.0.tgz",
  29. "_spec": "1.1.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. "beautify-benchmark": "*",
  42. "benchmark": "*",
  43. "contributors": "*",
  44. "istanbul": "*",
  45. "matcha": "*",
  46. "mm": "*",
  47. "mocha": "*",
  48. "pedding": "*",
  49. "should": "*"
  50. },
  51. "engines": {
  52. "node": ">= 0.12.0"
  53. },
  54. "files": [
  55. "lib"
  56. ],
  57. "homepage": "https://github.com/node-modules/address#readme",
  58. "keywords": [
  59. "address",
  60. "ip",
  61. "ipv4",
  62. "mac"
  63. ],
  64. "license": "MIT",
  65. "main": "lib/address.js",
  66. "name": "address",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/node-modules/address.git"
  70. },
  71. "scripts": {
  72. "autod": "autod -w --prefix '^'",
  73. "benchmark": "matcha",
  74. "contributors": "contributors -f plain -o AUTHORS",
  75. "test": "mocha --check-leaks -R spec -t 5000 test/*.test.js",
  76. "test-cov": "istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 test/*.test.js",
  77. "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 test/*.test.js"
  78. },
  79. "types": "lib/address.d.ts",
  80. "version": "1.1.0"
  81. }