Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.2KB

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