package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "uri-js@4.4.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_from": "uri-js@4.4.1",
  9. "_id": "uri-js@4.4.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-mxpSWVIlhZ5V9mnZKPiMbFfyp34=",
  12. "_location": "/uri-js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "uri-js@4.4.1",
  18. "name": "uri-js",
  19. "escapedName": "uri-js",
  20. "rawSpec": "4.4.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.4.1"
  23. },
  24. "_requiredBy": [
  25. "/ajv"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/uri-js/download/uri-js-4.4.1.tgz?cache=0&sync_timestamp=1610237530009&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Furi-js%2Fdownload%2Furi-js-4.4.1.tgz",
  28. "_spec": "4.4.1",
  29. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  30. "author": {
  31. "name": "Gary Court",
  32. "email": "gary.court@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/garycourt/uri-js/issues"
  36. },
  37. "dependencies": {
  38. "punycode": "^2.1.0"
  39. },
  40. "description": "An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.",
  41. "devDependencies": {
  42. "babel-cli": "^6.26.0",
  43. "babel-plugin-external-helpers": "^6.22.0",
  44. "babel-preset-latest": "^6.24.1",
  45. "mocha": "^8.2.1",
  46. "mocha-qunit-ui": "^0.1.3",
  47. "rollup": "^0.41.6",
  48. "rollup-plugin-babel": "^2.7.1",
  49. "rollup-plugin-node-resolve": "^2.0.0",
  50. "sorcery": "^0.10.0",
  51. "typescript": "^2.8.1",
  52. "uglify-js": "^2.8.14"
  53. },
  54. "directories": {
  55. "test": "tests"
  56. },
  57. "files": [
  58. "dist",
  59. "package.json",
  60. "yarn.lock",
  61. "README.md",
  62. "CHANGELOG",
  63. "LICENSE"
  64. ],
  65. "homepage": "https://github.com/garycourt/uri-js",
  66. "keywords": [
  67. "URI",
  68. "IRI",
  69. "IDN",
  70. "URN",
  71. "UUID",
  72. "HTTP",
  73. "HTTPS",
  74. "WS",
  75. "WSS",
  76. "MAILTO",
  77. "RFC3986",
  78. "RFC3987",
  79. "RFC5891",
  80. "RFC2616",
  81. "RFC2818",
  82. "RFC2141",
  83. "RFC4122",
  84. "RFC4291",
  85. "RFC5952",
  86. "RFC6068",
  87. "RFC6455",
  88. "RFC6874"
  89. ],
  90. "license": "BSD-2-Clause",
  91. "main": "dist/es5/uri.all.js",
  92. "name": "uri-js",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+ssh://git@github.com/garycourt/uri-js.git"
  96. },
  97. "scripts": {
  98. "build": "npm run build:esnext && npm run build:es5 && npm run build:es5:min",
  99. "build:es5": "rollup -c && cp dist/esnext/uri.d.ts dist/es5/uri.all.d.ts && npm run build:es5:fix-sourcemap",
  100. "build:es5:fix-sourcemap": "sorcery -i dist/es5/uri.all.js",
  101. "build:es5:min": "uglifyjs dist/es5/uri.all.js --support-ie8 --output dist/es5/uri.all.min.js --in-source-map dist/es5/uri.all.js.map --source-map uri.all.min.js.map --comments --compress --mangle --pure-funcs merge subexp && mv uri.all.min.js.map dist/es5/ && cp dist/es5/uri.all.d.ts dist/es5/uri.all.min.d.ts",
  102. "build:esnext": "tsc",
  103. "clean": "rm -rf dist",
  104. "test": "mocha -u mocha-qunit-ui dist/es5/uri.all.js tests/tests.js"
  105. },
  106. "types": "dist/es5/uri.all.d.ts",
  107. "version": "4.4.1"
  108. }