package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "url-parse@1.5.1",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "url-parse@1.5.1",
  10. "_id": "url-parse@1.5.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-1fqYkK+KXh8nSiyYN2UQ9kJfbjs=",
  13. "_location": "/url-parse",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "url-parse@1.5.1",
  19. "name": "url-parse",
  20. "escapedName": "url-parse",
  21. "rawSpec": "1.5.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.5.1"
  24. },
  25. "_requiredBy": [
  26. "/original",
  27. "/sockjs-client"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/url-parse/download/url-parse-1.5.1.tgz?cache=0&sync_timestamp=1613659698159&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Furl-parse%2Fdownload%2Furl-parse-1.5.1.tgz",
  30. "_spec": "1.5.1",
  31. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  32. "author": {
  33. "name": "Arnout Kazemier"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/unshiftio/url-parse/issues"
  37. },
  38. "dependencies": {
  39. "querystringify": "^2.1.1",
  40. "requires-port": "^1.0.0"
  41. },
  42. "description": "Small footprint URL parser that works seamlessly across Node.js and browser environments",
  43. "devDependencies": {
  44. "assume": "^2.2.0",
  45. "browserify": "^16.2.3",
  46. "c8": "^7.3.1",
  47. "coveralls": "^3.1.0",
  48. "mocha": "^8.0.1",
  49. "pre-commit": "^1.2.2",
  50. "sauce-browsers": "^2.0.0",
  51. "sauce-test": "^1.3.3",
  52. "uglify-js": "^3.5.7"
  53. },
  54. "files": [
  55. "index.js",
  56. "dist"
  57. ],
  58. "homepage": "https://github.com/unshiftio/url-parse#readme",
  59. "keywords": [
  60. "URL",
  61. "parser",
  62. "uri",
  63. "url",
  64. "parse",
  65. "query",
  66. "string",
  67. "querystring",
  68. "stringify"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "url-parse",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/unshiftio/url-parse.git"
  76. },
  77. "scripts": {
  78. "browserify": "rm -rf dist && mkdir -p dist && browserify index.js -s URLParse -o dist/url-parse.js",
  79. "minify": "uglifyjs dist/url-parse.js --source-map -cm -o dist/url-parse.min.js",
  80. "prepublishOnly": "npm run browserify && npm run minify",
  81. "test": "c8 --reporter=html --reporter=text mocha test/test.js",
  82. "test-browser": "node test/browser.js",
  83. "watch": "mocha --watch test/test.js"
  84. },
  85. "version": "1.5.1"
  86. }