package.json 961 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "pac-resolver",
  3. "version": "3.0.0",
  4. "description": "Generates an asynchronous resolver function from a PAC file",
  5. "main": "index.js",
  6. "dependencies": {
  7. "co": "^4.6.0",
  8. "degenerator": "^1.0.4",
  9. "ip": "^1.1.5",
  10. "netmask": "^1.0.6",
  11. "thunkify": "^2.1.2"
  12. },
  13. "devDependencies": {
  14. "mocha": "^3.4.2"
  15. },
  16. "scripts": {
  17. "test": "mocha --reporter spec"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "git://github.com/TooTallNate/node-pac-resolver.git"
  22. },
  23. "keywords": [
  24. "pac",
  25. "file",
  26. "proxy",
  27. "resolve",
  28. "dns"
  29. ],
  30. "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
  31. "license": "MIT",
  32. "bugs": {
  33. "url": "https://github.com/TooTallNate/node-pac-resolver/issues"
  34. },
  35. "__npminstall_done": "Thu Dec 24 2020 20:20:47 GMT+0800 (CST)",
  36. "_from": "pac-resolver@3.0.0",
  37. "_resolved": "https://registry.npm.taobao.org/pac-resolver/download/pac-resolver-3.0.0.tgz"
  38. }