package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "encodeurl@~1.0.2",
  3. "_id": "encodeurl@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
  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. "/finalhandler",
  20. "/send",
  21. "/serve-static"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-1.0.2.tgz",
  24. "_shasum": "ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59",
  25. "_spec": "encodeurl@~1.0.2",
  26. "_where": "/var/www/AfterAales/node_modules/finalhandler",
  27. "bugs": {
  28. "url": "https://github.com/pillarjs/encodeurl/issues"
  29. },
  30. "bundleDependencies": false,
  31. "contributors": [
  32. {
  33. "name": "Douglas Christopher Wilson",
  34. "email": "doug@somethingdoug.com"
  35. }
  36. ],
  37. "deprecated": false,
  38. "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences",
  39. "devDependencies": {
  40. "eslint": "3.19.0",
  41. "eslint-config-standard": "10.2.1",
  42. "eslint-plugin-import": "2.8.0",
  43. "eslint-plugin-node": "5.2.1",
  44. "eslint-plugin-promise": "3.6.0",
  45. "eslint-plugin-standard": "3.0.1",
  46. "istanbul": "0.4.5",
  47. "mocha": "2.5.3"
  48. },
  49. "engines": {
  50. "node": ">= 0.8"
  51. },
  52. "files": [
  53. "LICENSE",
  54. "HISTORY.md",
  55. "README.md",
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/pillarjs/encodeurl#readme",
  59. "keywords": [
  60. "encode",
  61. "encodeurl",
  62. "url"
  63. ],
  64. "license": "MIT",
  65. "name": "encodeurl",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/pillarjs/encodeurl.git"
  69. },
  70. "scripts": {
  71. "lint": "eslint .",
  72. "test": "mocha --reporter spec --bail --check-leaks test/",
  73. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  74. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  75. },
  76. "version": "1.0.2"
  77. }