智慧水务管理系统 - 精河县供水工程综合管理平台

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "name": "urijs",
  3. "version": "1.19.11",
  4. "title": "URI.js - Mutating URLs",
  5. "author": {
  6. "name": "Rodney Rehm",
  7. "url": "http://rodneyrehm.de"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/medialize/URI.js.git"
  12. },
  13. "license": "MIT",
  14. "description": "URI.js is a Javascript library for working with URLs.",
  15. "keywords": [
  16. "uri",
  17. "url",
  18. "urn",
  19. "uri mutation",
  20. "url mutation",
  21. "uri manipulation",
  22. "url manipulation",
  23. "uri template",
  24. "url template",
  25. "unified resource locator",
  26. "unified resource identifier",
  27. "query string",
  28. "RFC 3986",
  29. "RFC3986",
  30. "RFC 6570",
  31. "RFC6570",
  32. "jquery-plugin",
  33. "ecosystem:jquery"
  34. ],
  35. "categories": [
  36. "Parsers & Compilers",
  37. "Utilities"
  38. ],
  39. "main": "./src/URI",
  40. "homepage": "http://medialize.github.io/URI.js/",
  41. "contributors": [
  42. "Francois-Guillaume Ribreau <npm@fgribreau.com> (http://fgribreau.com)",
  43. "Justin Chase <justin.m.chase@gmail.com> (http://justinmchase.com)"
  44. ],
  45. "files": [
  46. "src/URI.js",
  47. "src/IPv6.js",
  48. "src/SecondLevelDomains.js",
  49. "src/punycode.js",
  50. "src/URITemplate.js",
  51. "src/jquery.URI.js",
  52. "src/URI.min.js",
  53. "src/jquery.URI.min.js",
  54. "src/URI.fragmentQuery.js",
  55. "src/URI.fragmentURI.js",
  56. "LICENSE.txt"
  57. ],
  58. "npmName": "urijs",
  59. "npmFileMap": [
  60. {
  61. "basePath": "/src/",
  62. "files": [
  63. "*.js"
  64. ]
  65. },
  66. {
  67. "basePath": "/",
  68. "files": [
  69. "LICENSE.txt"
  70. ]
  71. }
  72. ]
  73. }