package.json 2.1 KB

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