package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "detect-port-alt@1.1.6",
  3. "_id": "detect-port-alt@1.1.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==",
  6. "_location": "/detect-port-alt",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "detect-port-alt@1.1.6",
  12. "name": "detect-port-alt",
  13. "escapedName": "detect-port-alt",
  14. "rawSpec": "1.1.6",
  15. "saveSpec": null,
  16. "fetchSpec": "1.1.6"
  17. },
  18. "_requiredBy": [
  19. "/react-dev-utils"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz",
  22. "_shasum": "24707deabe932d4a3cf621302027c2b266568275",
  23. "_spec": "detect-port-alt@1.1.6",
  24. "_where": "/Users/jane/myproject/node_modules/react-dev-utils",
  25. "bin": {
  26. "detect": "bin/detect-port",
  27. "detect-port": "bin/detect-port"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/node-modules/detect-port/issues"
  31. },
  32. "bundleDependencies": false,
  33. "ci": {
  34. "version": "4, 6, 7"
  35. },
  36. "dependencies": {
  37. "address": "^1.0.1",
  38. "debug": "^2.6.0"
  39. },
  40. "deprecated": false,
  41. "description": "detect available port",
  42. "devDependencies": {
  43. "command-line-test": "^1.0.8",
  44. "egg-bin": "^1.10.3",
  45. "egg-ci": "^1.1.0",
  46. "eslint": "^3.13.1",
  47. "eslint-config-egg": "^3.1.0",
  48. "pedding": "^1.1.0"
  49. },
  50. "engines": {
  51. "node": ">= 4.2.1"
  52. },
  53. "homepage": "https://github.com/node-modules/detect-port",
  54. "keywords": [
  55. "detect",
  56. "port"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "detect-port-alt",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/node-modules/detect-port.git"
  64. },
  65. "scripts": {
  66. "ci": "npm run lint && egg-bin cov",
  67. "lint": "eslint .",
  68. "test": "egg-bin test"
  69. },
  70. "version": "1.1.6"
  71. }