package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "url-parse@^1.5.10",
  3. "_id": "url-parse@1.5.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
  6. "_location": "/url-parse",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "url-parse@^1.5.10",
  12. "name": "url-parse",
  13. "escapedName": "url-parse",
  14. "rawSpec": "^1.5.10",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.5.10"
  17. },
  18. "_requiredBy": [
  19. "/sockjs-client"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
  22. "_shasum": "9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1",
  23. "_spec": "url-parse@^1.5.10",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\sockjs-client",
  25. "author": {
  26. "name": "Arnout Kazemier"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/unshiftio/url-parse/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "querystringify": "^2.1.1",
  34. "requires-port": "^1.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "Small footprint URL parser that works seamlessly across Node.js and browser environments",
  38. "devDependencies": {
  39. "assume": "^2.2.0",
  40. "browserify": "^17.0.0",
  41. "c8": "^7.3.1",
  42. "mocha": "^9.0.3",
  43. "pre-commit": "^1.2.2",
  44. "sauce-browsers": "^2.0.0",
  45. "sauce-test": "^1.3.3",
  46. "uglify-js": "^3.5.7"
  47. },
  48. "files": [
  49. "index.js",
  50. "dist"
  51. ],
  52. "homepage": "https://github.com/unshiftio/url-parse#readme",
  53. "keywords": [
  54. "URL",
  55. "parser",
  56. "uri",
  57. "url",
  58. "parse",
  59. "query",
  60. "string",
  61. "querystring",
  62. "stringify"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "url-parse",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/unshiftio/url-parse.git"
  70. },
  71. "scripts": {
  72. "browserify": "rm -rf dist && mkdir -p dist && browserify index.js -s URLParse -o dist/url-parse.js",
  73. "minify": "uglifyjs dist/url-parse.js --source-map -cm -o dist/url-parse.min.js",
  74. "prepublishOnly": "npm run browserify && npm run minify",
  75. "test": "c8 --reporter=lcov --reporter=text mocha test/test.js",
  76. "test-browser": "node test/browser.js",
  77. "watch": "mocha --watch test/test.js"
  78. },
  79. "version": "1.5.10"
  80. }