package.json 2.2 KB

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