You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.3 KiB

3 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "address@1.0.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "address@1.0.3",
  9. "_id": "address@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-z55ocwKBRLryBs394Sm3ushTtBeg6VAeuku7utSoSnsJKvKcnXFIyC6vh27n3rXyxSgkJBBCAvyOn7gSUcTYjg==",
  12. "_location": "/address",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "address@1.0.3",
  18. "name": "address",
  19. "escapedName": "address",
  20. "rawSpec": "1.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.3"
  23. },
  24. "_requiredBy": [
  25. "/detect-port-alt",
  26. "/react-dev-utils"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/address/-/address-1.0.3.tgz",
  29. "_spec": "1.0.3",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  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. "webstorm-disable-index": "1"
  51. },
  52. "engines": {
  53. "node": ">= 0.12.0"
  54. },
  55. "files": [
  56. "lib"
  57. ],
  58. "homepage": "https://github.com/node-modules/address#readme",
  59. "keywords": [
  60. "address",
  61. "ip",
  62. "ipv4",
  63. "mac"
  64. ],
  65. "license": "MIT",
  66. "main": "lib/address.js",
  67. "name": "address",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/node-modules/address.git"
  71. },
  72. "scripts": {
  73. "autod": "autod -w --prefix '^'",
  74. "benchmark": "matcha",
  75. "cnpm": "npm install --registry=https://registry.npm.taobao.org",
  76. "contributors": "contributors -f plain -o AUTHORS",
  77. "test": "mocha --check-leaks -R spec -t 5000 test/*.test.js",
  78. "test-cov": "istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 test/*.test.js",
  79. "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 test/*.test.js"
  80. },
  81. "version": "1.0.3"
  82. }