package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "requires-port@1.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "requires-port@1.0.0",
  10. "_id": "requires-port@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=",
  13. "_location": "/requires-port",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "requires-port@1.0.0",
  19. "name": "requires-port",
  20. "escapedName": "requires-port",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/http-proxy",
  27. "/url-parse"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/requires-port/download/requires-port-1.0.0.tgz",
  30. "_spec": "1.0.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Arnout Kazemier"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/unshiftio/requires-port/issues"
  37. },
  38. "description": "Check if a protocol requires a certain port number to be added to an URL.",
  39. "devDependencies": {
  40. "assume": "1.3.x",
  41. "istanbul": "0.4.x",
  42. "mocha": "2.3.x",
  43. "pre-commit": "1.1.x"
  44. },
  45. "homepage": "https://github.com/unshiftio/requires-port",
  46. "keywords": [
  47. "port",
  48. "require",
  49. "http",
  50. "https",
  51. "ws",
  52. "wss",
  53. "gopher",
  54. "file",
  55. "ftp",
  56. "requires",
  57. "requried",
  58. "portnumber",
  59. "url",
  60. "parsing",
  61. "validation",
  62. "cows"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "requires-port",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/unshiftio/requires-port.git"
  70. },
  71. "scripts": {
  72. "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
  73. "coverage": "istanbul cover _mocha -- test.js",
  74. "test": "mocha test.js",
  75. "test-travis": "istanbul cover _mocha --report lcovonly -- test.js",
  76. "watch": "mocha --watch test.js"
  77. },
  78. "version": "1.0.0"
  79. }