package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "encodeurl@1.0.2",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "encodeurl@1.0.2",
  9. "_id": "encodeurl@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
  12. "_location": "/encodeurl",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "encodeurl@1.0.2",
  18. "name": "encodeurl",
  19. "escapedName": "encodeurl",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/koa"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-1.0.2.tgz",
  28. "_spec": "1.0.2",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "bugs": {
  31. "url": "https://github.com/pillarjs/encodeurl/issues"
  32. },
  33. "contributors": [
  34. {
  35. "name": "Douglas Christopher Wilson",
  36. "email": "doug@somethingdoug.com"
  37. }
  38. ],
  39. "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences",
  40. "devDependencies": {
  41. "eslint": "3.19.0",
  42. "eslint-config-standard": "10.2.1",
  43. "eslint-plugin-import": "2.8.0",
  44. "eslint-plugin-node": "5.2.1",
  45. "eslint-plugin-promise": "3.6.0",
  46. "eslint-plugin-standard": "3.0.1",
  47. "istanbul": "0.4.5",
  48. "mocha": "2.5.3"
  49. },
  50. "engines": {
  51. "node": ">= 0.8"
  52. },
  53. "files": [
  54. "LICENSE",
  55. "HISTORY.md",
  56. "README.md",
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/pillarjs/encodeurl#readme",
  60. "keywords": [
  61. "encode",
  62. "encodeurl",
  63. "url"
  64. ],
  65. "license": "MIT",
  66. "name": "encodeurl",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/pillarjs/encodeurl.git"
  70. },
  71. "scripts": {
  72. "lint": "eslint .",
  73. "test": "mocha --reporter spec --bail --check-leaks test/",
  74. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  75. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  76. },
  77. "version": "1.0.2"
  78. }