Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

3 роки тому
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "encodeurl@1.0.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "encodeurl@1.0.2",
  9. "_id": "encodeurl@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=",
  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. "/express",
  26. "/express/finalhandler",
  27. "/express/send",
  28. "/express/serve-static",
  29. "/finalhandler",
  30. "/send",
  31. "/serve-static"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
  34. "_spec": "1.0.2",
  35. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  36. "bugs": {
  37. "url": "https://github.com/pillarjs/encodeurl/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Douglas Christopher Wilson",
  42. "email": "doug@somethingdoug.com"
  43. }
  44. ],
  45. "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences",
  46. "devDependencies": {
  47. "eslint": "3.19.0",
  48. "eslint-config-standard": "10.2.1",
  49. "eslint-plugin-import": "2.8.0",
  50. "eslint-plugin-node": "5.2.1",
  51. "eslint-plugin-promise": "3.6.0",
  52. "eslint-plugin-standard": "3.0.1",
  53. "istanbul": "0.4.5",
  54. "mocha": "2.5.3"
  55. },
  56. "engines": {
  57. "node": ">= 0.8"
  58. },
  59. "files": [
  60. "LICENSE",
  61. "HISTORY.md",
  62. "README.md",
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/pillarjs/encodeurl#readme",
  66. "keywords": [
  67. "encode",
  68. "encodeurl",
  69. "url"
  70. ],
  71. "license": "MIT",
  72. "name": "encodeurl",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/pillarjs/encodeurl.git"
  76. },
  77. "scripts": {
  78. "lint": "eslint .",
  79. "test": "mocha --reporter spec --bail --check-leaks test/",
  80. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  81. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  82. },
  83. "version": "1.0.2"
  84. }