package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "qs@6.5.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "qs@6.5.2",
  9. "_id": "qs@6.5.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==",
  12. "_location": "/qs",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "qs@6.5.2",
  18. "name": "qs",
  19. "escapedName": "qs",
  20. "rawSpec": "6.5.2",
  21. "saveSpec": null,
  22. "fetchSpec": "6.5.2"
  23. },
  24. "_requiredBy": [
  25. "/@aspnet/signalr/request",
  26. "/tiny-lr",
  27. "/universal-analytics/request"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
  30. "_spec": "6.5.2",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "bugs": {
  33. "url": "https://github.com/ljharb/qs/issues"
  34. },
  35. "contributors": [
  36. {
  37. "name": "Jordan Harband",
  38. "email": "ljharb@gmail.com",
  39. "url": "http://ljharb.codes"
  40. }
  41. ],
  42. "dependencies": {},
  43. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  44. "devDependencies": {
  45. "@ljharb/eslint-config": "^12.2.1",
  46. "browserify": "^16.2.0",
  47. "covert": "^1.1.0",
  48. "editorconfig-tools": "^0.1.1",
  49. "eslint": "^4.19.1",
  50. "evalmd": "^0.0.17",
  51. "iconv-lite": "^0.4.21",
  52. "mkdirp": "^0.5.1",
  53. "qs-iconv": "^1.0.4",
  54. "safe-publish-latest": "^1.1.1",
  55. "safer-buffer": "^2.1.2",
  56. "tape": "^4.9.0"
  57. },
  58. "engines": {
  59. "node": ">=0.6"
  60. },
  61. "homepage": "https://github.com/ljharb/qs",
  62. "keywords": [
  63. "querystring",
  64. "qs"
  65. ],
  66. "license": "BSD-3-Clause",
  67. "main": "lib/index.js",
  68. "name": "qs",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/ljharb/qs.git"
  72. },
  73. "scripts": {
  74. "coverage": "covert test",
  75. "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
  76. "lint": "eslint lib/*.js test/*.js",
  77. "prelint": "editorconfig-tools check * lib/* test/*",
  78. "prepublish": "safe-publish-latest && npm run dist",
  79. "pretest": "npm run --silent readme && npm run --silent lint",
  80. "readme": "evalmd README.md",
  81. "test": "npm run --silent coverage",
  82. "tests-only": "node test"
  83. },
  84. "version": "6.5.2"
  85. }