package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "address@1.1.2",
  3. "_id": "address@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==",
  6. "_location": "/address",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "address@1.1.2",
  12. "name": "address",
  13. "escapedName": "address",
  14. "rawSpec": "1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/detect-port-alt",
  20. "/react-dev-utils"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/address/-/address-1.1.2.tgz",
  23. "_shasum": "bf1116c9c758c51b7a933d296b72c221ed9428b6",
  24. "_spec": "address@1.1.2",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-dev-utils",
  26. "author": {
  27. "name": "fengmk2",
  28. "email": "fengmk2@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/node-modules/address/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Get current machine IP, MAC and DNS servers.",
  37. "devDependencies": {
  38. "@types/node": "^12.7.2",
  39. "beautify-benchmark": "*",
  40. "benchmark": "*",
  41. "contributors": "*",
  42. "istanbul": "*",
  43. "matcha": "*",
  44. "mm": "*",
  45. "mocha": "*",
  46. "pedding": "*",
  47. "runscript": "^1.4.0",
  48. "should": "*",
  49. "typescript": "^3.5.3"
  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.2"
  81. }