package.json 2.2 KB

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